[perl-Sys-Virt] Update to 0.9.7 release

Daniel P. Berrange berrange at fedoraproject.org
Tue Nov 8 21:06:35 UTC 2011


commit 53682dbcc997421e1ecb48e5bd9796a5b226c8f3
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Tue Nov 8 21:07:02 2011 +0000

    Update to 0.9.7 release

 Sys-Virt-0.9.5-open-console.patch |   52 -------------------------------------
 perl-Sys-Virt.spec                |   11 ++++---
 sources                           |    2 +-
 3 files changed, 7 insertions(+), 58 deletions(-)
---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index 56df207..2eeb1b6 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,18 +1,17 @@
 Name:           perl-Sys-Virt
-Version:        0.9.5
-Release:        2%{?dist}
+Version:        0.9.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}-open-console.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.9.5
+BuildRequires:  libvirt-devel >= 0.9.7
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -22,7 +21,6 @@ virtualization containers to be managed with a consistent API.
 
 %prep
 %setup -q -n Sys-Virt-%{version}
-%patch1 -p1
 
 sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 sed -i -e '/\.spec\.PL$/d' MANIFEST
@@ -57,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Nov  8 2011 Daniel P. Berrange <berrange at redhat.com> - 0.9.7-1
+- Update to 0.9.7 release
+
 * Mon Oct 17 2011 Daniel P. Berrange <berrange at redhat.com> - 0.9.5-2
 - Add binding for virDomainOpenConsole
 
diff --git a/sources b/sources
index 386ca3a..c3c07be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf73d3260a2c355037a97936a24c28e7  Sys-Virt-0.9.5.tar.gz
+cd72f727fd4d423bd37850b96677e1e1  Sys-Virt-0.9.7.tar.gz



More information about the perl-devel mailing list