From 100b37c1eac76016afedf0ce81c6797922c0f5a1 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Sat, 31 Oct 2015 15:54:55 -0400 Subject: [PATCH] Updated to latest upstream release: libtirpc-1-0-1 Signed-off-by: Steve Dickson --- .gitignore | 2 ++ libtirpc.spec | 12 ++++++------ sources | 4 +--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f21be83..413e977 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ libtirpc-0.3.1 /libtirpc-0.3.1.tar.bz2 libtirpc-0.3.2 /libtirpc-0.3.2.tar.bz2 +/libtirpc-1.0.1.tar.bz2 +libtirpc-1.0.1 diff --git a/libtirpc.spec b/libtirpc.spec index 7b94935..1afab49 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,8 +1,8 @@ %define _root_libdir /%{_lib} Name: libtirpc -Version: 0.3.2 -Release: 3.0%{?dist} +Version: 1.0.1 +Release: 0.0%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries License: SISSL and BSD @@ -10,8 +10,6 @@ URL: http://nfsv4.bullopensource.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.sourceforge.net/libtirpc/libtirpc-%{version}.tar.bz2 -Patch001: libtirpc-0.3.3-rc3.patch - BuildRequires: automake, autoconf, libtool, pkgconfig BuildRequires: krb5-devel @@ -41,8 +39,6 @@ developing programs which use the tirpc library. %prep %setup -q -%patch001 -p1 - # Remove .orig files find . -name "*.orig" | xargs rm -f @@ -126,6 +122,7 @@ rm -rf %{buildroot} %{_includedir}/tirpc/rpc/svc_auth.h %{_includedir}/tirpc/rpc/svc_auth_gss.h %{_includedir}/tirpc/rpc/svc_dg.h +%{_includedir}/tirpc/rpc/svc_mt.h %{_includedir}/tirpc/rpc/svc_soc.h %{_includedir}/tirpc/rpc/types.h %{_includedir}/tirpc/rpc/xdr.h @@ -134,6 +131,9 @@ rm -rf %{buildroot} %{_mandir}/*/* %changelog +* Fri Oct 30 2015 Steve Dickson 1.0.1-0.1 +- Updated to latest upstream release: libtirpc-1-0-1 + * Fri Aug 28 2015 Steve Dickson 0.3.2-3.0 - Updated to latest upstream release: libtirpc-0-3-3-rc3 diff --git a/sources b/sources index f6df96a..6ae7f1c 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -34b07c50e6e3fc1ca18182e9f0fd5a67 libtirpc-0.3.0.tar.bz2 -bf1905c13cdfc232ee0cf117c74d4a5b libtirpc-0.3.1.tar.bz2 -373d5ad46b1d19759ec763a9f0afcf4d libtirpc-0.3.2.tar.bz2 +36ce1c0ff80863bb0839d54aa0b94014 libtirpc-1.0.1.tar.bz2