[perl-Sys-Virt] Update to 0.9.5 release

Daniel P. Berrange berrange at fedoraproject.org
Thu Sep 29 14:05:00 UTC 2011


commit 356296c93aea7e7f8fc042ced5e6e5d325b4765a
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Thu Sep 29 15:04:16 2011 +0100

    Update to 0.9.5 release

 Sys-Virt-0.9.4-abort-job.patch |   26 --------------------------
 perl-Sys-Virt.spec             |   11 ++++++-----
 sources                        |    2 +-
 3 files changed, 7 insertions(+), 32 deletions(-)
---
diff --git a/perl-Sys-Virt.spec b/perl-Sys-Virt.spec
index 64fa139..58e3771 100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@ -1,18 +1,17 @@
 Name:           perl-Sys-Virt
-Version:        0.9.4
-Release:        2%{?dist}
+Version:        0.9.5
+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}-abort-job.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.4
+BuildRequires:  libvirt-devel >= 0.9.5
 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
+* Thu Sep 29 2011 Daniel P. Berrange <berrange at redhat.com> - 0.9.5-1
+- Update to 0.9.5 release
+
 * Wed Aug  3 2011 Daniel P. Berrange <berrange at redhat.com> - 0.9.4-2
 - Re-add virDomainAbortJob API binding accidentally removed
 
diff --git a/sources b/sources
index 0c03185..386ca3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4eb290f947df05703becbef93e2e49b2  Sys-Virt-0.9.4.tar.gz
+bf73d3260a2c355037a97936a24c28e7  Sys-Virt-0.9.5.tar.gz


More information about the scm-commits mailing list