[pychess] Update to 0.10.1 final

Bruno Wolff III bruno at fedoraproject.org
Mon Jan 9 06:47:53 UTC 2012


commit a831685f502d881e87c26ba1e2e7f836974d06d5
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Jan 9 00:43:45 2012 -0600

    Update to 0.10.1 final
    
    I didn't find a release announcement, but expect this to be just bug
    fixes since beta2.

 .gitignore   |    1 +
 pychess.spec |   11 +++++++----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e790e15..ae457fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /pychess-0.10.tar.gz
 /pychess-2004.tar.bz2
 /pychess-0.10.1beta2.tar.gz
+/pychess-0.10.1.tar.gz
diff --git a/pychess.spec b/pychess.spec
index bd4cbc0..f9fb18b 100644
--- a/pychess.spec
+++ b/pychess.spec
@@ -3,15 +3,14 @@
 %endif
 
 Name:           pychess
-%global         prerel        beta2
 Version:        0.10.1
-Release:        0.1.%{prerel}%{?dist}
+Release:        1%{?dist}
 Summary:        Chess game for GNOME
 
 Group:          Amusements/Games
 License:        GPLv2
 URL:            http://pychess.org
-Source0:        http://pychess.googlecode.com/files/%{name}-%{version}%{?prerel}.tar.gz
+Source0:        http://pychess.googlecode.com/files/%{name}-%{version}%.tar.gz
 # install data files to gtksourceview2 datadir, since that's
 # what Fedora ships
 Patch0:         pychess-0.10rc1-gtksourceview2.patch
@@ -40,7 +39,7 @@ advanced players.
 
 
 %prep
-%setup -q -n %{name}-%{version}%{?prerel}
+%setup -q -n %{name}-%{version}
 %patch0 -p1 -b .gtksourceview2
 
 # strip shebang from files not meant to be run
@@ -91,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Mon Jan 09 2012 Bruno Wolff III <bruno at wolff.to> 0.10.1-1
+- Upstream 0.10.1 release
+- Should only be bug fixes since beta2
+
 * Sat Oct 29 2011 Bruno Wolff III <bruno at wolff.to> 0.10.1-0.1.beta2
 - Pick up a few more bug fixes with the beta2 prerelease.
 
diff --git a/sources b/sources
index d4ee391..0181e33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c973ed552f3dfb679cdfc2c8ce9f2683  pychess-0.10.1beta2.tar.gz
+ee1893071823b3d41ecdb1ef314fb8ba  pychess-0.10.1.tar.gz


More information about the scm-commits mailing list