Hello community, here is the log from the commit of package userspace-rcu for openSUSE:Factory checked in at 2013-04-05 07:43:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/userspace-rcu (Old) and /work/SRC/openSUSE:Factory/.userspace-rcu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "userspace-rcu", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/userspace-rcu/userspace-rcu.changes 2012-08-31 10:02:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.userspace-rcu.new/userspace-rcu.changes 2013-04-05 07:43:26.000000000 +0200 @@ -1,0 +2,22 @@ +Wed Mar 27 07:56:12 UTC 2013 - [email protected] + +- updated to 0.7.6: + * Discourage use of pthread_atfork() for call_rcu handlers + * Fix call_rcu fork handling + * test: fork handling + * Fix TLS detection: test with linker, add --disable-compiler-tls + * Cleanup: cast pthread_self() return value to unsigned long + * Fallback mechanism not working on platform where TLS is unsupported + +------------------------------------------------------------------- +Tue Nov 20 10:59:25 UTC 2012 - [email protected] + +- updated to 0.7.5: + * 19cf3ae Fix: call_rcu list corruption on teardown + * Ensure that read-side functions meet 10-line LGPL criterion + * tls-compat.h: document sigaltstack(2) limitation + * urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe + * Document sigaltstack(2) limitation + * Documentation: update LICENSE file + +------------------------------------------------------------------- Old: ---- userspace-rcu-0.7.4.tar.bz2 New: ---- userspace-rcu-0.7.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ userspace-rcu.spec ++++++ --- /var/tmp/diff_new_pack.5kLJU4/_old 2013-04-05 07:43:38.000000000 +0200 +++ /var/tmp/diff_new_pack.5kLJU4/_new 2013-04-05 07:43:38.000000000 +0200 @@ -1,4 +1,8 @@ # vim: set sw=4 ts=4 et nu: +# +# spec file for package userspace-rcu +# +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -11,19 +15,23 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: userspace-rcu -Version: 0.7.4 -%define soname 1 +Version: 0.7.6 Release: 0 +%define soname 1 Summary: Userspace Read-Copy-Update Library -Source: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2 -URL: http://lttng.org/urcu +License: LGPL-2.1+ and MIT and GPL-2.0+ and GPL-3.0+ Group: System/Libraries -License: LGPL-2.1+ and MIT and GPL-2.0+ -BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: gcc make glibc-devel pkgconfig -BuildRequires: autoconf automake libtool +Source: http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2 +Url: http://lttng.org/urcu +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gcc +BuildRequires: glibc-devel +BuildRequires: make +BuildRequires: pkgconfig %description liburcu is a LGPLv2.1 userspace RCU (read-copy-update) library. This data ++++++ userspace-rcu-0.7.4.tar.bz2 -> userspace-rcu-0.7.6.tar.bz2 ++++++ ++++ 19633 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
