Hello community, here is the log from the commit of package gegl checked in at Mon Sep 29 18:35:13 CEST 2008. -------- --- GNOME/gegl/gegl.changes 2008-08-14 10:22:00.000000000 +0200 +++ /mounts/work_src_done/STABLE/gegl/gegl.changes 2008-09-29 18:06:09.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 29 17:49:46 CEST 2008 - sbrabec@suse.cz + +- Fixed dependencies. +- Fixed permissions of documentation. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gegl.spec ++++++ --- /var/tmp/diff_new_pack.X31200/_old 2008-09-29 18:34:34.000000000 +0200 +++ /var/tmp/diff_new_pack.X31200/_new 2008-09-29 18:34:34.000000000 +0200 @@ -23,6 +23,8 @@ # Use rpmbuild -D 'BUILD_ORIG 1' to build original code. # Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched build plus original as addon. BuildRequires: ImageMagick OpenEXR-devel SDL-devel asciidoc babl-devel enscript gcc-c++ glib2-devel graphviz gtk2-devel libjpeg-devel libpng-devel librsvg-devel libstdc++-devel lua-devel ruby +# To build documentation, babl-0_0 is a must, "Recommends" is not enough: +BuildRequires: babl-0_0 # Only for directory ownership: BuildRequires: gtk-doc %if 0%{?BUILD_ORIG} @@ -39,12 +41,13 @@ Requires: glib2 >= 2.14.0 Url: http://gegl.org/ Version: 0.0.18 -Release: 2 +Release: 3 License: GPL v3 or later; LGPL v3 or later Group: System/Libraries Summary: Generic Graphics Library Source: ftp://ftp.gimp.org/pub/gegl/v0.0/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%define debug_package_requires libgegl-0_0-0 = %{version}-%{release} %description GEGL provides infratructure to do demand based cached non destructive @@ -94,6 +97,7 @@ License: GPL v3 or later; LGPL v3 or later Summary: Generic Graphics Library Group: System/Libraries +Requires: libbabl-0_0-0 >= %{version} %description 0_0 GEGL provides infratructure to do demand based cached non destructive @@ -199,7 +203,7 @@ License: GPL v3 or later; LGPL v3 or later Summary: Generic Graphics Library Group: System/Libraries -Recommends: %{name}-0_0 = %{version} +Recommends: %{name}-0_0 >= %{version} %description -n libgegl-0_0-0 GEGL provides infratructure to do demand based cached non destructive @@ -365,6 +369,7 @@ %endif rm $RPM_BUILD_ROOT%{_libdir}/gegl-0.0/*.la rm $RPM_BUILD_ROOT%{_libdir}/*.la +chmod -x $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/gegl/*.* %post -n libgegl-0_0-0 -p /sbin/ldconfig @@ -399,7 +404,6 @@ %files devel %defattr(-,root,root) %{_includedir}/* -#%{_libdir}/*.*a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc @@ -408,5 +412,8 @@ %{_datadir}/gtk-doc/html/gegl %changelog +* Mon Sep 29 2008 sbrabec@suse.cz +- Fixed dependencies. +- Fixed permissions of documentation. * Mon Jul 21 2008 sbrabec@suse.cz - New SuSE package. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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