Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory checked 
in at 2011-12-25 17:36:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvpd2 (Old)
 and      /work/SRC/openSUSE:Factory/.libvpd2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvpd2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvpd2/libvpd2.changes  2011-09-23 
02:11:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libvpd2.new/libvpd2.changes     2011-12-25 
17:36:42.000000000 +0100
@@ -1,0 +2,19 @@
+Tue Dec 20 21:34:27 CET 2011 - [email protected]
+
+- spec file cleanups
+
+-------------------------------------------------------------------
+Thu Nov  3 15:09:22 UTC 2011 - [email protected]
+
+- Use %_smp_mflags for parallel build
+- Remove redundant tags/sections (cf. specfile guidelines)
+
+-------------------------------------------------------------------
+Tue Nov  1 17:33:23 UTC 2011 - [email protected]
+
+- update to 2.1.3
+  - Rebuild rpms for ppc 32-bit.
+  - add pkg-config to BuildRequires to avoid rpmlint warings 
+  - drop libvpd-pkg.patch and libvpd.return-value.patch
+
+-------------------------------------------------------------------

Old:
----
  libvpd-2.0.3.tar.bz2
  libvpd-pkg.patch
  libvpd.return-value.patch

New:
----
  libvpd-2.1.3.tar.bz2

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

Other differences:
------------------
++++++ libvpd2.spec ++++++
--- /var/tmp/diff_new_pack.eQcofv/_old  2011-12-25 17:36:42.000000000 +0100
+++ /var/tmp/diff_new_pack.eQcofv/_new  2011-12-25 17:36:42.000000000 +0100
@@ -15,73 +15,49 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-
 Name:           libvpd2
-Version:        2.0.3
-Release:        13
-BuildRequires:  gcc-c++ libtool sqlite3-devel zlib-devel
+Version:        2.1.3
+Release:        0
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  sqlite3-devel
+BuildRequires:  zlib-devel
 Summary:        VPD Database access library for lsvpd
+License:        LGPL-2.1+
 Group:          Development/Libraries/Other
-License:        LGPLv2.1+
 Url:            http://linux-diag.sourceforge.net/Lsvpd.html
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         libvpd-%{version}.tar.bz2
 Source2:        baselibs.conf
-Patch1:         libvpd.return-value.patch
-Patch2:         libvpd-pkg.patch
 Patch3:         libvpd.async.patch
 
 %description
 The libvpd_cxx package contains the classes that are used to access a
 vpd database created by vpdupdate in the lsvpd package.
 
-
-
-Authors:
---------
-    Eric Munson <[email protected]>
-    Brad Peters <[email protected]>
-
 %package devel
-License:        LGPLv2.1+
 Summary:        VPD Database access library for lsvpd
 Group:          Development/Languages/C and C++
 Requires:       %{name} = %{version}
 Requires:       sqlite3-devel
-AutoReqProv:    on
 
 %description devel
 The libvpd-devel package contains development libraries and header
 files that are used to access a vpd database created by vpdupdate in
 the lsvpd package.
 
-
-
-Authors:
---------
-    Eric Munson <[email protected]>
-    Brad Peters <[email protected]>
-
 %prep
 %setup -q -n libvpd-%{version}
-%patch1 -p1
-%patch2 -p1
 %patch3 -p1
 
 %build
 autoreconf -fi
-%configure \
-       --prefix=%{_prefix}/ \
-       --disable-static
-make %{?jobs:-j%jobs}
-
-%clean 
-rm -rf $RPM_BUILD_ROOT
+%configure --disable-static
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 
 %post -p /sbin/ldconfig 
 

++++++ libvpd-2.0.3.tar.bz2 -> libvpd-2.1.3.tar.bz2 ++++++
++++ 51135 lines of diff (skipped)

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

Reply via email to