commit c27c93d46a64e10cbdada112d437df378c1c004c
Author: Jakub Bogusz <[email protected]>
Date:   Fri Oct 5 17:29:50 2018 +0200

    - one more fix in include patch; rel 2

 crossmingw32-std-threads.spec   |  3 ++-
 mingw-std-threads-include.patch | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/crossmingw32-std-threads.spec b/crossmingw32-std-threads.spec
index 2a95a89..cd001b3 100644
--- a/crossmingw32-std-threads.spec
+++ b/crossmingw32-std-threads.spec
@@ -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
diff --git a/mingw-std-threads-include.patch b/mingw-std-threads-include.patch
index 009f11d..5ef9e69 100644
--- a/mingw-std-threads-include.patch
+++ b/mingw-std-threads-include.patch
@@ -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>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-std-threads.git/commitdiff/c27c93d46a64e10cbdada112d437df378c1c004c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to