diff --git a/.gitignore b/.gitignore index 441d5b9..719a67c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ Makefile cscope* x86_64/ -/libtirpc-0.3.0.tar.bz2 -libtirpc-0.3.0 +libtirpc-0.3.1 +/libtirpc-0.3.1.tar.bz2 diff --git a/libtirpc.spec b/libtirpc.spec index f40802c..8e181b5 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,7 +1,7 @@ %define _root_libdir /%{_lib} Name: libtirpc -Version: 0.3.0 +Version: 0.3.1 Release: 0.0%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries @@ -117,6 +117,7 @@ rm -rf %{buildroot} %{_includedir}/tirpc/rpc/rpcent.h %{_includedir}/tirpc/rpc/svc.h %{_includedir}/tirpc/rpc/svc_auth.h +%{_includedir}/tirpc/rpc/svc_auth_gss.h %{_includedir}/tirpc/rpc/svc_dg.h %{_includedir}/tirpc/rpc/svc_soc.h %{_includedir}/tirpc/rpc/types.h @@ -126,8 +127,11 @@ rm -rf %{buildroot} %{_mandir}/*/* %changelog +* Mon Jun 1 2015 Steve Dickson 0.3.1-0.0 +- Updated to latest upstream release: libtirpc-0-3-1 + * Thu May 7 2015 Steve Dickson 0.3.0-0.0 -- Updated to latest upstream release: libtirpc-0-3-3 +- Updated to latest upstream release: libtirpc-0-3-0 * Thu Apr 23 2015 Steve Dickson 0.2.5-3.0 - Update to latest RC release: libtirpc-0-2-6-rc3 diff --git a/sources b/sources index d9ad9e5..40f737a 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 34b07c50e6e3fc1ca18182e9f0fd5a67 libtirpc-0.3.0.tar.bz2 +bf1905c13cdfc232ee0cf117c74d4a5b libtirpc-0.3.1.tar.bz2