Hello community, here is the log from the commit of package gc checked in at Sun May 27 00:13:54 CEST 2007. -------- --- gc/gc.changes 2006-01-30 17:53:41.000000000 +0100 +++ /mounts/work_users/ro/STABLE/gc/gc.changes 2007-05-26 23:51:51.457716000 +0200 @@ -1,0 +2,5 @@ +Sat May 26 23:51:37 CEST 2007 - ro@suse.de + +- split off devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gc.spec ++++++ --- /var/tmp/diff_new_pack.mw4888/_old 2007-05-27 00:13:46.000000000 +0200 +++ /var/tmp/diff_new_pack.mw4888/_new 2007-05-27 00:13:46.000000000 +0200 @@ -1,21 +1,21 @@ # # spec file for package gc (Version 6.6) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gc Version: 6.6 -Release: 2 +Release: 49 Autoreqprov: on Group: Development/Libraries/C and C++ -License: BSD +License: BSD License and BSD-like URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ Summary: A garbage collector for C and C++ Source: %{name}%{version}.tar.bz2 @@ -40,6 +40,28 @@ Hans-J. Boehm Alan J. Demers +%package devel +Summary: A garbage collector for C and C++ +Group: Development/Libraries/C and C++ +Provides: gc:/usr/include/gc/gc.h +Requires: gc = %{version} +Autoreqprov: on + +%description devel +The Boehm-Demers-Weiser conservative garbage collector can be used as a +garbage collecting replacement for C malloc or C++ new. It allows you +to allocate memory basically as you normally would, without explicitly +deallocating memory that is no longer useful. The collector +automatically recycles memory when it determines that it can no longer +be otherwise accessed. + + + +Authors: +-------- + Hans-J. Boehm + Alan J. Demers + %prep %setup -n %name%version %patch @@ -69,11 +91,19 @@ %files %defattr(-, root, root) -%doc README.QUICK doc/README* doc/[a-z]* -%{_libdir}/lib* +%doc README.QUICK doc/README* +%{_libdir}/lib*.so.* + +%files devel +%defattr(-, root, root) +%doc doc/[a-z]* +%{_libdir}/lib*.so +%{_libdir}/lib*a %{_includedir}/* -%changelog -n gc +%changelog +* Sat May 26 2007 - ro@suse.de +- split off devel package * Mon Jan 30 2006 - uli@suse.de - enabled malloc redirection, C++ support - fixed shared libs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de