]> git.pld-linux.org Git - packages/polkit.git/commitdiff
- updated to 0.110
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jan 2013 12:47:45 +0000 (13:47 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jan 2013 12:47:45 +0000 (13:47 +0100)
- added am patch (fixes build with automake 1.13)

polkit-am.patch [new file with mode: 0644]
polkit.spec

diff --git a/polkit-am.patch b/polkit-am.patch
new file mode 100644 (file)
index 0000000..5f37f2b
--- /dev/null
@@ -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])])
index 8f20effb5b9ab072793d3f646152b73a329aad24..b24b2b93183cad16cf36caa8fcd293b068762055 100644 (file)
@@ -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}}
This page took 0.108666 seconds and 4 git commands to generate.