Hello community, here is the log from the commit of package xfdesktop for openSUSE:Factory checked in at 2013-03-14 15:03:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfdesktop (Old) and /work/SRC/openSUSE:Factory/.xfdesktop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfdesktop", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes 2013-03-11 07:53:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfdesktop.new/xfdesktop.changes 2013-03-14 15:07:33.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 13 12:40:15 CET 2013 - [email protected] + +- builds with automake 1.13 + * automake-1.13.patch + +------------------------------------------------------------------- New: ---- xfdesktop-automake-1.13.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfdesktop.spec ++++++ --- /var/tmp/diff_new_pack.W8eVIJ/_old 2013-03-14 15:08:47.000000000 +0100 +++ /var/tmp/diff_new_pack.W8eVIJ/_new 2013-03-14 15:08:47.000000000 +0100 @@ -28,6 +28,8 @@ Patch0: xfdesktop-backgrounds-path.patch # PATCH-FEATURE-OPENSUSE xfdesktop-default-backdrop-image.patch [email protected] -- Sets the default background image to a symlink that is delivered by branding packages Patch1: xfdesktop-default-background-image.patch +# PATCH-FIX-UPSTREAM xfce4-dict-automake-1.13.patch [email protected] +Patch2: xfdesktop-automake-1.13.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: update-desktop-files @@ -84,6 +86,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" ++++++ xfdesktop-automake-1.13.patch ++++++ Index: xfdesktop-4.10.2/configure.ac =================================================================== --- xfdesktop-4.10.2.orig/configure.ac +++ xfdesktop-4.10.2/configure.ac @@ -38,7 +38,7 @@ AC_PREREQ([2.50]) dnl init automake XFDESKTOP_VERSION=xfdesktop_version AM_INIT_AUTOMAKE([xfdesktop], [$XFDESKTOP_VERSION]) -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]
