Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory
checked in at Mon Aug 8 15:52:43 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Sys-Virt/perl-Sys-Virt.changes    
2011-08-05 00:14:57.000000000 +0200
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------
+Thu Aug  4 16:13:09 MDT 2011 - [email protected]
+
+- Update to 0.9.4
+ - Add all new APIs in libvirt 0.9.4
+ - Requires libvirt >= 0.9.4
+ - Add missing VIR_DUMP_* and VIR_MIGRATE_* constants
+   from previous releases
+
+-------------------------------------------------------------------
+Wed Jul 13 09:29:13 MDT 2011 - [email protected]
+
+- Update to 0.9.2
+ - Changed version numbering to track the corresponding minimum
+   required libvirt releases
+ - Add all new APIs in libvirt 0.9.2
+ - Requires libvirt >= 0.9.2
+
+-------------------------------------------------------------------
+Fri Jul  1 17:02:37 MDT 2011 - [email protected]
+
+- Update to 0.2.7
+ - Honour flags parameter when dumping XML
+ - Use thread local error APIs exclusively
+ - Fix bogus extra URI parameter in migrate_to_uri function
+ - Implement all virStream APIs in Sys::Virt::Stream
+ - Impement virDomainGetSysinfo binding
+ - Call virInitialize when loading module
+ - Add all missing error constants
+ - Requires libvirt >= 0.8.8
+
+-------------------------------------------------------------------
+Tue Jun 28 15:26:12 MDT 2011 - [email protected]
+
+- Initial packaging of libvirt perl bindings for SUSE

calling whatdependson for head-i586


New:
----
  Sys-Virt-0.9.4.tar.gz
  perl-Sys-Virt.changes
  perl-Sys-Virt.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Sys-Virt.spec ++++++
#
# spec file for package perl-Sys-Virt
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Sys-Virt
Version:        0.9.4
Release:        1
License:        GPL+
%define cpan_name Sys-Virt
Summary:        Represent and manage a libvirt hypervisor connection
Url:            http://search.cpan.org/dist/Sys-Virt/
Group:          Development/Libraries/Perl
Source:         %{cpan_name}-%{version}.tar.gz
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
BuildRequires:  perl(XML::XPath)
BuildRequires:  perl(XML::XPath::XMLParser)
BuildRequires:  libvirt-devel >= 0.9.4
BuildRequires:  perl-macros
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%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 %{cpan_name}-%{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="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc AUTHORS CHANGES HACKING LICENSE perl-Sys-Virt.spec README

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to