Hello community,

here is the log from the commit of package aisleriot for 
openSUSE:12.1:Update:Test checked in at 2011-12-02 17:16:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update:Test/aisleriot (Old)
 and      /work/SRC/openSUSE:12.1:Update:Test/.aisleriot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aisleriot", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.1:Update:Test/aisleriot/aisleriot.changes     
2011-11-24 20:14:31.000000000 +0100
+++ /work/SRC/openSUSE:12.1:Update:Test/.aisleriot.new/aisleriot.changes        
2011-12-02 17:16:56.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 28 17:59:57 UTC 2011 - [email protected]
+
+- Add aisleriot-fix-freecell-exception.patch: Fix trying to make
+  the first move in a freecell game generates an exception
+  (bnc#730053, bgo#649730).
+
+-------------------------------------------------------------------

New:
----
  aisleriot-fix-freecell-exception.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aisleriot.spec ++++++
--- /var/tmp/diff_new_pack.qd4wc7/_old  2011-12-02 17:16:56.000000000 +0100
+++ /var/tmp/diff_new_pack.qd4wc7/_new  2011-12-02 17:16:56.000000000 +0100
@@ -31,6 +31,8 @@
 Source1:        gnome-freecell.png
 # PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 
[email protected] -- Automatically detect version of guile
 Patch1:         aisleriot-automagic-guile.patch
+# PATCH-FIX-UPSTREAM aisleriot-fix-freecell-exception.patch bnc#730053, 
bgo#649730 [email protected] -- Fix trying to make the first move in a 
freecell game generates an exception
+Patch2:         aisleriot-fix-freecell-exception.patch
 # needed by patch1
 BuildRequires:  gnome-common
 BuildRequires:  guile-devel
@@ -76,6 +78,7 @@
 %if 0%{?suse_version} > 1140
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 %if 0%{?suse_version} > 1140

++++++ aisleriot-fix-freecell-exception.patch ++++++
--- a/games/freecell.scm        2011-06-06 14:23:03.000000000 -0500
+++ b/games/freecell.scm        2011-11-28 11:08:14.000000000 -0600
@@ -215,7 +215,7 @@
   (and (field-sequence? card-list)
        (<= (length card-list)
            (* (+ (empty-freecell-number) 1)
-              ($expt 2 (max (- (empty-field-number)
+              (expt 2 (max (- (empty-field-number)
                                (if (empty-slot? field-id) 1 0)
                                (if (empty-slot? start-slot) 1 0))
                             0))))

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to