commit libgsf for openSUSE:Factory
Hello community, here is the log from the commit of package libgsf for openSUSE:Factory checked in at Fri Feb 6 17:41:06 CET 2009. -------- --- libgsf/libgsf.changes 2009-01-17 01:07:09.000000000 +0100 +++ libgsf/libgsf.changes 2009-01-23 09:31:11.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Jan 23 09:24:56 CET 2009 - vuntz@novell.com + +- Merge openSUSE:Factory & GNOME:Factory:Next. +- Clean up spec file, removing tests for old versions. + +------------------------------------------------------------------- @@ -6,0 +13,13 @@ +Thu Jan 8 14:33:11 EST 2009 - mboman@suse.de + +- Update to version 1.14.11: + + win32 build fix for glib-2.18 deprecation. + + Extend MS Office Open Pkg handling to accept POI files. + + Add libxml2 wrapper to simplify probing. + + Solaris compilation issue. [bgo#558253] + + Handle non-seekable files in gsf_input_stdio_new. [bgo#154417] + + Fix various Mac compilation issues. [bgo#565603], [bgo#565605] + + Clean up glib includes. [bgo#564004] + + MinGW configure fix for libbz2 detection. + +------------------------------------------------------------------- @@ -11,0 +31,10 @@ +Mon Dec 29 18:34:51 EST 2008 - mboman@suse.de + +- Update to version 1.14.10: + + Patch some coverity issues [189, 250, 251] + + Work around sshfs bug [bgo#509883] + + Support tar archives + + Improve gsf support for broken archives [bgo#553861] + + Avoid a critical for bad ole2 [bgo#554848] + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libgsf-1.14.9.tar.bz2 New: ---- libgsf-1.14.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgsf.spec ++++++ --- /var/tmp/diff_new_pack.X14499/_old 2009-02-06 17:37:52.000000000 +0100 +++ /var/tmp/diff_new_pack.X14499/_new 2009-02-06 17:37:52.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package libgsf (Version 1.14.9) +# spec file for package libgsf (Version 1.14.11) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,28 +19,19 @@ Name: libgsf -BuildRequires: gconf2-devel glib2-devel gnome-common gtk-doc intltool -BuildRequires: libgnome-devel libxml2-devel perl-XML-Parser python-devel +BuildRequires: gconf2-devel +BuildRequires: glib2-devel +BuildRequires: gnome-common +BuildRequires: gtk-doc +BuildRequires: intltool +BuildRequires: libgnome-devel +BuildRequires: libxml2-devel +BuildRequires: python-devel BuildRequires: update-desktop-files License: GPL v2 or later; LGPL v2.1 or later Group: Development/Libraries/GNOME -# Provide support for old soname -%if %suse_version <= 1000 -%ifarch ia64 x86_64 ppc64 s390x -Provides: libgsf-1.so.1()(64bit) -%else -Provides: libgsf-1.so.1 -%endif -%endif -%if %suse_version == 1010 -%ifarch ia64 x86_64 ppc64 s390x -Provides: libgsf-1.so.113()(64bit) -%else -Provides: libgsf-1.so.113 -%endif -%endif -Version: 1.14.9 -Release: 9 +Version: 1.14.11 +Release: 1 Summary: GNOME Structured File Library Url: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -86,7 +77,7 @@ %package devel License: GPL v2 or later; LGPL v2.1 or later -Summary: Include Files and Libraries mandatory for Development. +Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/GNOME Requires: %{name} = %{version} %{name}-gnome = %{version} glib2-devel libxml2-devel gnome-vfs2-devel libbonobo-devel bzip2 zlib-devel # bug437293 @@ -109,27 +100,12 @@ License: GPL v2 or later; LGPL v2.1 or later Summary: GNOME Structured File Library Group: Development/Libraries/GNOME -# Provide support for old soname -%if %suse_version <= 1000 -%ifarch ia64 x86_64 ppc64 s390x -Provides: libgsf-gnome-1.so.1()(64bit) -%else -Provides: libgsf-gnome-1.so.1 -%endif -%endif -%if %suse_version == 1010 -%ifarch ia64 x86_64 ppc64 s390x -Provides: libgsf-gnome-1.so.113()(64bit) -%else -Provides: libgsf-gnome-1.so.113 -%endif -%endif Requires: %{name} = %{version} %gconf_schemas_prereq %package doc License: GPL v2 or later; LGPL v2.1 or later -Summary: Additional Package Documentation. +Summary: Additional Package Documentation Group: Development/Libraries/GNOME Requires: %{name} = %{version} @@ -154,28 +130,15 @@ Jody Goldberg <jody@gnome.org> %prep -#' %setup -q %build -autoreconf -f -i %configure --with-pic \ --disable-static make %{?jobs:-j%jobs} %install make install DESTDIR=$RPM_BUILD_ROOT -# Provide support for old soname -%if %suse_version <= 1000 -mkdir -p $RPM_BUILD_ROOT%{_libdir} -ln -s libgsf-1.so.114 $RPM_BUILD_ROOT%{_libdir}/libgsf-1.so.1 -ln -s libgsf-gnome-1.so.114 $RPM_BUILD_ROOT%{_libdir}/libgsf-gnome-1.so.1 -%endif -%if %suse_version == 1010 -mkdir -p $RPM_BUILD_ROOT%{_libdir} -ln -s libgsf-1.so.114 $RPM_BUILD_ROOT%{_libdir}/libgsf-1.so.113 -ln -s libgsf-gnome-1.so.114 $RPM_BUILD_ROOT%{_libdir}/libgsf-gnome-1.so.113 -%endif %find_lang %{name} # gconf_schemas go to -gnome subpackage: %find_gconf_schemas @@ -230,10 +193,30 @@ %{_datadir}/gtk-doc/html/* %changelog +* Fri Jan 23 2009 vuntz@novell.com +- Merge openSUSE:Factory & GNOME:Factory:Next. +- Clean up spec file, removing tests for old versions. * Sat Jan 17 2009 crrodriguez@suse.de - remove la files. +* Thu Jan 08 2009 mboman@suse.de +- Update to version 1.14.11: + + win32 build fix for glib-2.18 deprecation. + + Extend MS Office Open Pkg handling to accept POI files. + + Add libxml2 wrapper to simplify probing. + + Solaris compilation issue. [bgo#558253] + + Handle non-seekable files in gsf_input_stdio_new. [bgo#154417] + + Fix various Mac compilation issues. [bgo#565603], [bgo#565605] + + Clean up glib includes. [bgo#564004] + + MinGW configure fix for libbz2 detection. * Wed Jan 07 2009 olh@suse.de - obsolete old -XXbit packages (bnc#437293) +* Tue Dec 30 2008 mboman@suse.de +- Update to version 1.14.10: + + Patch some coverity issues [189, 250, 251] + + Work around sshfs bug [bgo#509883] + + Support tar archives + + Improve gsf support for broken archives [bgo#553861] + + Avoid a critical for bad ole2 [bgo#554848] * Mon Sep 01 2008 mboman@novell.com - Update to version 1.14.9: + Revitalize gio support. ++++++ libgsf-1.14.9.tar.bz2 -> libgsf-1.14.11.tar.bz2 ++++++ ++++ 18633 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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