Updated to latest upstream release: libtirpc-0-3-2

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2015-06-17 12:07:45 -04:00
parent 7372e77629
commit 8be3c1bcf0
3 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ cscope*
x86_64/
libtirpc-0.3.1
/libtirpc-0.3.1.tar.bz2
libtirpc-0.3.2
/libtirpc-0.3.2.tar.bz2

View File

@ -1,7 +1,7 @@
%define _root_libdir /%{_lib}
Name: libtirpc
Version: 0.3.1
Version: 0.3.2
Release: 0.0%{?dist}
Summary: Transport Independent RPC Library
Group: System Environment/Libraries
@ -96,13 +96,16 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libtirpc.pc
%{_includedir}/tirpc/netconfig.h
%{_includedir}/tirpc/rpc/auth.h
%{_includedir}/tirpc/rpc/auth_des.h
%{_includedir}/tirpc/rpc/auth_gss.h
%{_includedir}/tirpc/rpc/auth_kerb.h
%{_includedir}/tirpc/rpc/auth_unix.h
%{_includedir}/tirpc/rpc/des.h
%{_includedir}/tirpc/rpc/des_crypt.h
%{_includedir}/tirpc/rpc/rpcsec_gss.h
%{_includedir}/tirpc/rpc/clnt.h
%{_includedir}/tirpc/rpc/clnt_soc.h
%{_includedir}/tirpc/rpc/clnt_stat.h
%{_includedir}/tirpc/rpc/key_prot.h
%{_includedir}/tirpc/rpc/nettype.h
%{_includedir}/tirpc/rpc/pmap_clnt.h
%{_includedir}/tirpc/rpc/pmap_prot.h
@ -127,6 +130,9 @@ rm -rf %{buildroot}
%{_mandir}/*/*
%changelog
* Fri Jun 12 2015 Steve Dickson <steved@redhat.com> 0.3.2-0.0
- Updated to latest upstream release: libtirpc-0-3-2
* Mon Jun 1 2015 Steve Dickson <steved@redhat.com> 0.3.1-0.0
- Updated to latest upstream release: libtirpc-0-3-1

View File

@ -1,2 +1,3 @@
34b07c50e6e3fc1ca18182e9f0fd5a67 libtirpc-0.3.0.tar.bz2
bf1905c13cdfc232ee0cf117c74d4a5b libtirpc-0.3.1.tar.bz2
373d5ad46b1d19759ec763a9f0afcf4d libtirpc-0.3.2.tar.bz2