rpms/libvirt/devel .cvsignore, 1.52, 1.53 libvirt.spec, 1.209, 1.210 sources, 1.54, 1.55 libvirt-0.7.6-add-needed.patch, 1.1, NONE

Daniel Veillard veillard at fedoraproject.org
Fri Mar 5 16:33:57 UTC 2010


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18898

Modified Files:
	.cvsignore libvirt.spec sources 
Removed Files:
	libvirt-0.7.6-add-needed.patch 
Log Message:
Upstream release 0.7.7
Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- .cvsignore	3 Feb 2010 17:39:33 -0000	1.52
+++ .cvsignore	5 Mar 2010 16:33:57 -0000	1.53
@@ -16,3 +16,4 @@ libvirt-0.7.3.tar.gz
 libvirt-0.7.4.tar.gz
 libvirt-0.7.5.tar.gz
 libvirt-0.7.6.tar.gz
+libvirt-0.7.7.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -p -r1.209 -r1.210
--- libvirt.spec	17 Feb 2010 00:11:39 -0000	1.209
+++ libvirt.spec	5 Mar 2010 16:33:57 -0000	1.210
@@ -1,4 +1,3 @@
-%define _default_patch_fuzz 2 \n\n
 # -*- rpm-spec -*-
 
 # A client only build will create a libvirt.so only containing
@@ -169,8 +168,8 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.7.6
-Release: 2%{?dist}%{?extra_release}
+Version: 0.7.7
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://libvirt.org/sources/libvirt-%{version}.tar.gz
@@ -343,10 +342,6 @@ BuildRequires: netcf-devel >= 0.1.4
 # Fedora build root suckage
 BuildRequires: gawk
 
-# --no-add-needed changes
-BuildRequires: autoconf automake libtool
-Patch0: libvirt-0.7.6-add-needed.patch
-
 %description
 Libvirt is a C toolkit to interact with the virtualization capabilities
 of recent versions of Linux (and other OSes). The main package includes
@@ -399,7 +394,6 @@ of recent versions of Linux (and other O
 
 %prep
 %setup -q
-%patch0 -p1 -b .add-needed
 
 %build
 %if ! %{with_xen}
@@ -514,7 +508,6 @@ of recent versions of Linux (and other O
 %define _without_yajl --without-yajl
 %endif
 
-autoreconf -v --install
 %configure %{?_without_xen} \
            %{?_without_qemu} \
            %{?_without_openvz} \
@@ -822,6 +815,14 @@ fi
 %endif
 
 %changelog
+* Fri Mar  5 2010 Daniel Veillard <veillard at redhat.com> - 0.7.7-1
+- macvtap support
+- async job handling
+- virtio channel
+- computing baseline CPU
+- virDomain{Attach,Detach}DeviceFlags
+- assorted bug fixes and lots of cleanups
+
 * Tue Feb 16 2010 Adam Jackson <ajax at redhat.com> 0.7.6-2
 - libvirt-0.7.6-add-needed.patch: Fix FTBFS from --no-add-needed
 - Add BuildRequires: xmlrpc-c-client for libxmlrpc_client.so


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -p -r1.54 -r1.55
--- sources	3 Feb 2010 17:39:34 -0000	1.54
+++ sources	5 Mar 2010 16:33:57 -0000	1.55
@@ -1 +1 @@
-eaf0cf593d82d2dec6dca96abe56744e  libvirt-0.7.6.tar.gz
+5f315b0bf20e3964f7657ba1e630cd67  libvirt-0.7.7.tar.gz


--- libvirt-0.7.6-add-needed.patch DELETED ---



More information about the scm-commits mailing list