[pychess] Get upstream beta2 release to pick up some bug fixes

Bruno Wolff III bruno at fedoraproject.org
Sat Oct 29 10:08:58 UTC 2011


commit 4c2dc47306fe2c7b623e7b988343f70d9076c9b0
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Oct 29 04:31:11 2011 -0500

    Get upstream beta2 release to pick up some bug fixes

 .gitignore   |    1 +
 pychess.spec |   17 ++++++++---------
 sources      |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 545ce48..e790e15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pychess-0.10rc1.tar.gz
 /pychess-0.10.tar.gz
 /pychess-2004.tar.bz2
+/pychess-0.10.1beta2.tar.gz
diff --git a/pychess.spec b/pychess.spec
index c8c872b..487b9fe 100644
--- a/pychess.spec
+++ b/pychess.spec
@@ -3,18 +3,15 @@
 %endif
 
 Name:           pychess
-%global         rev            2004
-Version:        0.10.rev%{rev}
-Release:        1%{?dist}
+%global:        prerel        beta2
+Version:        0.10.1
+Release:        0.1.%{prerel}%{?dist}
 Summary:        Chess game for GNOME
 
 Group:          Amusements/Games
 License:        GPLv2
 URL:            http://pychess.org
-# hgsnapshot created with:
-# hg archive -t tbz2 -r %%{rev} pychess-%%{rev}.tar.bz2
-Source0:        pychess-%%{rev}.tar.bz2
-#Source0:        http://pychess.googlecode.com/files/%{name}-%{version}%{?prerel}.tar.gz
+Source0:        http://pychess.googlecode.com/files/%{name}-%{version}%{?prerel}.tar.gz
 # install data files to gtksourceview2 datadir, since that's
 # what Fedora ships
 Patch0:         pychess-0.10rc1-gtksourceview2.patch
@@ -43,8 +40,7 @@ advanced players.
 
 
 %prep
-#%setup -q -n %{name}-%{version}%{?prerel}
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}%{?prerel}
 %patch0 -p1 -b .gtksourceview2
 
 # strip shebang from files not meant to be run
@@ -95,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* 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.
+
 * Sat Sep 03 2011 Bruno Wolff III <bruno at wolff.to> - 0.10.rev2004-1
 - Pickup lots of post 0.10 fixes (hopefully that fix reported bugs)
 
diff --git a/sources b/sources
index c895822..d4ee391 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a71bc45d6b03276dd8e02374bff2036c  pychess-2004.tar.bz2
+c973ed552f3dfb679cdfc2c8ce9f2683  pychess-0.10.1beta2.tar.gz


More information about the scm-commits mailing list