Hello community,

here is the log from the commit of package agg for openSUSE:Factory
checked in at Tue Aug 9 11:05:17 CEST 2011.



--------
--- agg/agg.changes     2010-12-13 17:51:06.000000000 +0100
+++ /mounts/work_src_done/STABLE/agg/agg.changes        2011-08-05 
15:18:16.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 15:27:23 UTC 2011 - [email protected]
+
+- rename to follow new library policy
+
+-------------------------------------------------------------------
+Sun Apr 24 12:59:34 UTC 2011 - [email protected]
+  
+- Add 32bit compatibility libraries
+  
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  baselibs.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ agg.spec ++++++
--- /var/tmp/diff_new_pack.8rcazT/_old  2011-08-09 11:03:10.000000000 +0200
+++ /var/tmp/diff_new_pack.8rcazT/_new  2011-08-09 11:03:10.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package agg (Version 2.5)
+# spec file for package agg
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -24,16 +24,18 @@
 Group:          Development/Libraries/C and C++
 Summary:        C++ SVG Rendering Library
 Version:        2.5
-Release:        165
+Release:        170
 Url:            http://antigrain.com
+Provides:       agg = %version
+Obsoletes:      agg <= 2.5
 %if 0
-Source:         %{name}-%{version}.tar.bz2
+Source:         agg-%{version}.tar.bz2
 %else
 # WARNING: This is not a comment, but the real command to repack souce:
 #%(sh %{_sourcedir}/%{name}-patch-source %{name}-%{version}.tar.bz2)
-Source:         %{name}-%{version}-patched.tar.bz2
+Source:         agg-%{version}-patched.tar.bz2
 %endif
-Source1:        %{name}-patch-source
+Source1:        agg-patch-source
 Patch:          agg-automake-fix.diff
 Patch1:         agg-gpc.patch
 Patch2:         agg-2.5.dif
@@ -43,17 +45,21 @@
 Very fast and complete library to render SVG graphics. It provides a
 C++ interface.
 
+%package -n libagg2
+License:        GPLv2+
+Summary:        C++ SVG rendering library
+Group:          Development/Libraries/C and C++
 
+%description -n libagg2
+Very fast and complete library to render SVG graphics. It provides a
+C++ interface.
 
-Authors:
---------
-    Maxim Shemanarev (McSeem)
 
 %package devel
 License:        GPLv2+
 Summary:        C++ SVG rendering library
 Group:          Development/Libraries/C and C++
-Requires:       agg = %{version}
+Requires:       libagg2 = %{version}
 Requires:       freetype2-devel 
 Requires:       glibc-devel
 
@@ -61,14 +67,8 @@
 Very fast and complete library to render SVG graphics. It provides a
 C++ interface.
 
-
-
-Authors:
---------
-    Maxim Shemanarev (McSeem)
-
 %prep
-%setup -q
+%setup -q -n agg-%version
 %patch
 %patch1
 %patch2 -p0
@@ -83,11 +83,11 @@
 %makeinstall
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
-%post -p /sbin/ldconfig
+%post -n libagg2 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libagg2 -p /sbin/ldconfig
 
-%files
+%files -n libagg2
 %defattr(-,root,root)
 %_libdir/lib*.so.*
 

++++++ baselibs.conf ++++++
libagg2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to