Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory checked in 
at 2014-11-20 18:44:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxdm (Old)
 and      /work/SRC/openSUSE:Factory/.lxdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxdm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxdm/lxdm.changes        2014-11-19 
20:31:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxdm.new/lxdm.changes   2014-11-20 
18:44:26.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 20 15:20:43 UTC 2014 - [email protected]
+
+- Add lxdm-0.4.1-automake-1.14.patch: Fix bootstrapping with
+  automake 1.14.
+
+-------------------------------------------------------------------

New:
----
  lxdm-0.4.1-automake-1.14.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxdm.spec ++++++
--- /var/tmp/diff_new_pack.JiqjnX/_old  2014-11-20 18:44:27.000000000 +0100
+++ /var/tmp/diff_new_pack.JiqjnX/_new  2014-11-20 18:44:27.000000000 +0100
@@ -46,6 +46,8 @@
 Patch6:         %{name}-bnc-741454-d4e41ec.patch
 Patch7:         %{name}-0.4.1-fix-gtk2-keyboard-list-empty.patch
 Patch8:         %{name}-0.4.1-fix-small-bug-in-theme.patch
+# PATCH-FIX-UPSTREAM lxdm-0.4.1-automake-1.14.patch [email protected] -- 
Backport automake 1.14 fix from git to 0.4.1
+Patch9:         %{name}-0.4.1-automake-1.14.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ConsoleKit-devel
 BuildRequires:  autoconf
@@ -86,6 +88,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 
 %__cp %{SOURCE1} .
 


++++++ lxdm-0.4.1-automake-1.14.patch ++++++
>From f8cce9cce3740433b3e2da3e15424f7eb7cda755 Mon Sep 17 00:00:00 2001
From: dgod <[email protected]>
Date: Sun, 7 Jul 2013 19:38:39 +0800
Subject: [PATCH 1/1] fix an automake error

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: lxdm-0.4.1/configure.ac
===================================================================
--- lxdm-0.4.1.orig/configure.ac
+++ lxdm-0.4.1/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.63])
 AC_INIT([lxdm], [0.4.1], [http://lxde.org/])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
 
 AC_CONFIG_SRCDIR([src/lxdm.c])
 AC_CONFIG_HEADERS([config.h])
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to