[libvirt] [perl PATCH] Post-release version bump to 1.3.0

Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- Makefile.PL | 2 +- README | 2 +- lib/Sys/Virt.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 709be83..4ae538f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. -my $libvirtver = "1.2.21"; +my $libvirtver = "1.3.0"; my $stat = system "pkg-config --atleast-version=$libvirtver libvirt"; die "cannot run pkg-config to check libvirt version" if $stat == -1; die "libvirt >= $libvirtver is required\n" unless $stat == 0; diff --git a/README b/README index 757d652..a942d66 100644 --- a/README +++ b/README @@ -7,6 +7,6 @@ further details on libvirt consult its website http://libvirt.org/ The only pre-requisite for this module is libvirt itself. For installation instructions, consult the INSTALL file. -The current minimum required version of libvirt is 1.2.21 +The current minimum required version of libvirt is 1.3.0 -- End diff --git a/lib/Sys/Virt.pm b/lib/Sys/Virt.pm index 0371d08..9e7c6d9 100644 --- a/lib/Sys/Virt.pm +++ b/lib/Sys/Virt.pm @@ -78,7 +78,7 @@ use Sys::Virt::NWFilter; use Sys::Virt::DomainSnapshot; use Sys::Virt::Stream; -our $VERSION = '1.2.21'; +our $VERSION = '1.3.0'; require XSLoader; XSLoader::load('Sys::Virt', $VERSION); -- 2.6.3

On Tue, Nov 24, 2015 at 01:41:33PM +0100, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- Makefile.PL | 2 +- README | 2 +- lib/Sys/Virt.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Need to add a dummy entry in Changes eg just put in a dummy date and changelog item [quote] 2015-12-00 1.3.0 - XXX [/quote] otherwise the unit tests will complain ACK with that change added. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On Tue, Nov 24, 2015 at 12:51:47PM +0000, Daniel P. Berrange wrote:
On Tue, Nov 24, 2015 at 01:41:33PM +0100, Pavel Hrdina wrote:
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- Makefile.PL | 2 +- README | 2 +- lib/Sys/Virt.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Need to add a dummy entry in Changes eg just put in a dummy date and changelog item
[quote] 2015-12-00 1.3.0
- XXX [/quote]
otherwise the unit tests will complain
ACK with that change added.
Thanks, I've updated the patch and pushed it. Pavel
participants (2)
-
Daniel P. Berrange
-
Pavel Hrdina