rpms/rpc2/F-12 .cvsignore,1.3,1.4 rpc2.spec,1.6,1.7 sources,1.3,1.4

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


Author: agoode

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

Modified Files:
	.cvsignore rpc2.spec sources 
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-12/.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:36:17 -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-12/rpc2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- rpc2.spec	9 Sep 2009 14:16:52 -0000	1.6
+++ rpc2.spec	18 May 2010 19:36:18 -0000	1.7
@@ -1,14 +1,14 @@
 Name:           rpc2
-Version:        2.8
-Release:        3%{?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
 
+
 %description
 The RPC2 library.
 
@@ -38,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 {} ';'
 
@@ -67,6 +66,19 @@ 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)
+
 * Wed Sep  9 2009 Adam Goode <adam at spicenitz.org> - 2.8-3
 - Remove unnecessary readline-devel build requires (INSTALL file seems wrong)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rpc2/F-12/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:36:18 -0000	1.4
@@ -1 +1 @@
-3b604987df24d9632c7a82fbcb400dd9  rpc2-2.8.tar.gz
+545066e67d95325840a79d163098096b  rpc2-2.10.tar.gz



More information about the scm-commits mailing list