Update to latest upstream 2.2.1
This commit is contained in:
parent
4041b94c5b
commit
b463b31d5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
11
libvpd.spec
11
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user