Hello community,

here is the log from the commit of package gc for openSUSE:Factory
checked in at Wed Jul 13 09:00:10 CEST 2011.



--------
--- gc/gc.changes       2009-04-02 15:46:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/gc/gc.changes  2011-06-23 10:14:44.000000000 
+0200
@@ -1,0 +2,7 @@
+Mon Jun 20 15:08:02 UTC 2011 - pgaj...@novell.com
+
+- updated to 7.2alpha6
+  * many bug fixes and new features from 6.6, see doc/README.changes
+    for older changes and ChangeLog for recent changes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  configure.patch
  gc.atomic-locks.patch
  gc6.6.tar.bz2
  gcc4.patch

New:
----
  gc-7.2alpha6.tar.bz2
  gc-build.patch

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

Other differences:
------------------
++++++ gc.spec ++++++
--- /var/tmp/diff_new_pack.8uLObP/_old  2011-07-13 08:53:48.000000000 +0200
+++ /var/tmp/diff_new_pack.8uLObP/_new  2011-07-13 08:53:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package gc (Version 6.6)
+# spec file for package gc
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,8 +19,9 @@
 
 
 Name:           gc
-Version:        6.6
-Release:        138
+Version:        7.1.9.6
+Release:        1
+%define src_ver 7.2alpha6
 AutoReqProv:    on
 # bug437293
 %ifarch ppc64
@@ -31,13 +32,10 @@
 License:        BSD 3-Clause
 Url:            http://www.hpl.hp.com/personal/Hans_Boehm/gc/
 Summary:        A garbage collector for C and C++
-Source:         %{name}%{version}.tar.bz2
-#Patch:        %{name}-%{version}-shared.diff
+Source:         %{name}-%{src_ver}.tar.bz2
+Patch0:         %{name}-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
-Patch:          gcc4.patch
-Patch1:         configure.patch
-Patch2:         gc.atomic-locks.patch
 
 %description
 The Boehm-Demers-Weiser conservative garbage collector can be used as a
@@ -78,15 +76,13 @@
     Alan J. Demers
 
 %prep
-%setup -q -n %name%version
-%patch
-%patch1
-%patch2 -p1
+%setup -q -n %{name}-%{src_ver}
+%patch0 -p1
 
 %build
-#%{suse_update_config -f}
-#autoreconf -fi
-#%{__libtoolize} -f
+%{suse_update_config -f}
+autoreconf -fi
+%{__libtoolize} -f
 %configure --disable-static --with-pic --enable-cplusplus
 %{__make} %{?jobs:-j%jobs}
 
@@ -114,6 +110,7 @@
 %defattr(-, root, root)
 %doc doc/[a-z]*
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
 
 %changelog

++++++ gc-build.patch ++++++
Index: gc-7.2alpha6/Makefile.am
===================================================================
--- gc-7.2alpha6.orig/Makefile.am
+++ gc-7.2alpha6/Makefile.am
@@ -104,7 +104,6 @@ EXTRA_libgc_la_SOURCES = alpha_mach_dep.
 
 if CPLUSPLUS
 lib_LTLIBRARIES += libgccpp.la
-pkginclude_HEADERS += include/gc_cpp.h include/gc_allocator.h
 libgccpp_la_SOURCES = gc_cpp.cc
 libgccpp_la_LIBADD = ./libgc.la
 libgccpp_la_LDFLAGS = -version-info 1:3:0 -no-undefined

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to