]> git.pld-linux.org Git - packages/dbus-glib.git/commitdiff
Update to 0.100.1 (fixes CVE-2013-0292) auto/th/dbus-glib-0.100.1-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 15 Feb 2013 18:28:00 +0000 (19:28 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 15 Feb 2013 18:28:00 +0000 (19:28 +0100)
- added -am.patch to fix build with automake 1.13

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

diff --git a/dbus-glib-am.patch b/dbus-glib-am.patch
new file mode 100644 (file)
index 0000000..55d5c87
--- /dev/null
@@ -0,0 +1,11 @@
+--- dbus-glib-0.100.1/configure.ac.newam       2013-02-15 18:50:11.340862658 +0100
++++ dbus-glib-0.100.1/configure.ac     2013-02-15 18:50:18.407491042 +0100
+@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
+ AM_INIT_AUTOMAKE([1.9])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ # Honor aclocal flags
+ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
index 5c88b7358125360361f2d7c5cbb065fdd3e47640..b25ba52cfc490fd7408b11bf71aa66c9923fcd14 100644 (file)
@@ -9,13 +9,14 @@
 Summary:       GLib-based library for using D-BUS
 Summary(pl.UTF-8):     Biblioteka do używania D-BUS oparta o GLib
 Name:          dbus-glib
-Version:       0.100
-Release:       3
+Version:       0.100.1
+Release:       1
 License:       AFL v2.1 or GPL v2
 Group:         Libraries
 Source0:       http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz
-# Source0-md5: d33959a9c0c6a158f5ac6d640316e89e
+# Source0-md5: d758967b70ea3d5318b62839d5bd440f
 Patch0:                %{name}-configure.patch
+Patch1:                %{name}-am.patch
 URL:           http://www.freedesktop.org/Software/DBusBindings
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake >= 1:1.9
@@ -93,6 +94,7 @@ Ten pakiet dostarcza bashowe uzupełnianie poleceń dla dbus-send.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__gtkdocize}
This page took 0.080506 seconds and 4 git commands to generate.