rpms/perl-WWW-Bugzilla/devel .cvsignore, 1.2, 1.3 perl-WWW-Bugzilla.spec, 1.1, 1.2 sources, 1.2, 1.3

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sun Apr 22 15:28:39 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/perl-WWW-Bugzilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27161

Modified Files:
	.cvsignore perl-WWW-Bugzilla.spec sources 
Log Message:
Update to 0.9.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Bugzilla/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Jun 2006 17:00:13 -0000	1.2
+++ .cvsignore	22 Apr 2007 15:28:05 -0000	1.3
@@ -1 +1 @@
-WWW-Bugzilla-0.8.tar.gz
+WWW-Bugzilla-0.9.tar.gz


Index: perl-WWW-Bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Bugzilla/devel/perl-WWW-Bugzilla.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-WWW-Bugzilla.spec	21 Jun 2006 17:00:13 -0000	1.1
+++ perl-WWW-Bugzilla.spec	22 Apr 2007 15:28:05 -0000	1.2
@@ -5,7 +5,7 @@
 #
 
 Name:           perl-WWW-Bugzilla
-Version:        0.8
+Version:        0.9
 Release:        1%{?dist}
 Summary:        Handles submission/update of bugzilla bugs via WWW::Mechanize
 
@@ -17,7 +17,7 @@
 
 BuildArch:      noarch
 BuildRequires:  perl(Class::MethodMaker) >= 1.08
-BuildRequires:  perl(WWW::Mechanize) >= 0.40
+BuildRequires:  perl(WWW::Mechanize) >= 1.22
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(Class::MethodMaker) >= 1.08
 
@@ -41,7 +41,7 @@
 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 d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 
@@ -61,6 +61,9 @@
 
 
 %changelog
+* Sat Apr 21 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.9-1
+- Update to 0.9.
+
 * Mon Jun 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.8-1
 - Update to 0.8.
 - Red Hat's bugzilla logins are now working


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Bugzilla/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Jun 2006 17:00:13 -0000	1.2
+++ sources	22 Apr 2007 15:28:05 -0000	1.3
@@ -1 +1 @@
-0bc73f27fe485acfd8d23a6a21a94d01  WWW-Bugzilla-0.8.tar.gz
+c30ee4a725bad258994683060c760b3a  WWW-Bugzilla-0.9.tar.gz




More information about the scm-commits mailing list