[perl-Sys-Virt] Update to 0.2.7 release

Daniel P. Berrange berrange at fedoraproject.org
Wed Jun 29 10:52:43 UTC 2011


commit 350c2c75a5d4ed6e435505ca85bc6e9eb4094b01
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Jun 29 11:52:19 2011 +0100

    Update to 0.2.7 release

 Sys-Virt-0.2.6-get_xml_description-flags.patch |  140 ------------------------
 Sys-Virt-0.2.6-xpath-cast.patch                |   16 ---
 perl-Sys-Virt.spec                             |   13 +-
 sources                                        |    2 +-
 4 files changed, 7 insertions(+), 164 deletions(-)
---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index f8e80fe..0d3d83b 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,19 +1,17 @@
 Name:           perl-Sys-Virt
-Version:        0.2.6
-Release:        3%{?dist}
+Version:        0.2.7
+Release:        1%{?dist}
 Summary:        Represent and manage a libvirt hypervisor connection
 License:        GPLv2+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Sys-Virt/
 Source0:        http://www.cpan.org/authors/id/D/DA/DANBERR/Sys-Virt-%{version}.tar.gz
-Patch1:         Sys-Virt-%{version}-xpath-cast.patch
-Patch2:         Sys-Virt-%{version}-get_xml_description-flags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(XML::XPath)
-BuildRequires:  libvirt-devel >= 0.8.1
+BuildRequires:  libvirt-devel >= 0.8.8
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -23,8 +21,6 @@ virtualization containers to be managed with a consistent API.
 
 %prep
 %setup -q -n Sys-Virt-%{version}
-%patch1 -p1
-%patch2 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST
@@ -59,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 29 2011 Daniel P. Berrange <berrange at redhat.com> - 0.2.7-1
+- Update to 0.2.7 release
+
 * Thu May 19 2011 Matthew Booth <mbooth at redhat.com> - 0.2.6-3
 - Backport get_xml_description with flags
 
diff --git a/sources b/sources
index bd60c3b..05aa6c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4ca5735791e132320bd8546c5deacae  Sys-Virt-0.2.6.tar.gz
+968641ea0f85c6ad25ed13ba235f06ff  Sys-Virt-0.2.7.tar.gz



More information about the perl-devel mailing list