rpms/libtirpc/F-11 libtirpc-0.2.0-rc1.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 libtirpc.spec, 1.45, 1.46 sources, 1.5, 1.6 libtirpc-0.1.10-C++declares.patch, 1.1, NONE libtirpc-0.1.10-dg-unlock.patch, 1.1, NONE libtirpc-0.1.10-errmess-unlock.patch, 1.1, NONE libtirpc-0.1.10-rc1.patch, 1.1, NONE libtirpc-0.1.10-svcreq-compat.patch, 1.1, NONE libtirpc-0.1.10-uuid_t.patch, 1.1, NONE libtirpc-0.1.10-warnings.patch, 1.1, NONE libtirpc-0.1.7-compile.patch, 1.6, NONE libtirpc-changetoBSDlicense.patch, 1.1, NONE

Steve Dickson steved at fedoraproject.org
Fri May 29 13:06:57 UTC 2009


Author: steved

Update of /cvs/pkgs/rpms/libtirpc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11724

Modified Files:
	.cvsignore libtirpc.spec sources 
Added Files:
	libtirpc-0.2.0-rc1.patch 
Removed Files:
	libtirpc-0.1.10-C++declares.patch 
	libtirpc-0.1.10-dg-unlock.patch 
	libtirpc-0.1.10-errmess-unlock.patch libtirpc-0.1.10-rc1.patch 
	libtirpc-0.1.10-svcreq-compat.patch 
	libtirpc-0.1.10-uuid_t.patch libtirpc-0.1.10-warnings.patch 
	libtirpc-0.1.7-compile.patch libtirpc-changetoBSDlicense.patch 
Log Message:
Updated to latest upstream version: 0.2.0



libtirpc-0.2.0-rc1.patch:

--- NEW FILE libtirpc-0.2.0-rc1.patch ---
diff --git a/Makefile.am b/Makefile.am
index 3e50d3c..7f5f37b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = src man
+SUBDIRS = src man doc
 
 nobase_include_HEADERS = tirpc/netconfig.h \
 			 tirpc/rpcsvc/crypt.x \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libtirpc/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	20 Nov 2008 14:38:35 -0000	1.5
+++ .cvsignore	29 May 2009 13:06:26 -0000	1.6
@@ -2,3 +2,4 @@ libtirpc-0.1.7.tar.bz2
 libtirpc-0.1.8.tar.bz2
 libtirpc-0.1.9.tar.bz2
 libtirpc-0.1.10.tar.bz2
+libtirpc-0.2.0.tar.bz2


Index: libtirpc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtirpc/F-11/libtirpc.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- libtirpc.spec	19 May 2009 21:24:46 -0000	1.45
+++ libtirpc.spec	29 May 2009 13:06:27 -0000	1.46
@@ -1,6 +1,6 @@
 Name:		   libtirpc
-Version:		0.1.10
-Release:		7%{?dist}
+Version:		0.2.0
+Release:		1%{?dist}
 Summary:		Transport Independent RPC Library
 Group:		  	System Environment/Libraries
 License:		SISSL and BSD
@@ -30,16 +30,7 @@ Group:	Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires(devel):	pkgconfig man
 
-Patch01: libtirpc-0.1.10-dg-unlock.patch
-Patch02: libtirpc-0.1.10-errmess-unlock.patch
-Patch03: libtirpc-0.1.10-C++declares.patch
-Patch04: libtirpc-0.1.10-svcreq-compat.patch
-Patch05: libtirpc-0.1.10-warnings.patch
-Patch06: libtirpc-0.1.10-uuid_t.patch
-Patch07: libtirpc-0.1.10-rc1.patch
-
-Patch100: libtirpc-0.1.7-compile.patch
-Patch101: libtirpc-changetoBSDlicense.patch
+Patch1: libtirpc-0.2.0-rc1.patch
 
 %description devel
 This package includes header files and libraries necessary for
@@ -48,16 +39,7 @@ developing programs which use the tirpc 
 
 %prep
 %setup -q
-%patch01	-p1
-%patch02	-p1
-%patch03	-p1
-%patch04	-p1
-%patch05	-p1
-%patch06	-p1
-%patch07	-p1
-
-%patch100	-p1
-%patch101	-p1
+%patch1	-p1
 
 # Remove .orig files
 find . -name "*.orig" | xargs rm -f
@@ -104,21 +86,11 @@ rm -rf %{buildroot}
 %files devel
 %defattr(0644,root,root,755)
 %dir %{_includedir}/tirpc
-%dir %{_includedir}/tirpc/misc
 %dir %{_includedir}/tirpc/rpc
 %dir %{_includedir}/tirpc/rpcsvc
 %{_libdir}/libtirpc.so
 %{_libdir}/pkgconfig/libtirpc.pc
-%{_includedir}/tirpc/fpmath.h
-%{_includedir}/tirpc/getpeereid.h
-%{_includedir}/tirpc/libc_private.h
-%{_includedir}/tirpc/misc/event.h
-%{_includedir}/tirpc/misc/queue.h
-%{_includedir}/tirpc/misc/socket.h
-%{_includedir}/tirpc/namespace.h
 %{_includedir}/tirpc/netconfig.h
-%{_includedir}/tirpc/nss_tls.h
-%{_includedir}/tirpc/reentrant.h
 %{_includedir}/tirpc/rpc/auth.h
 %{_includedir}/tirpc/rpc/auth_des.h
 %{_includedir}/tirpc/rpc/auth_gss.h
@@ -149,11 +121,12 @@ rm -rf %{buildroot}
 %{_includedir}/tirpc/rpc/xdr.h
 %{_includedir}/tirpc/rpcsvc/crypt.h
 %{_includedir}/tirpc/rpcsvc/crypt.x
-%{_includedir}/tirpc/spinlock.h
-%{_includedir}/tirpc/un-namespace.h
 %{_mandir}/*/*
 
 %changelog
+* Fri May 29 2009 Steve Dickson  <steved at redhat.com> 0.2.0-1
+- Updated to latest upstream version: 0.2.0
+
 * Tue May 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> 0.1.10-7
 - Replace the Sun RPC license with the BSD license, with the explicit permission of Sun Microsystems
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libtirpc/F-11/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	20 Nov 2008 14:38:35 -0000	1.5
+++ sources	29 May 2009 13:06:27 -0000	1.6
@@ -1 +1 @@
-4192ad1c683abb7eb2ca77d5fd64e54b  libtirpc-0.1.10.tar.bz2
+b3b513a8825aa227deac63ea38c64f41  libtirpc-0.2.0.tar.bz2


--- libtirpc-0.1.10-C++declares.patch DELETED ---


--- libtirpc-0.1.10-dg-unlock.patch DELETED ---


--- libtirpc-0.1.10-errmess-unlock.patch DELETED ---


--- libtirpc-0.1.10-rc1.patch DELETED ---


--- libtirpc-0.1.10-svcreq-compat.patch DELETED ---


--- libtirpc-0.1.10-uuid_t.patch DELETED ---


--- libtirpc-0.1.10-warnings.patch DELETED ---


--- libtirpc-0.1.7-compile.patch DELETED ---


--- libtirpc-changetoBSDlicense.patch DELETED ---




More information about the scm-commits mailing list