rpms/rapidsvn/devel rapidsvn-gcc43.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 rapidsvn.spec, 1.13, 1.14 sources, 1.5, 1.6 rapidsvn-wx28.patch, 1.1, NONE

Tim Jackson (timj) fedora-extras-commits at redhat.com
Sun Mar 16 11:22:21 UTC 2008


Author: timj

Update of /cvs/extras/rpms/rapidsvn/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4770

Modified Files:
	.cvsignore rapidsvn.spec sources 
Added Files:
	rapidsvn-gcc43.patch 
Removed Files:
	rapidsvn-wx28.patch 
Log Message:
Update to upstream 0.9.6 (#436157)
Fix build on gcc 4.3 (#434474)
Update License tags


rapidsvn-gcc43.patch:

--- NEW FILE rapidsvn-gcc43.patch ---
diff -ur rapidsvn-0.9.6.orig/src/tests/svncpp/test_path.cpp rapidsvn-0.9.6/src/tests/svncpp/test_path.cpp
--- rapidsvn-0.9.6.orig/src/tests/svncpp/test_path.cpp	2008-03-07 22:05:26.000000000 +0000
+++ rapidsvn-0.9.6/src/tests/svncpp/test_path.cpp	2008-03-16 11:10:52.000000000 +0000
@@ -27,7 +27,7 @@
 #include "test_path.hpp"
 
 // ansi c lib
-#include <string>
+#include <cstring>
 #include <stdio.h>
 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	9 Dec 2006 11:11:29 -0000	1.5
+++ .cvsignore	16 Mar 2008 11:21:43 -0000	1.6
@@ -1 +1 @@
-rapidsvn-0.9.4.tar.gz
+rapidsvn-0.9.6.tar.gz


Index: rapidsvn.spec
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/rapidsvn.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rapidsvn.spec	20 Feb 2008 05:26:02 -0000	1.13
+++ rapidsvn.spec	16 Mar 2008 11:21:43 -0000	1.14
@@ -1,15 +1,14 @@
 Name:           rapidsvn
-Version:        0.9.4
-Release:        8%{?dist}
+Version:        0.9.6
+Release:        1%{?dist}
 Summary:        Graphical interface for the Subversion revision control system
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://www.rapidsvn.org/
 Source0:        http://rapidsvn.org/download/rapidsvn-%{version}.tar.gz
+Patch0:         rapidsvn-gcc43.patch
 
-# From http://rapidsvn.tigris.org/issues/show_bug.cgi?id=489, attachment 162
-Patch0:         rapidsvn-wx28.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Has to be a manual requirement, because the library version appears to not
@@ -35,7 +34,7 @@
 %package -n svncpp
 Summary:        C++ bindings for the Subversion client library
 Group:          Development/Libraries
-License:        LGPL
+License:        LGPLv2+
 BuildRequires:  subversion-devel
 # for test framework
 BuildRequires:  cppunit-devel
@@ -50,7 +49,7 @@
 %package -n svncpp-devel
 Summary:        Development resources for the 'svncpp' library
 Group:          Development/Libraries
-License:        LGPL
+License:        LGPLv2+
 Requires:       svncpp = %{version}-%{release}
 
 %description -n svncpp-devel
@@ -60,10 +59,7 @@
 
 %prep
 %setup -q
-
-pushd src
-%patch0 -p0
-popd
+%patch0 -p1
 
 %{__cat} <<EOF >rapidsvn.desktop
 [Desktop Entry]
@@ -151,11 +147,10 @@
 %{_libdir}/libsvncpp.so
 
 %changelog
-* Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.4-8
-- Autorebuild for GCC 4.3
-
-* Thu Dec  6 2007 Tim Jackson <rpm at timj.co.uk> 0.9.4-7
-- rebuild for new OpenLDAP
+* Tue Mar 11 2008 Tim Jackson <rpm at timj.co.uk> 0.9.6-1
+- Update to upstream 0.9.6 (#436157)
+- Fix build on gcc 4.3 (#434474)
+- Update License tags
 
 * Mon Sep  3 2007 Joe Orton <jorton at redhat.com> 0.9.4-6
 - rebuild for fixed 32-bit APR


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rapidsvn/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	9 Dec 2006 11:11:29 -0000	1.5
+++ sources	16 Mar 2008 11:21:43 -0000	1.6
@@ -1 +1 @@
-29ef579131f97a8b2bdad77e14a619be  rapidsvn-0.9.4.tar.gz
+d1465492e67998582e7c1767dc9e7352  rapidsvn-0.9.6.tar.gz


--- rapidsvn-wx28.patch DELETED ---




More information about the fedora-extras-commits mailing list