Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory 
checked in at 2012-05-21 08:02:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pciutils (Old)
 and      /work/SRC/openSUSE:Factory/.pciutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pciutils", Maintainer is "dlova...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pciutils/pciutils.changes        2012-02-03 
10:25:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pciutils.new/pciutils.changes   2012-05-21 
08:02:38.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 18 15:33:42 UTC 2012 - jeng...@medozas.de
+
+- Shared library policy: new subpackage libpci3
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pciutils.spec ++++++
--- /var/tmp/diff_new_pack.gaguGl/_old  2012-05-21 08:02:41.000000000 +0200
+++ /var/tmp/diff_new_pack.gaguGl/_new  2012-05-21 08:02:41.000000000 +0200
@@ -15,24 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           pciutils
+%define lname  libpci3
 Version:        3.1.9
-Release:        1
-BuildRequires:  zlib-devel
+Release:        0
 BuildRequires:  pkg-config
+BuildRequires:  zlib-devel
 Requires:       pciutils-ids
-AutoReqProv:    on
 # bug437293
 %ifarch ppc64
 Obsoletes:      pciutils-64bit
 %endif
 #
-Group:          Hardware/Other
+Summary:        PCI utilities for Kernel version 2.2 and newer
 License:        GPL-2.0+
-Summary:        PCI-utilities for Kernel version 2.2 and newer
+Group:          Hardware/Other
 Url:            http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
 Source:         %{name}-%{version}.tar.bz2
 Source1:        COPYING
@@ -59,21 +57,25 @@
 --------
     Martin Mares <m...@ucw.cz>
 
+%package -n %lname
+Summary:        PCI utility library
+Group:          System/Libraries
+
+%description -n %lname
+libpci offers access to the PCI configuration space.
+
 %package devel
-License:        GPL-2.0+
+Summary:        Library and Include Files of the PCI utilities
 Group:          Development/Libraries/C and C++
-Summary:        Static Library and Include Files of the PCI-utilities
 # bug437293
 %ifarch ppc64
 Obsoletes:      pciutils-devel-64bit
 %endif
-#
-# As we only package a static library we need zlib-devel for final linking
-Requires:       zlib-devel %{name} = %{version}
+Requires:       %lname = %version
 
 %description devel
 This package contains the files that are necessary for software
-development using the PCI-utilities.
+development using the PCI utilities.
 
 
 
@@ -100,20 +102,20 @@
 install -D -m 0644 lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libpci.pc
 ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%post -n %lname -p /sbin/ldconfig
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-, root, root)
 %doc README COPYING
 %doc %{_mandir}/man?/*
-/%{_lib}/libpci.so.*
 /sbin/*
 
+%files -n %lname
+%defattr(-,root,root)
+/%_lib/libpci.so.*
+
 %files devel
 %defattr(-, root, root)
 %{_includedir}/pci/

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.gaguGl/_old  2012-05-21 08:02:41.000000000 +0200
+++ /var/tmp/diff_new_pack.gaguGl/_new  2012-05-21 08:02:41.000000000 +0200
@@ -1,2 +1,5 @@
-pciutils
+libpci3
 pciutils-devel
+       requires -pciutils-<targettype>
+       requires "libpci3-<targettype> = <version>"
+

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

Reply via email to