Hello community,
here is the log from the commit of package gnome-gmail-notifier for
openSUSE:Factory checked in at 2014-10-05 20:32:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-gmail-notifier (Old)
and /work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-gmail-notifier"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-gmail-notifier/gnome-gmail-notifier.changes
2013-03-08 09:09:56.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-gmail-notifier.new/gnome-gmail-notifier.changes
2014-10-05 20:33:42.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct 4 09:50:46 UTC 2014 - [email protected]
+
+- Add gnome-gmail-notifier-automake.patch: Fix build with
+ automake 1.14.
+
+-------------------------------------------------------------------
New:
----
gnome-gmail-notifier-automake.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-gmail-notifier.spec ++++++
--- /var/tmp/diff_new_pack.O27mh7/_old 2014-10-05 20:33:43.000000000 +0200
+++ /var/tmp/diff_new_pack.O27mh7/_new 2014-10-05 20:33:43.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnome-gmail-notifier
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,8 @@
Patch1: gnome-gmail-notifier-glib-2.31.patch
# PATCH-FIX-UPSTREAM gnome-gmail-notifier-gstreamer-1.0.patch issue#99
[email protected] -- Port to GStreamer 1.0
Patch2: gnome-gmail-notifier-gstreamer-1.0.patch
+# PATCH-FIX-UPSTREAM gnome-gmail-notifier-automake.patch issue#104
[email protected] -- Fix build with automake >= 1.14
+Patch3: gnome-gmail-notifier-automake.patch
BuildRequires: fdupes
# Needed for patch2
BuildRequires: gnome-common
@@ -59,9 +61,10 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
-# Needed for patch2
+# Needed for patch2 and patch3
NOCONFIGURE=1 ./autogen.sh
%configure
%__make %{?_smp_mflags}
++++++ gnome-gmail-notifier-automake.patch ++++++
Index: gnome-gmail-notifier-0.10.1/configure.ac
===================================================================
--- gnome-gmail-notifier-0.10.1.orig/configure.ac
+++ gnome-gmail-notifier-0.10.1/configure.ac
@@ -3,6 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(gnome-gmail-notifier, 0.10.1, [email protected])
AC_CONFIG_SRCDIR(src/main.c)
AM_CONFIG_HEADER(src/config.h)
+AM_INIT_AUTOMAKE
AC_PROG_CC
AC_PROG_INSTALL
@@ -14,7 +15,6 @@ GGN_LOCALEDIR="${datadir}/locale"
AC_SUBST(GETTEXT_PACKAGE)
AC_SUBST(GGN_LOCALEDIR)
-AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
ALL_LINGUAS="es"
AM_GLIB_GNU_GETTEXT
Index: gnome-gmail-notifier-0.10.1/autogen.sh
===================================================================
--- gnome-gmail-notifier-0.10.1.orig/autogen.sh
+++ gnome-gmail-notifier-0.10.1/autogen.sh
@@ -61,16 +61,3 @@ automake --add-missing
echo " autoconf"
autoconf
-if [ -x config.status -a -z "$*" ]; then
- ./config.status --recheck
-else
- if test -z "$*"; then
- echo "I am going to run ./configure with no arguments - if you wish"
- echo "to pass any to it, please specify them on the $0 command line."
- echo "If you do not wish to run ./configure, press Ctrl-C now."
- trap 'echo "configure aborted" ; exit 0' 1 2 15
- sleep 1
- fi
- echo " ./configure ${@}"
- ./configure "$@";
-fi
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]