Hello community, here is the log from the commit of package commoncpp2 checked in at Sun Apr 29 10:50:53 CEST 2007. -------- --- commoncpp2/commoncpp2.changes 2007-01-16 15:17:46.000000000 +0100 +++ /mounts/work_src_done/STABLE/commoncpp2/commoncpp2.changes 2007-04-29 01:09:54.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Apr 29 01:09:26 CEST 2007 - dmueller@suse.de + +- fix undefined references in libccext2 + +------------------------------------------------------------------- New: ---- link-zlib.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ commoncpp2.spec ++++++ --- /var/tmp/diff_new_pack.j17805/_old 2007-04-29 10:50:38.000000000 +0200 +++ /var/tmp/diff_new_pack.j17805/_new 2007-04-29 10:50:38.000000000 +0200 @@ -19,9 +19,10 @@ Autoreqprov: on Summary: A GNU package for creating portable C++ program Version: 1.5.3 -Release: 1 +Release: 12 URL: http://www.gnu.org/software/commoncpp/ Source: %{name}-%{version}.tar.bz2 +Patch0: link-zlib.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -83,6 +84,7 @@ %prep %setup -q -n %{name}-%{version} +%patch0 %build %{?suse_update_config:%{suse_update_config}} @@ -91,7 +93,7 @@ CXXFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=%{_prefix} --enable-shared --mandir=%{_mandir} \ --libdir=%{_libdir} --infodir=%{_infodir} -make +make %{?jobs:-j %jobs} %install [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; @@ -126,7 +128,9 @@ %defattr(-,root,root,0755) %doc %{_defaultdocdir}/%{name}/ -%changelog -n commoncpp2 +%changelog +* Sun Apr 29 2007 - dmueller@suse.de +- fix undefined references in libccext2 * Tue Jan 16 2007 - rhafer@suse.de - update to 1.5.3 * some code cleanup of operators and const members ++++++ link-zlib.diff ++++++ --- src/Makefile.am +++ src/Makefile.am @@ -45,7 +45,7 @@ libccgnu2_la_SOURCES = thread.cpp mutex. cidr.cpp private.h nat.h if EXTRAS -libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ +libccext2_la_LIBADD = @BASE_LIB@ @THREAD_LIBS@ @ZSTREAM_LIBS@ libccext2_la_LDFLAGS = $(RELEASE) $(SHARED_FLAGS) if GETOPT_LONG ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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