[packages/libvirt-glib] - updated to 0.1.5 - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Fri Jan 18 21:52:45 CET 2013


commit d0e958aa2da1203f016db59268ababc935e8f260
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jan 18 21:53:14 2013 +0100

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

 libvirt-glib-am.patch | 11 +++++++++++
 libvirt-glib.spec     |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/libvirt-glib.spec b/libvirt-glib.spec
index 9a62303..1f0be4f 100644
--- a/libvirt-glib.spec
+++ b/libvirt-glib.spec
@@ -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}
diff --git a/libvirt-glib-am.patch b/libvirt-glib-am.patch
new file mode 100644
index 0000000..4e546d6
--- /dev/null
+++ b/libvirt-glib-am.patch
@@ -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])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libvirt-glib.git/commitdiff/d0e958aa2da1203f016db59268ababc935e8f260



More information about the pld-cvs-commit mailing list