[rapidsvn] Update to v0.12.1 Fixes crashes

Tim Jackson timj at fedoraproject.org
Mon Feb 18 21:05:26 UTC 2013


commit 1623db21030b446917ee8dfd8640582b0de254e5
Author: Tim Jackson <rpm at timj.co.uk>
Date:   Mon Feb 18 22:04:55 2013 +0100

    Update to v0.12.1
    Fixes crashes

 .gitignore    |    2 ++
 rapidsvn.spec |   18 ++++++++++++------
 sources       |    3 ++-
 3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a168fc2..e68768a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 rapidsvn-0.10.0.tar.gz
+/rapidsvn-0.12.1.tar.gz
+/svncpp.dox
diff --git a/rapidsvn.spec b/rapidsvn.spec
index 36e6706..5f05ff4 100644
--- a/rapidsvn.spec
+++ b/rapidsvn.spec
@@ -1,14 +1,14 @@
 Name:           rapidsvn
-Version:        0.12.0
-Release:        6%{?dist}
+Version:        0.12.1
+Release:        1%{?dist}
 Summary:        Graphical interface for the Subversion revision control system
 
 Group:          Development/Tools
 License:        GPLv3+
 URL:            http://www.rapidsvn.org/
-Source0:        http://rapidsvn.org/download/release/%{version}/rapidsvn-%{version}-1.tar.gz
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://rapidsvn.org/download/release/%{version}/rapidsvn-%{version}.tar.gz
+# This file is missing from the 0.12.1 distribution and causes the build to fail
+Source1:        https://raw.github.com/RapidSVN/RapidSVN/master/doc/svncpp/svncpp.dox
 
 # Has to be a manual requirement, because the library version appears to not
 # be being bumped upstream on API changes - well, at least RapidSVN 0.9.2
@@ -59,7 +59,9 @@ Install this package if you need to compile an application that requires the
 'svncpp' library.
 
 %prep
-%setup -q -n rapidsvn-%{version}-1
+%setup -q
+
+cp -p %{SOURCE1} doc/svncpp/
 
 %{__cat} <<EOF >rapidsvn.desktop
 [Desktop Entry]
@@ -151,6 +153,10 @@ rm -rf %{buildroot}
 %{_libdir}/libsvncpp.so
 
 %changelog
+* Mon Feb 18 2013 Tim Jackson <rpm at timj.co.uk>
+- Update to 0.12.1. Fixes crashes.
+- Remove BuildRoot
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 006090f..c9761ed 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-8ec54104fca32d81e396a68e25324263  rapidsvn-0.12.0-1.tar.gz
+8de3ca6da3ef6a27d59f959d1bbcd96b  rapidsvn-0.12.1.tar.gz
+3841cd27a0a8b8bf38ebd5c32546ba23  svncpp.dox


More information about the scm-commits mailing list