Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2014-06-30 21:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gd (Old)
 and      /work/SRC/openSUSE:Factory/.gd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gd/gd.changes    2014-04-23 20:35:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes       2014-06-30 
21:42:47.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 27 12:05:59 UTC 2014 - meiss...@suse.com
+
+- split out libgd3, so libgd2 could be installed in parallel.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gd.spec ++++++
--- /var/tmp/diff_new_pack.fFwzDw/_old  2014-06-30 21:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.fFwzDw/_new  2014-06-30 21:42:48.000000000 +0200
@@ -17,6 +17,9 @@
 
 
 %define prjname libgd
+
+%define lname libgd3
+
 Name:           gd
 Version:        2.1.0
 Release:        0
@@ -59,10 +62,20 @@
 and flood fills. It outputs PNG, JPEG, and WBMP (for wireless devices)
 and is supported by PHP.
 
+%package -n %lname
+Summary:        A Drawing Library for Programs That Use PNG and JPEG Output
+Group:          System/Libraries
+
+%description -n %lname
+Gd allows your code to quickly draw images complete with lines, arcs,
+text, and multiple colors. It supports cut and paste from other images
+and flood fills. It outputs PNG, JPEG, and WBMP (for wireless devices)
+and is supported by PHP.
+
 %package devel
 Summary:        Drawing Library for Programs with PNG and JPEG Output
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
+Requires:       %lname = %{version}
 Requires:       glibc-devel
 Requires:       libpng-devel
 Requires:       libtiff-devel
@@ -106,9 +119,9 @@
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -125,10 +138,15 @@
 %{_bindir}/pngtogd
 %{_bindir}/pngtogd2
 %{_bindir}/webpng
+
+%files -n %lname
+%defattr(-,root,root)
+%doc COPYING
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root)
+%doc COPYING
 %{_bindir}/gdlib-config
 %{_includedir}/*
 %{_libdir}/*.so

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.fFwzDw/_old  2014-06-30 21:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.fFwzDw/_new  2014-06-30 21:42:48.000000000 +0200
@@ -1 +1 @@
-gd
+libgd3

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to