[libtirpc] Updated to latest upstream release: 0.2.3

Steve Dickson steved at fedoraproject.org
Wed Feb 13 19:43:36 UTC 2013


commit d6651b3b3b0635406283db3ae7bfc65a51b46452
Author: Steve Dickson <steved at redhat.com>
Date:   Wed Feb 13 14:42:56 2013 -0500

    Updated to latest upstream release: 0.2.3
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 .gitignore    |    1 +
 libtirpc.spec |   11 +++++------
 sources       |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e57c88..20e51af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ cscope*
 /libtirpc-0.2.2.tar.bz2
 libtirpc-0.2.2/
 x86_64/
+/libtirpc-0.2.3.tar.bz2
diff --git a/libtirpc.spec b/libtirpc.spec
index 662e6a5..52c9d30 100644
--- a/libtirpc.spec
+++ b/libtirpc.spec
@@ -1,8 +1,8 @@
 %define _root_libdir    /%{_lib}
 
 Name:		   libtirpc
-Version:		0.2.2
-Release:		43%{?dist}
+Version:		0.2.3
+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.3-rc4.patch
-
 BuildRequires:		automake, autoconf, libtool, pkgconfig
 BuildRequires:		libgssglue-devel
 
@@ -42,8 +40,6 @@ developing programs which use the tirpc library.
 %prep
 %setup -q
 
-%patch001 -p1
-
 # Remove .orig files
 find . -name "*.orig" | xargs rm -f
 
@@ -131,6 +127,9 @@ rm -rf %{buildroot}
 %{_mandir}/*/*
 
 %changelog
+* Wed Feb 13 2013 Steve Dickson <steved at redhat.com> 0.2.1-43
+- Updated to latest upstream release: 0.2.3
+
 * Tue Nov 13 2012 Steve Dickson <steved at redhat.com> 0.2.1-43
 - Updated to latest upstream RC release: 0.2.3-rc4
 
diff --git a/sources b/sources
index 2fe3c44..7fd19c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74c41c15c2909f7d11d9c7bfa7db6273  libtirpc-0.2.2.tar.bz2
+b70e6c12a369a91e69fcc3b9feb23d61  libtirpc-0.2.3.tar.bz2


More information about the scm-commits mailing list