Hello community,

here is the log from the commit of package FastCGI for openSUSE:Factory checked 
in at 2014-12-16 14:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FastCGI (Old)
 and      /work/SRC/openSUSE:Factory/.FastCGI.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FastCGI"

Changes:
--------
--- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes  2014-09-03 
08:30:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.FastCGI.new/FastCGI.changes     2014-12-16 
14:48:43.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 13 13:33:33 UTC 2014 - p.drou...@gmail.com
+
+- Split out the system library, following the shared library
+  conventions
+- Make devel subpackage depends on shared library package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ FastCGI.spec ++++++
--- /var/tmp/diff_new_pack.04O0Mx/_old  2014-12-16 14:48:44.000000000 +0100
+++ /var/tmp/diff_new_pack.04O0Mx/_new  2014-12-16 14:48:44.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define so_ver 0
 
 Name:           FastCGI
 Version:        2.4.0
@@ -46,12 +47,10 @@
 provides high performance without the limitations of server-specific
 APIs.
 
-
-
 %package devel
 Summary:        A scalable, open extension to CGI
 Group:          Development/Languages/C and C++
-Requires:       %{name} = %{version}
+Requires:       libfcgi++-%{so_ver} = %{version}
 Requires:       glibc-devel
 
 %description devel
@@ -59,7 +58,14 @@
 provides high performance without the limitations of server specific
 APIs.
 
+%package -n libfcgi++-%{so_ver}
+Summary:        A scalable, open extension to CGI - System library
+Group:          System/Libraries
 
+%description -n libfcgi++-%{so_ver}
+FastCGI is a language independent, scalable, open extension to CGI that
+provides high performance without the limitations of server specific
+APIs.
 
 %package -n perl-FastCGI
 Summary:        A scalable, open extension to CGI
@@ -76,8 +82,6 @@
 provides high performance without the limitations of server specific
 APIs.
 
-
-
 %prep
 %setup -n fcgi-%{version}
 %patch0
@@ -123,24 +127,29 @@
     %{buildroot}%{_docdir}/%{name}/
 rm -f %{buildroot}%{_libdir}/libfcgi*.la
 
-%post -p /sbin/ldconfig
+%post -n libfcgi++-%{so_ver}
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libfcgi++-%{so_ver}
+/sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_bindir}/cgi-fcgi
-%{_libdir}/libfcgi*.so.*
 %{_mandir}/man1/*.1.gz
 %doc %{_docdir}/%{name}
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/libfcgi*.so
 %dir %{_includedir}/fastcgi/
 %{_includedir}/fastcgi/*
+%{_libdir}/libfcgi*.so
 %{_mandir}/man3/*.3.gz
 
+%files -n libfcgi++-%{so_ver}
+%defattr(-,root,root)
+%{_libdir}/libfcgi*.so.*
+
 %files -n perl-FastCGI
 %defattr(-,root,root)
 %{_mandir}/man3/*.3pm.gz

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

Reply via email to