Hello community, here is the log from the commit of package xfce4-panel-plugin-notes for openSUSE:Factory checked in at 2013-03-14 15:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-notes (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-notes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-notes", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-notes/xfce4-panel-plugin-notes.changes 2012-08-22 12:18:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-notes.new/xfce4-panel-plugin-notes.changes 2013-03-14 15:04:06.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 11:17:09 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xfce4-panel-plugin-notes-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-panel-plugin-notes.spec ++++++ --- /var/tmp/diff_new_pack.epHZQo/_old 2013-03-14 15:04:13.000000000 +0100 +++ /var/tmp/diff_new_pack.epHZQo/_new 2013-03-14 15:04:13.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-notes # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -29,6 +29,8 @@ Source0: http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.7/%{plugin_name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-notes-create-unversioned-lib.patch [email protected] -- Do not create a versioned library Patch0: xfce4-panel-plugin-notes-create-unversioned-lib.patch +# PATCH-FIX-UPSTREAM xfce4-panel-plugin-notes-automake-1.13.patch [email protected] +Patch1: xfce4-panel-plugin-notes-automake-1.13.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: update-desktop-files @@ -55,6 +57,7 @@ %prep %setup -q -n %{plugin_name}-%{version} %patch0 -p1 +%patch1 -p1 %build XDT_CONFIGURE_FLAGS=--disable-maintainer-mode xdt-autogen ++++++ xfce4-panel-plugin-notes-automake-1.13.patch ++++++ Index: xfce4-notes-plugin-1.7.7/configure.ac =================================================================== --- xfce4-notes-plugin-1.7.7.orig/configure.ac +++ xfce4-notes-plugin-1.7.7/configure.ac @@ -25,7 +25,7 @@ AC_REVISION([xfce4_notes_plugin_version_ AC_CANONICAL_TARGET() AM_INIT_AUTOMAKE([1.11 dist-bzip2]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE() AM_SILENT_RULES([yes]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
