From b463b31d5d42aaa47995180e875a1e1f8271e90e Mon Sep 17 00:00:00 2001 From: Vasant Hegde Date: Sat, 18 May 2013 22:27:31 +0530 Subject: [PATCH] Update to latest upstream 2.2.1 --- .gitignore | 1 + libvpd.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b3acf2d..448fb08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ libvpd-2.1.1.tar.gz /libvpd-2.1.2.tar.gz /libvpd-2.1.3.tar.gz +/libvpd-2.2.1.tar.gz diff --git a/libvpd.spec b/libvpd.spec index 5d3fbc3..1270bee 100644 --- a/libvpd.spec +++ b/libvpd.spec @@ -1,9 +1,9 @@ %define name libvpd -%define version 2.1.3 +%define version 2.2.1 Name: %{name} Version: %{version} -Release: 7%{?dist} +Release: 1%{?dist} Summary: VPD Database access library for lsvpd Group: System Environment/Libraries @@ -55,8 +55,8 @@ Contains header files for building with libvpd. %defattr(-,root,root,-) %doc COPYING NEWS README TODO AUTHORS %exclude %{_libdir}/*.la -%{_libdir}/libvpd_cxx-2.1.so.* -%{_libdir}/libvpd-2.1.so.* +%{_libdir}/libvpd_cxx-2.2.so.* +%{_libdir}/libvpd-2.2.so.* %files devel %defattr(-,root,root,-) @@ -68,6 +68,9 @@ Contains header files for building with libvpd. %{_libdir}/pkgconfig/libvpd_cxx-2.pc %changelog +* Sat May 18 2013 Vasant Hegde - 2.2.1 +- Update to latest upstream 2.2.1 + * Thu Feb 14 2013 Fedora Release Engineering - 2.1.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 69289a5..487bb30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e73fcf739dd0275f4793fc52394fe6cb libvpd-2.1.3.tar.gz +bd2c7ff6de9a52450b16f36b0f17a29e libvpd-2.2.1.tar.gz