rpms/perl-Sys-Virt/devel .cvsignore, 1.4, 1.5 perl-Sys-Virt.spec, 1.17, 1.18 sources, 1.4, 1.5 perl-Sys-Virt-free.patch, 1.1, NONE

Štěpán Kasal kasal at fedoraproject.org
Wed Aug 26 15:03:35 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-Sys-Virt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv389

Modified Files:
	.cvsignore perl-Sys-Virt.spec sources 
Removed Files:
	perl-Sys-Virt-free.patch 
Log Message:
- new upstream version
- remove upstreamed patch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	30 Mar 2009 15:18:07 -0000	1.4
+++ .cvsignore	26 Aug 2009 15:03:34 -0000	1.5
@@ -1 +1 @@
-Sys-Virt-0.2.0.tar.gz
+Sys-Virt-0.2.1.tar.gz


Index: perl-Sys-Virt.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/perl-Sys-Virt.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- perl-Sys-Virt.spec	26 Jul 2009 16:38:01 -0000	1.17
+++ perl-Sys-Virt.spec	26 Aug 2009 15:03:35 -0000	1.18
@@ -1,18 +1,17 @@
 Name:           perl-Sys-Virt
-Version:        0.2.0
-Release:        3%{?dist}
+Version:        0.2.1
+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:         %{name}-free.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.6.1
+BuildRequires:  libvirt-devel >= 0.6.4
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -22,7 +21,6 @@ virtualization containers to be managed 
 
 %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
@@ -41,9 +39,9 @@ rm -rf $RPM_BUILD_ROOT
 
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+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/*
 
@@ -61,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Aug 26 2009 Stepan Kasal <skasal at redhat.com> - 0.2.1-1
+- new upstream version
+- remove upstreamed patch
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Virt/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	30 Mar 2009 15:18:07 -0000	1.4
+++ sources	26 Aug 2009 15:03:35 -0000	1.5
@@ -1 +1 @@
-c8968a476c9130521b317f9f729a22d9  Sys-Virt-0.2.0.tar.gz
+d87ebf92922a66412124b0ee9544dd6d  Sys-Virt-0.2.1.tar.gz


--- perl-Sys-Virt-free.patch DELETED ---




More information about the Fedora-perl-devel-list mailing list