[med-svn] [Git][med-team/libthread-pool][master] 5 commits: New upstream version 2.0.2

Steffen Möller gitlab at salsa.debian.org
Thu Apr 30 21:41:02 BST 2020



Steffen Möller pushed to branch master at Debian Med / libthread-pool


Commits:
0aba07aa by Steffen Moeller at 2020-04-30T22:33:29+02:00
New upstream version 2.0.2
- - - - -
2d13ab1f by Steffen Moeller at 2020-04-30T22:33:29+02:00
routine-update: New upstream version

- - - - -
5f22bf62 by Steffen Moeller at 2020-04-30T22:33:30+02:00
Update upstream source from tag 'upstream/2.0.2'

Update to upstream version '2.0.2'
with Debian dir 0273926ae15e4933d11edf64bd94c8d963dd1e84
- - - - -
53ba9c4f by Steffen Moeller at 2020-04-30T22:33:30+02:00
routine-update: Standards-Version: 4.5.0

- - - - -
135cd228 by Steffen Moeller at 2020-04-30T22:36:12+02:00
Removed -mnative patch

- - - - -


7 changed files:

- .travis.yml
- CMakeLists.txt
- debian/changelog
- debian/control
- − debian/patches/no_march--native.patch
- debian/patches/series
- include/thread_pool/thread_pool.hpp


Changes:

=====================================
.travis.yml
=====================================
@@ -1,3 +1,5 @@
+dist: trusty
+
 language: cpp
 
 compiler:


=====================================
CMakeLists.txt
=====================================
@@ -7,7 +7,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
 
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -march=native")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
 set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_CXX_EXTENSIONS OFF)


=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libthread-pool (2.0.2-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version
+  * Standards-Version: 4.5.0 (routine-update)
+  * removed "no -marchive" patch that was adopted upstream
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 30 Apr 2020 22:33:29 +0200
+
 libthread-pool (2.0.1-4) unstable; urgency=medium
 
   * Test-Depends: build-essential


=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 12),
                d-shlibs,
                rename,
                googletest
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
 Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git
 Homepage: https://github.com/rvaser/thread_pool


=====================================
debian/patches/no_march--native.patch deleted
=====================================
@@ -1,16 +0,0 @@
-Description: Do not build with -march=native
-Bug-Debian: https://bugs.debian.org/906618
-Author: Andreas Tille <tille at debian.org>
-Last-Update: Sun, 26 Aug 2018 14:53:02 +0200
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -7,7 +7,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PRO
- set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib)
- set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin)
- 
--set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -march=native")
-+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic")
- set(CMAKE_CXX_STANDARD 11)
- set(CMAKE_CXX_STANDARD_REQUIRED ON)
- set(CMAKE_CXX_EXTENSIONS OFF)


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,2 @@
 shared_and_static.patch
 soversion.patch
-no_march--native.patch


=====================================
include/thread_pool/thread_pool.hpp
=====================================
@@ -20,7 +20,7 @@
 
 namespace thread_pool {
 
-static const std::string version = "v2.0.1";
+static const std::string version = "v2.0.2";
 
 class Semaphore;
 std::unique_ptr<Semaphore> createSemaphore(std::uint32_t value);



View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/-/compare/01b3de4bb052753861b08c00b043f14c2436302a...135cd22841082e6b3872c7d4d3d899944abbb73e

-- 
View it on GitLab: https://salsa.debian.org/med-team/libthread-pool/-/compare/01b3de4bb052753861b08c00b043f14c2436302a...135cd22841082e6b3872c7d4d3d899944abbb73e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200430/5650d508/attachment-0001.html>


More information about the debian-med-commit mailing list