Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gc for openSUSE:Factory checked in 
at 2021-10-12 21:47:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gc (Old)
 and      /work/SRC/openSUSE:Factory/.gc.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gc"

Tue Oct 12 21:47:52 2021 rev:36 rq:923658 version:8.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gc/gc.changes    2019-07-13 13:36:29.471302454 
+0200
+++ /work/SRC/openSUSE:Factory/.gc.new.2443/gc.changes  2021-10-12 
21:47:58.647753542 +0200
@@ -1,0 +2,17 @@
+Tue Sep 28 22:27:54 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to release 8.0.6
+  * Allocate start_info struct on the stack in GC_pthread_create.
+  * Allow GC_PAUSE_TIME_TARGET environment variable values
+    smaller than 5 ms.
+  * Disable mprotect-based incremental GC if /proc roots are used.
+  * Enable sbrk-to-mmap fallback on major supported Unix-like
+    platforms.
+  * Ensure process is running on one CPU core if AO ops are
+    emulated with locks.
+  * Fix data race regarding *rlh value in generic_malloc_many.
+  * Fix handling of areas smaller than page size in
+    GC_scratch_recycle.
+  * Limit number of unmapped regions.
+
+-------------------------------------------------------------------

Old:
----
  gc-8.0.4.tar.gz

New:
----
  gc-8.0.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gc.spec ++++++
--- /var/tmp/diff_new_pack.8CxAzF/_old  2021-10-12 21:47:59.363754567 +0200
+++ /var/tmp/diff_new_pack.8CxAzF/_new  2021-10-12 21:47:59.363754567 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gc
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:           gc
-Version:        8.0.4
+Version:        8.0.6
 Release:        0
 Summary:        A garbage collector for C and C++
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 URL:            http://www.hboehm.info/gc/
 
-#Git-Clone:    git://github.com/ivmai/bdwgc
+#Git-Clone:    https://github.com/ivmai/bdwgc
 Source:         
https://github.com/ivmai/bdwgc/releases/download/v%version/%name-%version.tar.gz
 BuildRequires:  autoconf >= 2.64
 BuildRequires:  gcc-c++
@@ -73,7 +73,7 @@
 be otherwise accessed.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 autoreconf -fi
@@ -95,7 +95,9 @@
 %install
 %make_install
 rm -Rf "%buildroot/%_datadir/gc" "%buildroot/%_libdir"/*.la
-rm -f "%buildroot/%_docdir/%name"/README.{Mac,OS2,win32}
+for i in README.Mac README.OS2 README.win32; do
+       rm -f "%buildroot/%_docdir/%name/$i"
+done
 
 %check
 %if !0%{?qemu_user_space_build}
@@ -106,12 +108,10 @@
 %postun -n libgc1 -p /sbin/ldconfig
 
 %files -n libgc1
-%defattr(-, root, root)
 %_libdir/libcord.so.1*
 %_libdir/libgc*.so.1*
 
 %files devel
-%defattr(-, root, root)
 %_docdir/%name/
 %_libdir/libcord.so
 %_libdir/libgc*.so

++++++ gc-8.0.4.tar.gz -> gc-8.0.6.tar.gz ++++++
++++ 4873 lines of diff (skipped)

Reply via email to