Hello community,

here is the log from the commit of package pciutils for openSUSE:Factory 
checked in at 2013-04-17 07:44:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-01-03 
13:54:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pciutils.new/pciutils.changes   2013-04-17 
07:44:21.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 15 12:09:40 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pciutils.spec ++++++
--- /var/tmp/diff_new_pack.JXNGUa/_old  2013-04-17 07:44:22.000000000 +0200
+++ /var/tmp/diff_new_pack.JXNGUa/_new  2013-04-17 07:44:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pciutils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -28,14 +28,14 @@
 Obsoletes:      pciutils-64bit
 %endif
 #
-Summary:        PCI utilities for Kernel version 2.2 and newer
+Summary:        PCI utilities for Kernel version 2
 License:        GPL-2.0+
 Group:          Hardware/Other
 Url:            http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
-Source:         %{name}-%{version}.tar.bz2
+Source:         
ftp://ftp.kernel.org/pub/software/utils/pciutils/%{name}-%{version}.tar.bz2
 Source1:        COPYING
 Source2:        baselibs.conf
-Patch:          update-pciutils-dist
+Patch0:         update-pciutils-dist
 Patch1:         %{name}-%{version}_pkgconfig.patch
 Patch2:         pciutils-ocloexec.patch
 Patch3:         pciutils-endianh.patch
@@ -52,12 +52,6 @@
 update-pciids: This program downloads the current version of the
 pci.ids file.
 
-
-
-Authors:
---------
-    Martin Mares <m...@ucw.cz>
-
 %package -n %lname
 Summary:        PCI utility library
 Group:          System/Libraries
@@ -72,35 +66,29 @@
 %ifarch ppc64
 Obsoletes:      pciutils-devel-64bit
 %endif
-Requires:       %lname = %version
+Requires:       %lname = %{version}
 
 %description devel
 This package contains the files that are necessary for software
 development using the PCI utilities.
 
-
-
-Authors:
---------
-    Martin Mares <m...@ucw.cz>
-
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3
 %build
-make %{?_smp_mflags} OPT="$RPM_OPT_FLAGS -D_GNU_SOURCE $(getconf LFS_CFLAGS) 
-Wall" PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP="" SHARED="yes"
+make %{?_smp_mflags} OPT="%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS) 
-Wall" PREFIX=%{_prefix} LIBDIR=/%{_lib} SBINDIR=/sbin STRIP="" SHARED="yes"
 
 %install
-make install PREFIX=$RPM_BUILD_ROOT%{_prefix} SBINDIR=$RPM_BUILD_ROOT/sbin \
-             ROOT=$RPM_BUILD_ROOT/ MANDIR=$RPM_BUILD_ROOT/%{_mandir} STRIP="" \
-            SHARED="yes" LIBDIR=$RPM_BUILD_ROOT/%{_lib}
-mkdir -p $RPM_BUILD_ROOT%{_includedir}/pci
-cp -p lib/{pci,header,config,types}.h $RPM_BUILD_ROOT%{_includedir}/pci/
-rm -rf $RPM_BUILD_ROOT%{_datadir}/pci.ids*
-install -D -m 0644 lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig/libpci.pc
+make install PREFIX=%{buildroot}%{_prefix} SBINDIR=%{buildroot}/sbin \
+             ROOT=%{buildroot}/ MANDIR=%{buildroot}/%{_mandir} STRIP="" \
+            SHARED="yes" LIBDIR=%{buildroot}/%{_lib}
+mkdir -p %{buildroot}%{_includedir}/pci
+cp -p lib/{pci,header,config,types}.h %{buildroot}%{_includedir}/pci/
+rm -rf %{buildroot}%{_datadir}/pci.ids*
+install -D -m 0644 lib/libpci.pc %{buildroot}%{_libdir}/pkgconfig/libpci.pc
 ln -sf /%{_lib}/libpci.so.3 %{buildroot}%{_libdir}/libpci.so
 
 %post -n %lname -p /sbin/ldconfig
@@ -115,7 +103,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-/%_lib/libpci.so.*
+/%{_lib}/libpci.so.*
 
 %files devel
 %defattr(-, root, root)

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

Reply via email to