Hello community, here is the log from the commit of package liboggz for openSUSE:Factory checked in at Wed May 18 10:36:10 CEST 2011.
-------- --- liboggz/liboggz.changes 2011-01-15 16:39:48.000000000 +0100 +++ /mounts/work_src_done/STABLE/liboggz/liboggz.changes 2011-05-17 16:26:50.000000000 +0200 @@ -1,0 +2,11 @@ +Tue May 17 14:25:20 UTC 2011 - [email protected] + +- fix build (do not patch configure.ac) + +------------------------------------------------------------------- +Sun May 1 17:35:27 UTC 2011 - [email protected] + +- Added 32bit compatibility libraries +- Removed test for obsolete openSUSE versions + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- baselibs.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _service:set_version:liboggz.spec ++++++ --- /var/tmp/diff_new_pack.rm4mm8/_old 2011-05-18 10:35:27.000000000 +0200 +++ /var/tmp/diff_new_pack.rm4mm8/_new 2011-05-18 10:35:27.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package liboggz +# spec file for package liboggz (Version 1.1.1) # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -20,12 +20,13 @@ Name: liboggz Version: 1.1.1 -Release: 2 +Release: 0 License: BSD3c Summary: Shared libraries for oggz Url: http://xiph.org/oggz/ Group: System/Libraries Source0: %{name}-%{version}.tar.bz2 +Source1: baselibs.conf # PATCH-FIX-UPSTREAM %{name}-1.1.1-docdir.patch https://trac.xiph.org/ticket/1758 [email protected] -- This patch makes configure honor --docdir Patch0: %{name}-1.1.1-docdir.patch BuildRequires: doxygen @@ -42,7 +43,6 @@ these files. %package -n liboggz%{_SO_nr} - Summary: Shared Libraries For Oggz Group: System/Libraries @@ -55,7 +55,6 @@ these files. %package -n oggz-tools -License: BSD3c Summary: A library that provides parsing and seeking of Ogg-files Group: Productivity/Multimedia/Sound/Utilities @@ -67,7 +66,6 @@ libannodex respectively. %package devel -License: BSD3c Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Requires: libogg-devel @@ -78,13 +76,10 @@ needed to develop applications that require these. %package doc -License: BSD3c Summary: Documentation for Oggz Group: Documentation/HTML Requires: %{name}%{_SO_nr} = %{version} -%if 0%{?suse_version} >= 1120 BuildArch: noarch -%endif %description doc This package contains HTML documentation needed for development using @@ -108,9 +103,6 @@ %check %__make check -%clean -[ -d %{buildroot} -a %{buildroot} != "" ] && %__rm -rf %{buildroot} - %post -n liboggz%{_SO_nr} -p /sbin/ldconfig %postun -n liboggz%{_SO_nr} -p /sbin/ldconfig ++++++ liboggz.spec ++++++ --- /var/tmp/diff_new_pack.rm4mm8/_old 2011-05-18 10:35:27.000000000 +0200 +++ /var/tmp/diff_new_pack.rm4mm8/_new 2011-05-18 10:35:27.000000000 +0200 @@ -20,12 +20,13 @@ Name: liboggz Version: to_be_filled_by_service -Release: 2 +Release: 3 License: BSD3c Summary: Shared libraries for oggz Url: http://xiph.org/oggz/ Group: System/Libraries Source0: %{name}-%{version}.tar.bz2 +Source1: baselibs.conf # PATCH-FIX-UPSTREAM %{name}-1.1.1-docdir.patch https://trac.xiph.org/ticket/1758 [email protected] -- This patch makes configure honor --docdir Patch0: %{name}-1.1.1-docdir.patch BuildRequires: doxygen @@ -55,7 +56,7 @@ these files. %package -n oggz-tools -License: BSD3c + Summary: A library that provides parsing and seeking of Ogg-files Group: Productivity/Multimedia/Sound/Utilities @@ -67,7 +68,7 @@ libannodex respectively. %package devel -License: BSD3c + Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ Requires: libogg-devel @@ -78,13 +79,11 @@ needed to develop applications that require these. %package doc -License: BSD3c + Summary: Documentation for Oggz Group: Documentation/HTML Requires: %{name}%{_SO_nr} = %{version} -%if 0%{?suse_version} >= 1120 BuildArch: noarch -%endif %description doc This package contains HTML documentation needed for development using @@ -108,9 +107,6 @@ %check %__make check -%clean -[ -d %{buildroot} -a %{buildroot} != "" ] && %__rm -rf %{buildroot} - %post -n liboggz%{_SO_nr} -p /sbin/ldconfig %postun -n liboggz%{_SO_nr} -p /sbin/ldconfig ++++++ baselibs.conf ++++++ liboggz2 ++++++ liboggz-1.1.1-docdir.patch ++++++ --- /var/tmp/diff_new_pack.rm4mm8/_old 2011-05-18 10:35:28.000000000 +0200 +++ /var/tmp/diff_new_pack.rm4mm8/_new 2011-05-18 10:35:28.000000000 +0200 @@ -29,28 +29,6 @@ Building: -Index: configure.ac -=================================================================== ---- configure.ac.orig -+++ configure.ac -@@ -466,7 +466,7 @@ else - AS_AC_EXPAND(LIBDIR, ${libdir}) - AS_AC_EXPAND(INCLUDEDIR, ${includedir}) - AS_AC_EXPAND(BINDIR, ${bindir}) --AS_AC_EXPAND(DOCDIR, ${datadir}/doc) -+AS_AC_EXPAND(DOCDIR, ${docdir}) - - AC_SUBST(BINDIR) - -@@ -513,7 +513,7 @@ AC_MSG_RESULT([ - liboggz: ..................... ${LIBDIR} - Tools: ....................... ${BINDIR} - C header files: .............. ${INCLUDEDIR}/oggz -- Documentation: ............... ${DOCDIR}/$PACKAGE -+ Documentation: ............... ${DOCDIR} - - Building: - Index: doc/Makefile.am =================================================================== --- doc/Makefile.am.orig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
