[libvpd/f16] update to latest upstream 2.1.3

Jiri Skala jskala at fedoraproject.org
Wed Aug 24 10:59:25 UTC 2011


commit 7fb2f0d6a3c3aeac1ad81e66085c119995fbcc4a
Author: Jiri Skala <jskala at redhat.com>
Date:   Wed Aug 24 12:59:10 2011 +0200

    update to latest upstream 2.1.3

 .gitignore  |    1 +
 libvpd.spec |   14 +++++++-------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 85b3cb7..b3acf2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libvpd-2.1.1.tar.gz
 /libvpd-2.1.2.tar.gz
+/libvpd-2.1.3.tar.gz
diff --git a/libvpd.spec b/libvpd.spec
index 8c98f2d..764c259 100644
--- a/libvpd.spec
+++ b/libvpd.spec
@@ -1,9 +1,9 @@
 %define name libvpd
-%define version 2.1.2
+%define version 2.1.3
 
 Name:		%{name}
 Version:	%{version}
-Release:	2%{?dist}
+Release:	1%{?dist}
 Summary:	VPD Database access library for lsvpd
 
 Group:		System Environment/Libraries
@@ -12,9 +12,7 @@ URL:		http://linux-diag.sf.net/Lsvpd.html
 Source:		http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1:         libvpd-2.1.2-numbering.patch
-
-BuildRequires:	sqlite-devel zlib-devel libstdc++-devel
+BuildRequires:	sqlite-devel zlib-devel libstdc++-devel libtool
 
 %description
 The libvpd package contains the classes that are used to access a vpd database
@@ -30,9 +28,8 @@ Contains header files for building with libvpd.
 %prep
 %setup -q
 
-%patch1 -p1 -b .numbering
-
 %build
+./bootstrap.sh
 %configure --disable-static
 %{__make} %{?_smp_mflags}
 
@@ -64,6 +61,9 @@ Contains header files for building with libvpd.
 %{_libdir}/pkgconfig/libvpd_cxx-2.pc
 
 %changelog
+* Wed Aug 24 2011 Jiri Skala <jskala at redhat.com> 2.1.3-1
+- update to latest upstream 2.1.3
+
 * Mon Feb 14 2011 Jiri Skala <jskala at redhat.com> 2.1.2-2
 - rebuild due to tag correction
 
diff --git a/sources b/sources
index 4a40771..69289a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d4e66ec416eac3a87c790cbdc1c628f4  libvpd-2.1.2.tar.gz
+e73fcf739dd0275f4793fc52394fe6cb  libvpd-2.1.3.tar.gz


More information about the scm-commits mailing list