Hello community, here is the log from the commit of package xfce4-power-manager for openSUSE:Factory checked in at 2013-03-14 15:03:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-power-manager (Old) and /work/SRC/openSUSE:Factory/.xfce4-power-manager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-power-manager", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-power-manager/xfce4-power-manager.changes 2013-03-04 17:35:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-power-manager.new/xfce4-power-manager.changes 2013-03-14 15:04:37.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 11:27:21 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xfce4-power-manager-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-power-manager.spec ++++++ --- /var/tmp/diff_new_pack.HIRGnW/_old 2013-03-14 15:05:49.000000000 +0100 +++ /var/tmp/diff_new_pack.HIRGnW/_new 2013-03-14 15:05:49.000000000 +0100 @@ -32,6 +32,8 @@ Patch1: xfce4-power-manager-fix-broken-translations.patch # PATCH-FEATURE-UPSTREAM xfce4-power-manager-systemd-inhibit.patch bnc#789057 [email protected] -- Add systemd inhibit support Patch2: xfce4-power-manager-systemd-inhibit.patch +# PATCH-FIX-UPSTREAM xfce4-power-manager-automake-1.13.patch [email protected] +Patch3: xfce4-power-manager-automake-1.13.patch BuildRequires: ed BuildRequires: fdupes BuildRequires: intltool @@ -86,6 +88,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 # show in LXDE as well ed -s src/xfce4-power-manager.desktop.in 2>/dev/null <<'EOF' ,s/^OnlyShowIn=XFCE;/OnlyShowIn=XFCE;LXDE;/ ++++++ xfce4-power-manager-automake-1.13.patch ++++++ Index: xfce4-power-manager-1.2.0/configure.ac =================================================================== --- xfce4-power-manager-1.2.0.orig/configure.ac +++ xfce4-power-manager-1.2.0/configure.ac @@ -15,7 +15,7 @@ AC_INIT([xfce4-power-manager], [xfpm_ver AC_PREREQ(2.50) AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar]) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE() m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
