[sear] First crack at using upstream development version.

Bruno Wolff III bruno at fedoraproject.org
Sun May 29 20:59:09 UTC 2011


commit c9dce80e7748c3698beae66e24c80e4a0ee2c837
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun May 22 10:16:42 2011 -0500

    First crack at using upstream development version.
    
    The last offical release is very old and a lot of bug fixes went
    in, but a newer release wasn't made. Current development has stopped
    (for now) and there will be issues using sear with current servers,
    but things should be better than the would be.

 sear.spec |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/sear.spec b/sear.spec
index 44807d6..a1737dc 100644
--- a/sear.spec
+++ b/sear.spec
@@ -1,12 +1,20 @@
 Name:           sear
-Version:        0.6.3
-Release:        18%{?dist}
+Version:        0.6.4
+Release:        0.1.g0b70ddb%{?dist}
 Summary:        3D WorldForge client
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://www.worldforge.org
-Source0:        http://downloads.sourceforge.net/worldforge/%{name}-%{version}.tar.gz
+# sear is mostly dead and out of date, but the following will retrieve a much
+# more recent version than the last official release (0.6.3). The suggested
+# filename for the download from github ends up being
+# worldforge-sear-sear-0_6_2-291-g0b70ddb.tar.gz
+# Currently adding /worldforge-sear-sear-0_6_2-291-g0b70ddb.tar.gz to the end
+# of the documented url works for github and is an easy way for rpmbuild
+# to grab the right name.
+# In spite of the naming, this is a post 0.6.3 tarball.
+Source0:        https://github.com/worldforge/sear/tarball/0b70ddb963d6bead86e3/worldforge-sear-sear-0_6_2-291-g0b70ddb.tar.gz
 Patch0:         sear-0.6.3-desktop.patch
 Patch1:         sear-0.6.3-erisupgrade.patch
 Patch2:         cal3d-paths.patch
@@ -31,7 +39,7 @@ in which quests and full games can be built.
 
 
 %prep
-%setup -q
+%setup -q -n worldforge-sear-0b70ddb
 %patch0 -p0 -b .desktop
 %patch1 -p1 -b .erisupgrade
 %patch2 -p1 -b .paths
@@ -84,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 22 2011 Bruno Wolff III <bruno at wolff.to> - 0.6.4-0.1.g0b70ddb
+- First crack at updating to current upstream develpoment with lots of fixes versus the latest release
+- Repo switched to github
+
 * Tue May 10 2011 Tom Callaway <spot at fedoraproject.org> - 0.6.3-18
 - Fix build against eris 1.3.16 and latest varconf
 


More information about the scm-commits mailing list