Hello community, here is the log from the commit of package polkit for openSUSE:Factory checked in at 2013-04-14 10:37:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polkit (Old) and /work/SRC/openSUSE:Factory/.polkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polkit", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/polkit/polkit.changes 2013-02-19 13:39:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.polkit.new/polkit.changes 2013-04-14 10:37:08.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Apr 11 01:17:21 UTC 2013 - [email protected] + +- Add automake-113.patch, fixes build with automake-1.13 + +------------------------------------------------------------------- New: ---- automake-113.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polkit.spec ++++++ --- /var/tmp/diff_new_pack.RHou3b/_old 2013-04-14 10:37:09.000000000 +0200 +++ /var/tmp/diff_new_pack.RHou3b/_new 2013-04-14 10:37:09.000000000 +0200 @@ -37,6 +37,8 @@ Patch1: polkit-suid_flags.patch # PATCH-FIX-UPSTREAM polkit-no-systemd.patch bnc#782395 fdo#55377 [email protected] -- Do not reference non-existing polkit.service file for systemd (only applied if not built with systemd support) Patch2: polkit-no-systemd.patch +# PATCH-FIX-UPSTREAM automake-113.patch -- Use AC_CONFIG_HEADERS macro instead of deprecated AM_CONFIG_HEADER, fixes build with Automake 1.13 +Patch3: automake-113.patch # needed for patch1 BuildRequires: autoconf # needed for patch1 @@ -127,6 +129,7 @@ %if !(0%{?with_systemd}) %patch2 -p1 %endif +%patch3 -p1 %build export V=1 ++++++ automake-113.patch ++++++ >From 7caa88f1eb8d01ab935f1d1e34a0db20f554448b Mon Sep 17 00:00:00 2001 From: Nuno Araujo <[email protected]> Date: Tue, 15 Jan 2013 16:47:22 +0000 Subject: Fix the build with automake 1.13 In Automake 1.13, the long-deprecated macro AM_CONFIG_HEADER (deprecated since 2002) has been removed in favour of AC_CONFIG_HEADERS. Signed-off-by: David Zeuthen <[email protected]> --- diff --git a/configure.ac b/configure.ac index 40f0cd7..7d2dfcd 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59c) AC_INIT(polkit, 0.110 http://lists.freedesktop.org/mailman/listinfo/polkit-devel) AM_INIT_AUTOMAKE(polkit, 0.110) -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AM_MAINTAINER_MODE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v0.9.0.2-2-gbebe ++++++ polkit-suid_flags.patch ++++++ --- /var/tmp/diff_new_pack.RHou3b/_old 2013-04-14 10:37:09.000000000 +0200 +++ /var/tmp/diff_new_pack.RHou3b/_new 2013-04-14 10:37:09.000000000 +0200 @@ -10,7 +10,7 @@ index f4a0c41..42da974 100644 --- a/configure.ac +++ b/configure.ac -@@ -429,6 +429,11 @@ AC_SUBST([GETTEXT_PACKAGE]) +@@ -459,6 +459,11 @@ AC_SUBST([GETTEXT_PACKAGE]) AM_GLIB_GNU_GETTEXT AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain]) @@ -26,7 +26,7 @@ index e8c9fb1..f0f8419 100644 --- a/src/polkitagent/Makefile.am +++ b/src/polkitagent/Makefile.am -@@ -92,6 +92,7 @@ endif +@@ -94,6 +94,7 @@ endif polkit_agent_helper_1_CFLAGS = \ -D_POLKIT_COMPILATION \ @@ -34,7 +34,7 @@ $(GLIB_CFLAGS) \ $(NULL) -@@ -101,6 +102,11 @@ polkit_agent_helper_1_LDADD = \ +@@ -103,6 +104,11 @@ polkit_agent_helper_1_LDADD = \ $(top_builddir)/src/polkit/libpolkit-gobject-1.la \ $(NULL) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
