Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory 
checked in at 2012-01-09 11:14:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aisleriot (Old)
 and      /work/SRC/openSUSE:Factory/.aisleriot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aisleriot", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/aisleriot/aisleriot.changes      2011-10-19 
13:53:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aisleriot.new/aisleriot.changes 2012-01-09 
11:14:41.000000000 +0100
@@ -1,0 +2,46 @@
+Tue Dec 20 08:59:14 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.3.1:
+  + Aisleriot now requires guile >= 2.0
+  + Many improvements and bug fixes
+  + Updated translations.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+- Remove pkgconfig(ice) and pkgconfig(sm) BuildRequires: removed
+  upstream.
+- Really drop aisleriot-automagic-guile.patch.
+- Drop aisleriot-fix-freecell-exception.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Mon Nov 28 18:13:41 UTC 2011 - malcolmle...@opensuse.org
+
+- Add aisleriot-fix-freecell-exception.patch: Fix trying to make
+  the first move in a freecell game generates an exception
+  (bnc#730053, bgo#649730).
+
+-------------------------------------------------------------------
+Mon Nov 21 16:37:03 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.0:
+  + Change card theme format
+  + Many game fixes
+  + Updated translations.
+- Drop aisleriot-automagic-guile.patch: fixed upstream.
+- Remove gnome-common BuildRequires and call to gnome-autogen.sh as
+  we don't carry any patch requiring this anymore.
+- Pass --with-guile=auto to configure.
+
+-------------------------------------------------------------------
+Tue Nov 15 10:09:11 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + Dist missing sound files
+
+-------------------------------------------------------------------
+Sun Nov 13 16:04:17 UTC 2011 - malcolmle...@opensuse.org
+
+- Add missing guile Requires: game will not start without it
+  (bnc#730053).
+
+-------------------------------------------------------------------

Old:
----
  aisleriot-3.2.1.tar.bz2
  aisleriot-automagic-guile.patch

New:
----
  aisleriot-3.3.1.tar.xz

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

Other differences:
------------------
++++++ aisleriot.spec ++++++
--- /var/tmp/diff_new_pack.exQ9UE/_old  2012-01-09 11:14:42.000000000 +0100
+++ /var/tmp/diff_new_pack.exQ9UE/_new  2012-01-09 11:14:42.000000000 +0100
@@ -15,24 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           aisleriot
-Version:        3.2.1
-Release:        1
+Version:        3.3.1
+Release:        0
 # FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
-License:        GPLv3+
 Summary:        Solitaire Card Games for GNOME
-Url:            http://www.gnome.org
+License:        GPL-3.0+
 Group:          Amusements/Games/Board/Card
-Source0:        
http://download.gnome.org/sources/aisleriot/3.2/%{name}-%{version}.tar.bz2
+Url:            http://www.gnome.org
+Source0:        
http://download.gnome.org/sources/aisleriot/3.3/%{name}-%{version}.tar.xz
 # We add the 256x256 png icon for freecell from gnome-games version 2.91.3
 # tarball manually until upstream solves bgo#657280
 Source1:        gnome-freecell.png
-# PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 
vu...@opensuse.org -- Automatically detect version of guile
-Patch1:         aisleriot-automagic-guile.patch
-# needed by patch1
-BuildRequires:  gnome-common
 BuildRequires:  guile-devel
 BuildRequires:  intltool
 BuildRequires:  itstool
@@ -40,14 +34,15 @@
 # Needed to get lsb data
 BuildRequires:  dummy-release
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(librsvg-2.0)
-BuildRequires:  pkgconfig(sm)
+Requires:       guile
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %gconf_schemas_prereq
@@ -57,9 +52,7 @@
 Aisleriot is a compilation of 80 different solitaire card games.
 
 %package themes
-License:        GPLv3+
 Summary:        Solitaire Card Games for GNOME -- Extra Themes
-Group:          Amusements/Games/Board/Card
 Requires:       %{name} = %{version}
 Enhances:       %{name}
 BuildArch:      noarch
@@ -72,18 +65,12 @@
 %lang_package
 %prep
 %setup -q
-%if 0%{?suse_version} > 1140
-%patch1 -p1
-%endif
 
 %build
-%if 0%{?suse_version} > 1140
-# needed by patch1
-NOCONFIGURE=1 gnome-autogen.sh
-%endif
 %configure \
     --disable-schemas-install \
-    --disable-static
+    --disable-static \
+    --with-guile=auto
 make %{?_smp_mflags}
 
 %install
@@ -136,28 +123,33 @@
 %{_datadir}/aisleriot/
 %dir %{_libdir}/aisleriot
 %{_libdir}/aisleriot/ar-cards-renderer
+%dir %{_libdir}/aisleriot/guile
+%dir %{_libdir}/aisleriot/guile/2.0
+%dir %{_libdir}/aisleriot/guile/2.0/aisleriot
+%{_libdir}/aisleriot/guile/2.0/aisleriot/api.go
+%{_libdir}/aisleriot/guile/2.0/*.go
 %{_datadir}/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/gnome-aisleriot.*
 %{_datadir}/icons/hicolor/*/apps/gnome-freecell.*
 %{_mandir}/man?/sol.*
 # Exclude files that are in themes
-%exclude %{_datadir}/aisleriot/cards/anglo.svg
-%exclude %{_datadir}/aisleriot/cards/anglo_bitmap.svg
-%exclude %{_datadir}/aisleriot/cards/bellot.svg
-%exclude %{_datadir}/aisleriot/cards/bonded.svg
-%exclude %{_datadir}/aisleriot/cards/dondorf.svg
-%exclude %{_datadir}/aisleriot/cards/gnomangelo_bitmap.svg
-%exclude %{_datadir}/aisleriot/cards/ornamental.svg
+%exclude %{_datadir}/aisleriot/cards/anglo.svgz
+%exclude %{_datadir}/aisleriot/cards/anglo_bitmap.svgz
+%exclude %{_datadir}/aisleriot/cards/bellot.svgz
+%exclude %{_datadir}/aisleriot/cards/bonded.svgz
+%exclude %{_datadir}/aisleriot/cards/dondorf.svgz
+%exclude %{_datadir}/aisleriot/cards/gnomangelo_bitmap.svgz
+%exclude %{_datadir}/aisleriot/cards/ornamental.svgz
 
 %files themes
 %defattr(-, root, root)
-%{_datadir}/aisleriot/cards/anglo.svg
-%{_datadir}/aisleriot/cards/anglo_bitmap.svg
-%{_datadir}/aisleriot/cards/bellot.svg
-%{_datadir}/aisleriot/cards/bonded.svg
-%{_datadir}/aisleriot/cards/dondorf.svg
-%{_datadir}/aisleriot/cards/gnomangelo_bitmap.svg
-%{_datadir}/aisleriot/cards/ornamental.svg
+%{_datadir}/aisleriot/cards/anglo.svgz
+%{_datadir}/aisleriot/cards/anglo_bitmap.svgz
+%{_datadir}/aisleriot/cards/bellot.svgz
+%{_datadir}/aisleriot/cards/bonded.svgz
+%{_datadir}/aisleriot/cards/dondorf.svgz
+%{_datadir}/aisleriot/cards/gnomangelo_bitmap.svgz
+%{_datadir}/aisleriot/cards/ornamental.svgz
 
 %files lang -f aisleriot.lang -f %{name}.help-lang
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to