[vegastrike] First try at updating to 0.5.1.beta1-2

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 9 18:59:18 UTC 2011


commit 41a5d10afc4fb7999aa3a1c130e542bf510adc23
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Tue Jun 28 19:41:22 2011 -0500

    First try at updating to 0.5.1.beta1-2
    
    The hope is, that this will resolve a segfault issue in F15 and rawhide.

 .gitignore      |    1 +
 sources         |    3 +--
 vegastrike.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0299d95..ad5ec0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 vegastrike-src-0.5.0.tar.bz2
 vegastrike-manpages.tar.bz2
+/vegastrike-src-0.5.1.beta1-2.tar.bz2
diff --git a/sources b/sources
index 6d2d238..852a51e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-8cfd7d1691173652e14fc89e4da97d1a  vegastrike-src-0.5.0.tar.bz2
-4448504e092c591d01e227e3a275557c  vegastrike-manpages.tar.bz2
+ccfe1df1e4b481ee28fa7290705cb89d  vegastrike-src-0.5.1.beta1-2.tar.bz2
diff --git a/vegastrike.spec b/vegastrike.spec
index cf8e779..6541319 100644
--- a/vegastrike.spec
+++ b/vegastrike.spec
@@ -1,6 +1,6 @@
 Name:           vegastrike
-Version:        0.5.0
-Release:        23%{?dist}
+Version:        0.5.1
+Release:        0.1.beta1-2%{?dist}
 Summary:        3D OpenGL spaceflight simulator
 Group:          Amusements/Games
 License:        GPLv2+
@@ -38,7 +38,8 @@ Yet danger lurks in the space beyond.
 
 
 %prep
-%setup -q -a 1 -n %{name}-source-%{version}
+#%setup -q -a 1 -n %{name}-source-%{version}
+%setup -q -a 1 -n %{name}-source-0.5.1.beta1-2
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -106,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 28 2011 Bruno Wolff III <bruno at wolff.to> - 0.5.1-0.1.beta1-2
+- Update to upstream 0.5.1.beta1-2
+
 * Tue May 17 2011 Bruno Wolff III <bruno at wolff.to> - 0.5.0-23
 - Rebuild for ogre 1.7.3
 


More information about the scm-commits mailing list