Hello community,

here is the log from the commit of package aisleriot for openSUSE:Factory 
checked in at 2014-11-18 22:44:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aisleriot (Old)
 and      /work/SRC/openSUSE:Factory/.aisleriot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aisleriot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aisleriot/aisleriot.changes      2014-10-15 
16:27:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aisleriot.new/aisleriot.changes 2014-11-18 
22:45:15.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Nov 14 00:45:41 UTC 2014 - dims...@opensuse.org
+
+- Drop openSUSE-release BuildRequires: as this package gets a daily
+  update to represent the build version, aisleriot is being rebuilt
+  for no reason everyday.
+- Hackup configure to fallback to 'opensuse' as release when no
+  /etc/os-release can be found.
+
+-------------------------------------------------------------------
+Thu Nov 13 09:38:41 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + Revert "build: Run configure script with bash".
+  + build: Require bash to run configure.
+
+-------------------------------------------------------------------

Old:
----
  aisleriot-3.14.1.tar.xz

New:
----
  aisleriot-3.14.2.tar.xz

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

Other differences:
------------------
++++++ aisleriot.spec ++++++
--- /var/tmp/diff_new_pack.aJvP1z/_old  2014-11-18 22:45:16.000000000 +0100
+++ /var/tmp/diff_new_pack.aJvP1z/_new  2014-11-18 22:45:16.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           aisleriot
-Version:        3.14.1
+Version:        3.14.2
 Release:        0
 Summary:        Solitaire Card Games for GNOME
 License:        GPL-3.0+
@@ -30,7 +30,6 @@
 BuildRequires:  intltool
 BuildRequires:  lsb-release
 # Needed to get lsb data
-BuildRequires:  suse-release
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(cairo)
@@ -65,6 +64,8 @@
 %setup -q
 
 %build
+# Hack up configure. This allows us not having to rely on openSUSE-release, 
which is a daily changing package
+sed -i 's:DISTRO="unknown":DISTRO="opensuse":' configure
 %configure \
     --disable-schemas-install \
     --disable-static \

++++++ aisleriot-3.14.1.tar.xz -> aisleriot-3.14.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.14.1/ChangeLog 
new/aisleriot-3.14.2/ChangeLog
--- old/aisleriot-3.14.1/ChangeLog      2014-10-13 20:23:11.000000000 +0200
+++ new/aisleriot-3.14.2/ChangeLog      2014-11-10 19:55:27.000000000 +0100
@@ -1,3 +1,37 @@
+commit 536aeb9d8300fb50ed219a634e4adf55b0ca3c6f
+Author: Christian Persch <c...@gnome.org>
+Date:   Mon Nov 3 18:43:17 2014 +0100
+
+    build: Require bash to run configure
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=726780
+    (cherry picked from commit 603a4f0a702b5ad38d10de9a1c8f81e4b8f5d441)
+
+ configure.ac | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit b9674d2507cb892f6bd65fb1d2ef58ef55ef7621
+Author: Christian Persch <c...@gnome.org>
+Date:   Mon Nov 3 18:43:17 2014 +0100
+
+    Revert "build: Run configure script with bash"
+    
+    This reverts commit f2525b5fbea5d221a6a361a97334dfec956665dd.
+    
+    (cherry picked from commit 47fd93ac6aea0dcd1d243388f92d8abe01609afa)
+
+ configure.ac | 3 ---
+ 1 file changed, 3 deletions(-)
+
+commit dfc98823a205d35120b0e0b9fc1d4a3a18e15a87
+Author: Christian Persch <c...@gnome.org>
+Date:   Mon Oct 13 20:37:33 2014 +0200
+
+    Post release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 46b2bcae0b142c08bee0deddd62ef4786638581f
 Author: Balló György <ballog...@gmail.com>
 Date:   Tue Sep 30 18:56:01 2014 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.14.1/configure 
new/aisleriot-3.14.2/configure
--- old/aisleriot-3.14.1/configure      2014-10-13 20:21:15.000000000 +0200
+++ new/aisleriot-3.14.2/configure      2014-11-10 19:51:24.000000000 +0100
@@ -1,7 +1,6 @@
-#! /usr/bin/env bash
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Patience 3.14.1.
+# Generated by GNU Autoconf 2.69 for GNOME Patience 3.14.2.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=aisleriot>.
 #
@@ -592,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNOME Patience'
 PACKAGE_TARNAME='aisleriot'
-PACKAGE_VERSION='3.14.1'
-PACKAGE_STRING='GNOME Patience 3.14.1'
+PACKAGE_VERSION='3.14.2'
+PACKAGE_STRING='GNOME Patience 3.14.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=aisleriot'
 PACKAGE_URL=''
 
@@ -1468,7 +1467,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GNOME Patience 3.14.1 to adapt to many kinds of 
systems.
+\`configure' configures GNOME Patience 3.14.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1538,7 +1537,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNOME Patience 3.14.1:";;
+     short | recursive ) echo "Configuration of GNOME Patience 3.14.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1716,7 +1715,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNOME Patience configure 3.14.1
+GNOME Patience configure 3.14.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2085,7 +2084,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNOME Patience $as_me 3.14.1, which was
+It was created by GNOME Patience $as_me 3.14.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2434,6 +2433,11 @@
 
 
 
+# Must run under bash; see bug 726780
+if test -z "$BASH_VERSION"; then
+  as_fn_error $? "Set CONFIG_SHELL to bash and try again." "$LINENO" 5
+fi
+
 
 
 ac_config_headers="$ac_config_headers config.h"
@@ -2954,7 +2958,7 @@
 
 # Define the identity of the package.
  PACKAGE='aisleriot'
- VERSION='3.14.1'
+ VERSION='3.14.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15941,7 +15945,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNOME Patience $as_me 3.14.1, which was
+This file was extended by GNOME Patience $as_me 3.14.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16007,7 +16011,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNOME Patience config.status 3.14.1
+GNOME Patience config.status 3.14.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aisleriot-3.14.1/configure.ac 
new/aisleriot-3.14.2/configure.ac
--- old/aisleriot-3.14.1/configure.ac   2014-10-13 20:20:50.000000000 +0200
+++ new/aisleriot-3.14.2/configure.ac   2014-11-10 19:50:34.000000000 +0100
@@ -1,14 +1,16 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-# Make sure we run under bash
-m4_divert_once([BINSH], [@%:@! /usr/bin/env bash])
-
 AC_PREREQ([2.53])
-AC_INIT([GNOME Patience], [3.14.1],
+AC_INIT([GNOME Patience], [3.14.2],
   [http://bugzilla.gnome.org/enter_bug.cgi?product=aisleriot],
   [aisleriot])
 
+# Must run under bash; see bug 726780
+if test -z "$BASH_VERSION"; then
+  AC_MSG_ERROR([Set CONFIG_SHELL to bash and try again.])
+fi
+
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([src/sol.c])
 AC_CONFIG_HEADERS([config.h])

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

Reply via email to