update to latest upstream 2.1.3

This commit is contained in:
Jiri Skala 2011-08-10 10:07:24 +02:00
parent a614ca7f02
commit f0977fd28a
4 changed files with 9 additions and 39 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
libvpd-2.1.1.tar.gz
/libvpd-2.1.2.tar.gz
/libvpd-2.1.3.tar.gz

View File

@ -1,31 +0,0 @@
diff -up libvpd-2.1.2/Makefile.am.numbering libvpd-2.1.2/Makefile.am
--- libvpd-2.1.2/Makefile.am.numbering 2011-01-31 08:16:06.186984320 +0100
+++ libvpd-2.1.2/Makefile.am 2011-01-31 08:16:32.951983869 +0100
@@ -49,9 +49,9 @@ C_VERSION=@GENERIC_C_LIBRARY_VERSION@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libvpd-2.pc libvpd_cxx-2.pc
-libvpd_cxx_la_LDFLAGS = -module -lstdc++ -version-info \
+libvpd_cxx_la_LDFLAGS = -module -lstdc++ -version-number \
$(CXX_VERSION) -release @GENERIC_RELEASE@
-libvpd_la_LDFLAGS = -module -version-info \
+libvpd_la_LDFLAGS = -module -version-number \
$(C_VERSION) -release @GENERIC_RELEASE@
AM_CXXFLAGS = -DDEST_DIR='"${exec_prefix}"'
diff -up libvpd-2.1.2/Makefile.in.numbering libvpd-2.1.2/Makefile.in
--- libvpd-2.1.2/Makefile.in.numbering 2011-01-31 08:16:18.202985277 +0100
+++ libvpd-2.1.2/Makefile.in 2011-01-31 08:16:51.607984147 +0100
@@ -267,10 +267,10 @@ CXX_VERSION = @GENERIC_CXX_LIBRARY_VERSI
C_VERSION = @GENERIC_C_LIBRARY_VERSION@
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libvpd-2.pc libvpd_cxx-2.pc
-libvpd_cxx_la_LDFLAGS = -module -lstdc++ -version-info \
+libvpd_cxx_la_LDFLAGS = -module -lstdc++ -version-number \
$(CXX_VERSION) -release @GENERIC_RELEASE@
-libvpd_la_LDFLAGS = -module -version-info \
+libvpd_la_LDFLAGS = -module -version-number \
$(C_VERSION) -release @GENERIC_RELEASE@
AM_CXXFLAGS = -DDEST_DIR='"${exec_prefix}"'

View File

@ -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 10 2011 Jiri Skala <jskala@redhat.com> 2.1.3-1
- update to latest upstream 2.1.3
* Mon Feb 14 2011 Jiri Skala <jskala@redhat.com> 2.1.2-2
- rebuild due to tag correction

View File

@ -1 +1 @@
d4e66ec416eac3a87c790cbdc1c628f4 libvpd-2.1.2.tar.gz
e73fcf739dd0275f4793fc52394fe6cb libvpd-2.1.3.tar.gz