commit gnome-games for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-games for openSUSE:Factory checked in at Fri Sep 24 00:42:26 CEST 2010. -------- --- GNOME/gnome-games/gnome-games.changes 2010-09-01 12:32:19.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-games/gnome-games.changes 2010-09-18 14:55:19.000000000 +0200 @@ -1,0 +2,41 @@ +Fri Sep 17 09:41:30 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.31.92.1: + + General: + - Fix --with-card-theme-formats=default + - Make PySol and KDE card theme paths configurable + - Fix build with gobject-introspection >= 0.9.5 + + Aisleriot: Add openSUSE packages to theme-install.ini +- Drop gnome-games-packagekit-opensuse.patch: fixed upstream. +- Drop gnome-games-pysol-themes.patch: fixed upstream another way. +- Remove --with-card-theme-formats=all option from configure: it's + not recommended upstream right now, and the default we'll get + should be enough. +- Add gnome-games-fix-configure.patch to fix a broken test in + configure script. Add gnome-common BuildRequires and call to + gnome-autogen.sh for this patch. + +------------------------------------------------------------------- +Tue Sep 14 11:29:11 CEST 2010 - vuntz@opensuse.org + +- Add gnome-games-packagekit-opensuse.patch: this makes the + PackageKit support to install themes useful in openSUSE. +- Add gnome-games-pysol-themes.patch: look at the right directory + for pysol themes. +- Pass --with-card-theme-formats=all to configure to support more + card themes. +- Remove --enable-card-themes-installer from configure: this option + is gone now (it's always enabled). + +------------------------------------------------------------------- +Tue Sep 14 09:03:10 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.31.92: + + Aisleriot: + - fix warnings and build issues with gtk3 + - show install confirmation before install card theme packages + + Glines: + - adjust scoring algorithm to avoid huge scores (bgo#503953) + + Updated translations. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-games-2.31.91.1.tar.bz2 New: ---- gnome-games-2.31.92.1.tar.bz2 gnome-games-fix-configure.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-games.spec ++++++ --- /var/tmp/diff_new_pack.b7j5Wk/_old 2010-09-24 00:40:55.000000000 +0200 +++ /var/tmp/diff_new_pack.b7j5Wk/_new 2010-09-24 00:40:55.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gnome-games (Version 2.31.91.1) +# spec file for package gnome-games (Version 2.31.92.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gnome-games -Version: 2.31.91.1 +Version: 2.31.92.1 Release: 1 # FIXME: validate list of games for the recommended subpackage License: GPLv2+ ; GPLv3+ ; LGPLv2.1+ @@ -30,11 +30,15 @@ Source1: %{name}-create-post Source2: README.openSUSE Source3: README-recommended.openSUSE +# PATCH-FIX-UPSTREAM gnome-games-fix-configure.patch bgo#629989 vuntz@opensuse.org -- Fix test in configure script +Patch0: gnome-games-fix-configure.patch BuildRequires: clutter-devel BuildRequires: clutter-gtk-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gconf2-devel +# Needed for patch0 gnome-games-fix-configure.patch +BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: guile-devel @@ -421,14 +425,15 @@ cp -a %{S:1} . cp -a %{S:2} . cp -a %{S:3} . +%patch0 -p1 %build +NO_CONFIGURE=1 gnome-autogen.sh %configure \ --disable-gnuchess \ --disable-schemas-install \ --disable-static \ - --disable-scrollkeeper \ - --enable-card-themes-installer + --disable-scrollkeeper %__make %{?jobs:-j%jobs} %install ++++++ gnome-games-2.31.91.1.tar.bz2 -> gnome-games-2.31.92.1.tar.bz2 ++++++ GNOME/gnome-games/gnome-games-2.31.91.1.tar.bz2 /mounts/work_src_done/STABLE/gnome-games/gnome-games-2.31.92.1.tar.bz2 differ: char 11, line 1 ++++++ gnome-games-fix-configure.patch ++++++ Index: gnome-games-2.31.92.1/configure.in =================================================================== --- gnome-games-2.31.92.1.orig/configure.in +++ gnome-games-2.31.92.1/configure.in @@ -469,7 +469,7 @@ AM_CONDITIONAL([ENABLE_CARD_THEME_FORMAT # Card theme paths -if test "$enable_card_theme_format_kde"; then +if test "$enable_card_theme_format_kde" = "yes"; then AC_MSG_CHECKING([for KDE card themes base path]) AC_ARG_WITH([kde-card-theme-path], [AS_HELP_STRING([--with-kde-card-theme-path],[The base path to the KDE card themes])], @@ -482,7 +482,7 @@ if test "$enable_card_theme_format_kde"; AC_DEFINE_UNQUOTED([KDE_CARD_THEME_PATH],["$with_kde_card_theme_path"],[The base path to the KDE card themes]) fi -if test "$enable_card_theme_format_pysol"; then +if test "$enable_card_theme_format_pysol" = "yes"; then AC_MSG_CHECKING([for PySol card themes base path]) AC_ARG_WITH([pysol-card-theme-path], [AS_HELP_STRING([--with-pysol-card-theme-path],[The base path to the PySol card themes])], ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de