Hello community, here is the log from the commit of package babl for openSUSE:Factory checked in at Thu Feb 11 19:47:09 CET 2010. -------- --- GNOME/babl/babl.changes 2009-05-23 01:18:21.000000000 +0200 +++ babl/babl.changes 2010-01-16 04:19:49.000000000 +0100 @@ -1,0 +2,13 @@ +Fri Jan 15 15:23:06 CET 2010 - vuntz@opensuse.org + +- Update to version 0.1.2: + + Made babl mostly threadsafe (sufficient for GIMP/GEGLs needs). + + Streamlined core functionality, reducing number of function + calls and removing overeager instrumentation. +- Drop babl-fix-install.patch: fixed upstream. The autoreconf call + can also be removed. +- Rename libbabl-0_0-0 to libbabl-0_1-0, following soname change. + This also means we can remove the Provides/Obsoletes for + babl-0_0. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- babl-0.1.0.tar.bz2 babl-fix-install.patch New: ---- babl-0.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ babl.spec ++++++ --- /var/tmp/diff_new_pack.NjmeKT/_old 2010-02-11 19:45:03.000000000 +0100 +++ /var/tmp/diff_new_pack.NjmeKT/_new 2010-02-11 19:45:03.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package babl (Version 0.1.0) +# spec file for package babl (Version 0.1.2) # -# Copyright (c) 2009 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,16 +20,14 @@ Name: babl Url: http://gegl.org/babl/ -Version: 0.1.0 +Version: 0.1.2 Release: 1 -License: LGPL v3 or later +License: LGPLv3+ Group: System/Libraries Summary: Dynamic Pixel Format Translation Library Source: ftp://ftp.gtk.org/pub/babl/0.0/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM babl-fix-install.patch bgo583565 vuntz@novell.com -Patch0: babl-fix-install.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define debug_package_requires libbabl-0_0-0 = %{version}-%{release} +%define debug_package_requires libbabl-0_1-0 = %{version}-%{release} # None of these is needed for standard build: #BuildRequires: inkscape ruby w3m # To list AUTHORS: @@ -46,28 +44,12 @@ provided as well as the framework to add new color models and data types. - - -Authors: --------- - �yvind Kol�s <pippin@gimp.org> - Sven Neumann <sven@gimp.org> - Michael Natterer <mitch@gimp.org> - Kevin Cozens <kcozens@cvs.gnome.org> - Tim Mooney - Michael Schumacher <schumaml@cvs.gnome.org> - Jan Heller <jheller@svn.gnome.org> - Mukund Sivaraman <muks@mukund.org> - <dmacks@netspace.org> - -%package -n libbabl-0_0-0 -License: LGPL v3 or later +%package -n libbabl-0_1-0 +License: LGPLv3+ Summary: Dynamic Pixel Format Translation Library Group: System/Libraries -Provides: %{name}-0_0 = %{version} -Obsoletes: %{name}-0_0 < %{version} -%description -n libbabl-0_0-0 +%description -n libbabl-0_1-0 babl is a dynamic, any to any, pixel format translation library. It allows converting between different methods of storing pixels known @@ -78,25 +60,12 @@ provided as well as the framework to add new color models and data types. - - -Authors: --------- - �yvind Kol�s <pippin@gimp.org> - Sven Neumann <sven@gimp.org> - Michael Natterer <mitch@gimp.org> - Kevin Cozens <kcozens@cvs.gnome.org> - Tim Mooney - Michael Schumacher <schumaml@cvs.gnome.org> - Jan Heller <jheller@svn.gnome.org> - Mukund Sivaraman <muks@mukund.org> - <dmacks@netspace.org> - %package devel -License: LGPL v3 or later +License: LGPLv3+ Summary: Dynamic Pixel Format Translation Library Group: Development/Libraries/C and C++ -Requires: glibc-devel libbabl-0_0-0 = %{version} +Requires: glibc-devel +Requires: libbabl-0_1-0 = %{version} %description devel babl is a dynamic, any to any, pixel format translation library. @@ -109,26 +78,10 @@ provided as well as the framework to add new color models and data types. - - -Authors: --------- - �yvind Kol�s <pippin@gimp.org> - Sven Neumann <sven@gimp.org> - Michael Natterer <mitch@gimp.org> - Kevin Cozens <kcozens@cvs.gnome.org> - Tim Mooney - Michael Schumacher <schumaml@cvs.gnome.org> - Jan Heller <jheller@svn.gnome.org> - Mukund Sivaraman <muks@mukund.org> - <dmacks@netspace.org> - %prep %setup -q -%patch0 -p1 %build -autoreconf -fi %configure\ --disable-static make %{?jobs:-j%jobs} @@ -137,22 +90,22 @@ %makeinstall find %{buildroot} -type f -name "*.la" -delete -print -%post -n libbabl-0_0-0 -p /sbin/ldconfig +%post -n libbabl-0_1-0 -p /sbin/ldconfig -%postun -n libbabl-0_0-0 -p /sbin/ldconfig +%postun -n libbabl-0_1-0 -p /sbin/ldconfig %clean rm -rf %{buildroot} -%files -n libbabl-0_0-0 +%files -n libbabl-0_1-0 %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_libdir}/*.so.* -%{_libdir}/babl-0.0 +%{_libdir}/babl-0.1/ %files devel %defattr(-,root,root) -%{_includedir}/* +%{_includedir}/babl-0.1/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc ++++++ babl-0.1.0.tar.bz2 -> babl-0.1.2.tar.bz2 ++++++ ++++ 73108 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