[libtirpc] Update to the latest upstream release: 0.2.4 (bz 862318)

Steve Dickson steved at fedoraproject.org
Mon Dec 9 21:33:45 UTC 2013


commit e4e92092f87e23c0632c2dc709974adc8fe38a3f
Author: Steve Dickson <steved at redhat.com>
Date:   Mon Dec 9 16:26:58 2013 -0500

    Update to the latest upstream release: 0.2.4 (bz 862318)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore    |    1 +
 libtirpc.spec |   13 ++++++-------
 sources       |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20e51af..e6ebcc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ cscope*
 libtirpc-0.2.2/
 x86_64/
 /libtirpc-0.2.3.tar.bz2
+/libtirpc-0.2.4.tar.bz2
diff --git a/libtirpc.spec b/libtirpc.spec
index b2ed510..e7ba410 100644
--- a/libtirpc.spec
+++ b/libtirpc.spec
@@ -1,8 +1,8 @@
 %define _root_libdir    /%{_lib}
 
 Name:		   libtirpc
-Version:		0.2.3
-Release:		5%{?dist}
+Version:		0.2.4
+Release:		0%{?dist}
 Summary:		Transport Independent RPC Library
 Group:		  	System Environment/Libraries
 License:		SISSL and BSD
@@ -11,8 +11,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.2.4-rc3.patch
-
 BuildRequires:		automake, autoconf, libtool, pkgconfig
 BuildRequires:		krb5-devel
 
@@ -42,15 +40,13 @@ developing programs which use the tirpc library.
 %prep
 %setup -q
 
-%patch001 -p1
-
 # Remove .orig files
 find . -name "*.orig" | xargs rm -f
 
 %build
 sh autogen.sh
 autoreconf -fisv
-%configure --enable-gss
+%configure
 make all
 
 %install
@@ -131,6 +127,9 @@ rm -rf %{buildroot}
 %{_mandir}/*/*
 
 %changelog
+* Mon Dec  9 2013 Steve Dickson <steved at redhat.com> 0.2.4-0
+- Update to the latest upstream release: 0.2.4 (bz 862318)
+
 * Mon Nov 25 2013 Steve Dickson <steved at redhat.com> 0.2.3-5
 - Update to latest RC release: libtirpc-0-2-4-rc3 (bz 1034438)
 
diff --git a/sources b/sources
index 7fd19c1..d50ead3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b70e6c12a369a91e69fcc3b9feb23d61  libtirpc-0.2.3.tar.bz2
+847995e8d002cbf1387bda05947be086  libtirpc-0.2.4.tar.bz2


More information about the scm-commits mailing list