From 8be3c1bcf0a6a8241b94a1e11bf30dd2e58aa28c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 17 Jun 2015 12:07:45 -0400 Subject: [PATCH] Updated to latest upstream release: libtirpc-0-3-2 Signed-off-by: Steve Dickson --- .gitignore | 2 ++ libtirpc.spec | 10 ++++++++-- sources | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 719a67c..f21be83 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libtirpc.spec b/libtirpc.spec index 8e181b5..9a51200 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -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 0.3.2-0.0 +- Updated to latest upstream release: libtirpc-0-3-2 + * Mon Jun 1 2015 Steve Dickson 0.3.1-0.0 - Updated to latest upstream release: libtirpc-0-3-1 diff --git a/sources b/sources index 40f737a..f6df96a 100644 --- a/sources +++ b/sources @@ -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