[libsys-virt-perl] 09/11: New upstream version 4.0.0

Salvatore Bonaccorso carnil at debian.org
Tue Jan 23 20:40:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit d8a10a0431bc6c0f911d9867d4bf25e30341caac
Merge: 17bbf88 4a9eaec
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Jan 23 21:38:46 2018 +0100

    New upstream version 4.0.0

 Changes                     | 11 +++++++++--
 HACKING                     |  4 ++--
 META.yml                    |  2 +-
 MYMETA.json                 |  2 +-
 MYMETA.yml                  |  2 +-
 Makefile.PL                 |  2 +-
 README                      |  2 +-
 Virt.xs                     |  6 +++---
 lib/Sys/Virt.pm             |  8 ++++----
 lib/Sys/Virt/Domain.pm      | 14 +++++++-------
 lib/Sys/Virt/Interface.pm   |  2 +-
 lib/Sys/Virt/NWFilter.pm    |  2 +-
 lib/Sys/Virt/Network.pm     |  4 ++--
 lib/Sys/Virt/NodeDevice.pm  |  4 ++--
 lib/Sys/Virt/Secret.pm      |  4 ++--
 lib/Sys/Virt/StoragePool.pm | 11 ++++-------
 lib/Sys/Virt/StorageVol.pm  |  8 ++++----
 lib/Sys/Virt/Stream.pm      |  2 +-
 perl-Sys-Virt.spec          |  2 +-
 19 files changed, 48 insertions(+), 44 deletions(-)

diff --cc META.yml
index eb1bd3d,0000000..8a59ce9
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,29 -1,0 +1,29 @@@
 +--- #YAML:1.0
 +name:         Sys-Virt
 +abstract:     Extension for the libvirt library
- version:      3.9.1
++version:      4.0.0
 +author:
 +  - Daniel P. Berrange <dan at berrange.com>
 +license: perl
 +generated_by: ExtUtils::MakeMaker version 6.30
 +build_requires:
 +   Test::More:                    0
 +   Test::Pod:                     0
 +   Test::Pod::Coverage:           0
 +   Test::CPAN::Changes:           0
 +   XML::XPath:                    0
 +   XML::XPath::XMLParser:         0
 +   Sys::Hostname:                 0
 +   Time::HiRes:                   0
 +
 +resources:
 +  license: http://dev.perl.org/licenses/
 +  homepage: http://libvirt.org/
 +  repository: http://libvirt.org/git/?p=libvirt-perl.git;a=summary
 +  MailingList: http://www.redhat.com/mailman/listinfo/libvir-list
 +
 +distribution_type: module
 +
 +meta-spec:
 +   version: 1.3
 +   url: http://module-build.sourceforge.net/META-spec-v1.3.html
diff --cc MYMETA.json
index d78701a,0000000..d209bed
mode 100644,000000..100644
--- a/MYMETA.json
+++ b/MYMETA.json
@@@ -1,47 -1,0 +1,47 @@@
 +{
 +   "abstract" : "unknown",
 +   "author" : [
 +      "Daniel Berrange <dan at berrange.com>"
 +   ],
 +   "dynamic_config" : 0,
 +   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010",
 +   "license" : [
 +      "unknown"
 +   ],
 +   "meta-spec" : {
 +      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
 +      "version" : 2
 +   },
 +   "name" : "Sys-Virt",
 +   "no_index" : {
 +      "directory" : [
 +         "t",
 +         "inc"
 +      ]
 +   },
 +   "prereqs" : {
 +      "build" : {
 +         "requires" : {
 +            "ExtUtils::MakeMaker" : "0"
 +         }
 +      },
 +      "configure" : {
 +         "requires" : {
 +            "ExtUtils::MakeMaker" : "0"
 +         }
 +      },
 +      "runtime" : {
 +         "requires" : {
 +            "Test::CPAN::Changes" : "0",
 +            "Test::More" : "0",
 +            "Test::Pod" : "0",
 +            "Test::Pod::Coverage" : "0",
 +            "Time::HiRes" : "0",
 +            "XML::XPath" : "0"
 +         }
 +      }
 +   },
 +   "release_status" : "stable",
-    "version" : "v3.9.1",
++   "version" : "v4.0.0",
 +   "x_serialization_backend" : "JSON::PP version 2.94"
 +}
diff --cc MYMETA.yml
index 9a68b63,0000000..9456d2d
mode 100644,000000..100644
--- a/MYMETA.yml
+++ b/MYMETA.yml
@@@ -1,28 -1,0 +1,28 @@@
 +---
 +abstract: unknown
 +author:
 +  - 'Daniel Berrange <dan at berrange.com>'
 +build_requires:
 +  ExtUtils::MakeMaker: '0'
 +configure_requires:
 +  ExtUtils::MakeMaker: '0'
 +dynamic_config: 0
 +generated_by: 'ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter version 2.150010'
 +license: unknown
 +meta-spec:
 +  url: http://module-build.sourceforge.net/META-spec-v1.4.html
 +  version: '1.4'
 +name: Sys-Virt
 +no_index:
 +  directory:
 +    - t
 +    - inc
 +requires:
 +  Test::CPAN::Changes: '0'
 +  Test::More: '0'
 +  Test::Pod: '0'
 +  Test::Pod::Coverage: '0'
 +  Time::HiRes: '0'
 +  XML::XPath: '0'
- version: v3.9.1
++version: v4.0.0
 +x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --cc perl-Sys-Virt.spec
index 65e284f,0000000..7c0b5c4
mode 100644,000000..100644
--- a/perl-Sys-Virt.spec
+++ b/perl-Sys-Virt.spec
@@@ -1,61 -1,0 +1,61 @@@
 +# Automatically generated by perl-Sys-Virt.spec.PL
 +
 +Name:           perl-Sys-Virt
- Version:        3.9.1
++Version:        4.0.0
 +Release:        1%{?dist}%{?extra_release}
 +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
 +BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 +BuildRequires:  perl(ExtUtils::MakeMaker)
 +BuildRequires:  perl(Test::Pod)
 +BuildRequires:  perl(Test::Pod::Coverage)
 +BuildRequires:  perl(Test::CPAN::Changes)
 +BuildRequires:  perl(XML::XPath)
 +BuildRequires:  perl(Time::HiRes)
 +BuildRequires:  libvirt-devel >= %{version}
 +Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 +
 +%description
 +The Sys::Virt module provides a Perl XS binding to the libvirt virtual
 +machine management APIs. This allows machines running within arbitrary
 +virtualization containers to be managed with a consistent API.
 +
 +%prep
 +%setup -q -n Sys-Virt-%{version}
 +
 +sed -i -e '/Sys-Virt\.spec/d' Makefile.PL
 +sed -i -e '/\.spec\.PL$/d' MANIFEST
 +rm -f *.spec.PL
 +
 +%build
 +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 +make %{?_smp_mflags}
 +
 +%install
 +rm -rf $RPM_BUILD_ROOT
 +
 +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 +
 +find $RPM_BUILD_ROOT -type f \( -name .packlist -o -name '*.bs' -empty \) |
 +	xargs rm -f
 +find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 +
 +%{_fixperms} $RPM_BUILD_ROOT/*
 +
 +%check
 +make test
 +
 +%clean
 +rm -rf $RPM_BUILD_ROOT
 +
 +%files
 +%defattr(-,root,root,-)
 +%doc AUTHORS Changes LICENSE README examples/
 +%{perl_vendorarch}/auto/*
 +%{perl_vendorarch}/Sys*
 +%{_mandir}/man3/*
 +
 +%changelog

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsys-virt-perl.git



More information about the Pkg-perl-cvs-commits mailing list