]> git.pld-linux.org Git - packages/libvirt-glib.git/commitdiff
- updated to 0.1.5 auto/th/libvirt-glib-0.1.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Jan 2013 20:53:14 +0000 (21:53 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Jan 2013 20:53:14 +0000 (21:53 +0100)
- added am patch (fixes build with automake 1.13)

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

diff --git a/libvirt-glib-am.patch b/libvirt-glib-am.patch
new file mode 100644 (file)
index 0000000..4e546d6
--- /dev/null
@@ -0,0 +1,11 @@
+--- libvirt-glib-0.1.5/configure.ac.orig       2013-01-14 17:52:03.000000000 +0100
++++ libvirt-glib-0.1.5/configure.ac    2013-01-18 21:16:15.405873548 +0100
+@@ -1,7 +1,7 @@
+ AC_INIT(libvirt-glib, 0.1.5)
+ AC_CONFIG_SRCDIR(libvirt-glib/libvirt-glib-main.c)
+ AC_CONFIG_AUX_DIR([build-aux])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_CONFIG_MACRO_DIR([m4])
+ dnl Make automake keep quiet about wildcards & other GNUmake-isms
+ AM_INIT_AUTOMAKE([-Wno-portability])
index 9a62303add326b9df2742914e3bb173284b4c207..1f0be4fd9fa672d96b4214e4c0be98441b09b768 100644 (file)
@@ -7,13 +7,14 @@
 Summary:       GLib wrapper for libvirt library
 Summary(pl.UTF-8):     Wrapper GLib dla biblioteki libvirt
 Name:          libvirt-glib
-Version:       0.1.4
+Version:       0.1.5
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz
-# Source0-md5: 4a5ae95132b998b3bd58d2bd058cd5a9
+# Source0-md5: 6a82855acef53293026604b72aab9cdb
 Patch0:                %{name}-pc.patch
+Patch1:                %{name}-am.patch
 URL:           http://www.libvirt.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.11
@@ -102,6 +103,7 @@ API libvirt-glib dla jÄ™zyka Vala.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.088962 seconds and 4 git commands to generate.