public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Daniel P. Berrange <berrange@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Sys-Virt] epel10.2: Update to 0.9.5 release
Date: Tue, 30 Jun 2026 07:30:39 GMT [thread overview]
Message-ID: <178280463983.1.9884929943700058091.rpms-perl-Sys-Virt-356296c93aea@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Sys-Virt
Branch : epel10.2
Commit : 356296c93aea7e7f8fc042ced5e6e5d325b4765a
Author : Daniel P. Berrange <berrange@redhat.com>
Date : 2011-09-29T15:04:44+01:00
Stats : +7/-32 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Sys-Virt/c/356296c93aea7e7f8fc042ced5e6e5d325b4765a?branch=epel10.2
Log:
Update to 0.9.5 release
---
diff --git a/Sys-Virt-0.9.4-abort-job.patch b/Sys-Virt-0.9.4-abort-job.patch
deleted file mode 100644
index d2b4ed2..0000000
--- a/Sys-Virt-0.9.4-abort-job.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-commit 9aab5b096e035064f328c74a55d0a1cf0d1dc29f
-Author: Daniel P. Berrange <berrange@redhat.com>
-Date: Wed Aug 3 17:21:25 2011 +0100
-
- Re-add virDomainAbortJob binding accidentally removed
-
-diff --git a/Virt.xs b/Virt.xs
-index e798a27..b8e17f9 100644
---- a/Virt.xs
-+++ b/Virt.xs
-@@ -2258,6 +2258,15 @@ get_job_info(dom)
-
-
- void
-+abort_job(dom)
-+ virDomainPtr dom;
-+ PPCODE:
-+ if (virDomainAbortJob(dom) < 0) {
-+ _croak_error(virGetLastError());
-+ }
-+
-+
-+void
- abort_block_job(dom, path, flags=0)
- virDomainPtr dom;
- const char *path;
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@redhat.com> - 0.9.5-1
+- Update to 0.9.5 release
+
* Wed Aug 3 2011 Daniel P. Berrange <berrange@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
reply other threads:[~2026-06-30 7:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178280463983.1.9884929943700058091.rpms-perl-Sys-Virt-356296c93aea@fedoraproject.org \
--to=berrange@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox