Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ck for openSUSE:Factory checked in at 2021-07-05 22:22:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ck (Old) and /work/SRC/openSUSE:Factory/.ck.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ck" Mon Jul 5 22:22:54 2021 rev:6 rq:904040 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ck/ck.changes 2019-10-30 14:48:42.886239452 +0100 +++ /work/SRC/openSUSE:Factory/.ck.new.2625/ck.changes 2021-07-05 22:23:23.225532927 +0200 @@ -1,0 +2,14 @@ +Sun Jul 4 14:08:15 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 0.7.1 + * Add s390x support + * ck_hs: add convenience hash function wrapper ck_hs_hash + * ck_backoff: avoid dead store to ceiling + * ck_ring: add two new utility functions for persistent rings + * ck_sequence: reduce thread count to account for writer + * ck_queue: fix logic inversion in CK_STAILQ_CONCAT + * ck_epoch: allow record sharing and reentrancy for write-side operations +- Drop upstream merged patches: ck-fix-gettid-glibc-clash.patch, + ck-fix-j1.patch + +------------------------------------------------------------------- Old: ---- ck-0.6.0.tar.gz ck-fix-gettid-glibc-clash.patch ck-fix-j1.patch New: ---- ck-0.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ck.spec ++++++ --- /var/tmp/diff_new_pack.jFBRKv/_old 2021-07-05 22:23:23.781528625 +0200 +++ /var/tmp/diff_new_pack.jFBRKv/_new 2021-07-05 22:23:23.785528594 +0200 @@ -1,7 +1,7 @@ # # spec file for package ck # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,14 @@ %define sover 0 %define libname libck%{sover} Name: ck -Version: 0.6.0 +Version: 0.7.1 Release: 0 Summary: Concurrency Kit License: BSD-2-Clause AND Apache-2.0 URL: http://concurrencykit.org/ -Source: http://concurrencykit.org/releases/ck-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/concurrencykit/ck/issues/141 -Patch0: ck-fix-j1.patch -# PATCH-FIX-UPSTREAM https://github.com/concurrencykit/ck/issues/147 -Patch1: ck-fix-gettid-glibc-clash.patch +Source: https://github.com/concurrencykit/ck/archive/refs/tags/%{version}.tar.gz#/ck-%{version}.tar.gz BuildRequires: pkgconfig -ExcludeArch: s390 s390x +ExcludeArch: s390 %description Concurrency primitives, safe memory reclamation mechanisms and non-blocking @@ -60,8 +56,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build # not a normal autotool configure, can't use configure macro ++++++ ck-0.6.0.tar.gz -> ck-0.7.1.tar.gz ++++++ ++++ 10398 lines of diff (skipped)
