commit 357271f2c0c9da23c5af12a0e9ddc46babab1cda
Author: Jakub Bogusz <[email protected]>
Date:   Sat Jan 12 13:47:45 2013 +0100

    - updated to 0.110
    - added am patch (fixes build with automake 1.13)

 polkit-am.patch | 11 +++++++++++
 polkit.spec     |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/polkit.spec b/polkit.spec
index 8f20eff..b24b2b9 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -6,13 +6,14 @@
 Summary:       A framework for defining policy for system-wide components
 Summary(pl.UTF-8):     Szkielet do definiowania polityki dla komponentów 
systemowych
 Name:          polkit
-Version:       0.109
+Version:       0.110
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       
http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 8c3f08287dd3e1e546e3c2ae00090908
+# Source0-md5: 06e0d3b72e566ac277fc35c8206d2a28
 Patch0:                systemd-fallback.patch
+Patch1:                %{name}-am.patch
 URL:           http://www.freedesktop.org/wiki/Software/polkit
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.7
@@ -111,6 +112,7 @@ Statyczne biblioteki PolicyKit.
 %prep
 %setup -q
 %{?with_systemd:%patch0 -p1}
+%patch1 -p1
 
 %build
 %{?with_apidocs:%{__gtkdocize}}
diff --git a/polkit-am.patch b/polkit-am.patch
new file mode 100644
index 0000000..5f37f2b
--- /dev/null
+++ b/polkit-am.patch
@@ -0,0 +1,11 @@
+--- polkit-0.110/configure.ac.orig     2013-01-12 13:32:07.257259065 +0100
++++ polkit-0.110/configure.ac  2013-01-12 13:32:54.047258091 +0100
+@@ -3,7 +3,7 @@
+ 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])])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/polkit.git/commitdiff/357271f2c0c9da23c5af12a0e9ddc46babab1cda

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to