[hedgewars/f14/master] The hedgewars server version needs to match the game version.

Bruno Wolff III bruno at fedoraproject.org
Sun Oct 3 18:43:15 UTC 2010


commit 7bd87ce967c7dd8b86777e40ad6444083e3d0984
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Oct 3 13:40:59 2010 -0500

    The hedgewars server version needs to match the game version.
    
    The server uses some data from the game package and if the versions don't
    match, the results probably won't be nice.

 hedgewars.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/hedgewars.spec b/hedgewars.spec
index ee37705..152975b 100644
--- a/hedgewars.spec
+++ b/hedgewars.spec
@@ -1,6 +1,6 @@
 Name:           hedgewars
 Version:        0.9.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        2D tankbattle game with the tanks replaced by hedgehogs
 Group:          Amusements/Games
 License:        GPL+
@@ -30,7 +30,7 @@ such as the "Rope" or "Parachute", to move to otherwise inaccessible areas.
 %package -n hedgewars-server
 Summary:        Standalone server for hedgewars
 Group:          Amusements/Games
-Requires:       %{name}
+Requires:       %{name}-%{version}
 BuildRequires:  ghc
 BuildRequires:  ghc-stm-devel
 BuildRequires:  ghc-dataenc-devel
@@ -104,6 +104,9 @@ fi
 
 
 %changelog
+* Sun Oct 03 2010 Bruno Wolff III <bruno at wolff.to> 0.9.13-2
+- The server needs to match the version of the game.
+
 * Sun Oct 03 2010 Bruno Wolff III <bruno at wolff.to> 0.9.13-1
 - Update to 0.9.13 - Change summary at: http://www.hedgewars.org/node/2037
 - Server logging enable now that ghc-hslogger is available.


More information about the scm-commits mailing list