]> git.pld-linux.org Git - packages/crossmingw32-std-threads.git/commitdiff
- one more fix in include patch; rel 2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2018 15:29:50 +0000 (17:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 5 Oct 2018 15:29:50 +0000 (17:29 +0200)
crossmingw32-std-threads.spec
mingw-std-threads-include.patch

index 2a95a898a11c2ec13aa79a0cd203821cadb43f05..cd001b3d9e455ce083a94a9ac8edc1eb360f410d 100644 (file)
@@ -8,7 +8,8 @@ Name:           crossmingw32-std-threads
 Version:       0
 %define        gitref  ee67ef384470e998c8e0b7301f7a79b5019251a2
 %define        snap    20180912
-Release:       0.%{snap}.1
+%define        rel     2
+Release:       0.%{snap}.%{rel}
 License:       BSD
 Group:         Development/Libraries
 Source0:       https://github.com/meganz/mingw-std-threads/archive/%{gitref}/mingw-std-threads-%{snap}.tar.gz
index 009f11dbc44326c343f8f4e81efd54876bbdffd9..5ef9e69479ba7fce5c6bcb6ac1ab5bad98788d46 100644 (file)
@@ -8,3 +8,13 @@
  
  //    Use MinGW's shared_lock class template, if it's available. Requires C++14.
  //  If unavailable (eg. because this library is being used in C++11), then an
+--- mingw-std-threads-ee67ef384470e998c8e0b7301f7a79b5019251a2/mingw.future.h.orig     2018-09-11 17:06:14.000000000 +0200
++++ mingw-std-threads-ee67ef384470e998c8e0b7301f7a79b5019251a2/mingw.future.h  2018-10-05 17:29:09.441326712 +0200
+@@ -22,6 +22,7 @@
+ #include <future>
+ #include <cassert>
++#include <exception>
+ #include <vector>
+ #include <utility>  //  For std::pair
+ #include <type_traits>
This page took 0.136219 seconds and 4 git commands to generate.