rpms/rpc2/F-13 .cvsignore, 1.3, 1.4 rpc2.spec, 1.7, 1.8 sources, 1.3, 1.4 rpc2-2.8-dso.patch, 1.1, NONE

Adam Goode agoode at fedoraproject.org
Tue May 18 19:34:13 UTC 2010


Author: agoode

Update of /cvs/pkgs/rpms/rpc2/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7485

Modified Files:
	.cvsignore rpc2.spec sources 
Removed Files:
	rpc2-2.8-dso.patch 
Log Message:
* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 2.10-1
- New upstream release
  + AES-CCM-16 was incorrectly named AES-CCM-12
  + AES-CCM checksum validation always failed when the final block was partial
  + Send busy responses on new but not yet enabled connections
  + Make sure we wake up threads waiting for binding to complete
  + Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the
    overall timebomb timer
  + Precompute retransmission intervals



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rpc2/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Feb 2009 16:54:48 -0000	1.3
+++ .cvsignore	18 May 2010 19:34:13 -0000	1.4
@@ -1 +1 @@
-rpc2-2.8.tar.gz
+rpc2-2.10.tar.gz


Index: rpc2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rpc2/F-13/rpc2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- rpc2.spec	16 Feb 2010 18:56:27 -0000	1.7
+++ rpc2.spec	18 May 2010 19:34:13 -0000	1.8
@@ -1,16 +1,13 @@
 Name:           rpc2
-Version:        2.8
-Release:        4%{?dist}
+Version:        2.10
+Release:        1%{?dist}
 Summary:        C library for remote procedure calls over UDP
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://www.coda.cs.cmu.edu/
 Source0:        ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  lwp-devel lua-devel flex bison
 
-# patch is upstream in git
-Patch0:		rpc2-2.8-dso.patch
 
 %description
 The RPC2 library.
@@ -30,7 +27,6 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch -P 0 -p1
 
 
 %build
@@ -42,7 +38,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
@@ -71,6 +66,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Apr  1 2010 Adam Goode <adam at spicenitz.org> - 2.10-1
+- New upstream release
+  + AES-CCM-16 was incorrectly named AES-CCM-12
+  + AES-CCM checksum validation always failed when the final block was partial
+  + Send busy responses on new but not yet enabled connections
+  + Make sure we wake up threads waiting for binding to complete
+  + Clean up mrpc2_SendReliably, it sometimes exited too early and ignored the
+    overall timebomb timer
+  + Precompute retransmission intervals
+
 * Tue Feb 16 2010 Adam Goode <adam at spicenitz.org> - 2.8-4
 - Fix FTBFS (bz 565008)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpc2/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Feb 2009 16:54:48 -0000	1.3
+++ sources	18 May 2010 19:34:13 -0000	1.4
@@ -1 +1 @@
-3b604987df24d9632c7a82fbcb400dd9  rpc2-2.8.tar.gz
+545066e67d95325840a79d163098096b  rpc2-2.10.tar.gz


--- rpc2-2.8-dso.patch DELETED ---



More information about the scm-commits mailing list