Hello community, here is the log from the commit of package xfce4-panel-plugin-radio for openSUSE:Factory checked in at 2013-03-14 15:03:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-radio (Old) and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-radio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-radio", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-panel-plugin-radio/xfce4-panel-plugin-radio.changes 2012-05-08 06:51:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-radio.new/xfce4-panel-plugin-radio.changes 2013-03-14 15:04:14.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 11:20:31 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xfce4-panel-plugin-radio-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-panel-plugin-radio.spec ++++++ --- /var/tmp/diff_new_pack.Dk2MeQ/_old 2013-03-14 15:04:36.000000000 +0100 +++ /var/tmp/diff_new_pack.Dk2MeQ/_new 2013-03-14 15:04:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfce4-panel-plugin-radio # -# 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}/0.5/%{plugin_name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-radio-fix-libm-underlinking.patch bxo#7983 [email protected] -- Link explicitly against libm Patch0: xfce4-panel-plugin-radio-fix-libm-underlinking.patch +# PATCH-FIX-UPSTREAM xfce4-panel-plugin-radio-automake-1.13.patch [email protected] +Patch1: xfce4-panel-plugin-radio-automake-1.13.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: xfce4-dev-tools @@ -47,6 +49,7 @@ %prep %setup -q -n %{plugin_name}-%{version} %patch0 -p1 +%patch1 -p1 %build xdt-autogen ++++++ xfce4-panel-plugin-radio-automake-1.13.patch ++++++ Index: xfce4-radio-plugin-0.5.1/configure.in =================================================================== --- xfce4-radio-plugin-0.5.1.orig/configure.in +++ xfce4-radio-plugin-0.5.1/configure.in @@ -17,7 +17,7 @@ AC_INIT([xfce4-radio-plugin], [radio_plu RADIO_PLUGIN_VERSION=radio_plugin_version() AM_INIT_AUTOMAKE([xfce4-radio-plugin], [$RADIO_PLUGIN_VERSION]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
