[pychess] Testing post 0.10 rev 2004 to see if fixes help.

Bruno Wolff III bruno at fedoraproject.org
Sat Sep 3 14:56:47 UTC 2011


commit 19a44af3431814523cad0c00a004b7f3317d3752
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Sep 3 08:41:45 2011 -0500

    Testing post 0.10 rev 2004 to see if fixes help.
    
    There have been a lot of fixes since 0.10 committed upstream and I want
    make a build available that can be tested to see if it fixes some
    reported problems.

 .gitignore   |    1 +
 pychess.spec |   10 +++++++---
 sources      |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 622e83a..545ce48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pychess-0.10rc1.tar.gz
 /pychess-0.10.tar.gz
+/pychess-2004.tar.bz2
diff --git a/pychess.spec b/pychess.spec
index ad59b21..68842be 100644
--- a/pychess.spec
+++ b/pychess.spec
@@ -3,7 +3,8 @@
 %endif
 
 Name:           pychess
-Version:        0.10
+%global         rev            2004
+Version:        0.10.rev%{rev}
 Release:        1%{?dist}
 Summary:        Chess game for GNOME
 
@@ -12,8 +13,8 @@ License:        GPLv2
 URL:            http://pychess.googlepages.com
 # 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:        pychess-%%{rev}.tar.bz2
+#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
@@ -93,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* 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)
+
 * Wed May 18 2011 Christopher Aillon <caillon at redhat.com> - 0.10-1
 - Update to 0.10
 
diff --git a/sources b/sources
index 8e4c2e2..c895822 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-85f64b7e1ead820de9e55e5d9ec0f13f  pychess-0.10.tar.gz
+a71bc45d6b03276dd8e02374bff2036c  pychess-2004.tar.bz2


More information about the scm-commits mailing list