Hello community, here is the log from the commit of package libcthreads for openSUSE:Factory checked in at 2017-02-21 13:47:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcthreads (Old) and /work/SRC/openSUSE:Factory/.libcthreads.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcthreads" Changes: -------- --- /work/SRC/openSUSE:Factory/libcthreads/libcthreads.changes 2015-01-10 23:05:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libcthreads.new/libcthreads.changes 2017-02-21 13:47:51.561387819 +0100 @@ -1,0 +2,18 @@ +Wed Feb 15 19:24:43 UTC 2017 - [email protected] + +- update to v0~2017 + * added value free callback function to queue free + * applied updates + * code clean up + * corrections in include header + * fixed values array not being freed after join of thread pool + * fixes for race in of thread pool helper threads + * moved libcstring macros to common + * updated common + * update man page: libcthreads.3 + * worked on queue sorted push + * worked on tests + * worked on thread pool sorted push + * worked on TP_POOL support + +------------------------------------------------------------------- Old: ---- libcthreads-experimental-20150101.tar.gz New: ---- libcthreads-alpha-20170101.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcthreads.spec ++++++ --- /var/tmp/diff_new_pack.diyl2u/_old 2017-02-21 13:47:52.401269627 +0100 +++ /var/tmp/diff_new_pack.diyl2u/_new 2017-02-21 13:47:52.405269063 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcthreads # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,16 @@ Name: libcthreads %define lname libcthreads1 -%define timestamp 20150101 +%define timestamp 20170101 Version: 0~%timestamp Release: 0 Summary: Library for cross-platform C threads functions License: LGPL-3.0+ Group: Development/Libraries/C and C++ Url: https://github.com/libyal/libcthreads/wiki -Source: https://github.com/libyal/libcthreads/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz +Source: https://github.com/libyal/libcthreads/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: pkgconfig(libcerror) >= 20130904 -BuildRequires: pkgconfig(libcstring) >= 20150101 -# not yet released as a standalone package BuildRoot: %{_tmppath}/%{name}-%{version}-build %description
