Update to latest upstream 2.2.1

This commit is contained in:
Vasant Hegde 2013-05-18 22:27:31 +05:30
parent 4041b94c5b
commit b463b31d5d
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <hegdevasant@linux.vnet.ibm.com> - 2.2.1
- Update to latest upstream 2.2.1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
e73fcf739dd0275f4793fc52394fe6cb libvpd-2.1.3.tar.gz
bd2c7ff6de9a52450b16f36b0f17a29e libvpd-2.2.1.tar.gz