rpms/perl-SVG/F-9 .cvsignore, 1.6, 1.7 perl-SVG.spec, 1.9, 1.10 sources, 1.7, 1.8

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Wed Jun 4 07:14:35 UTC 2008


Author: alexlan

Update of /cvs/extras/rpms/perl-SVG/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22379

Modified Files:
	.cvsignore perl-SVG.spec sources 
Log Message:
- Update to latest upstream (2.44)
- Fix spec file syntax (#449663)
- Add BR: perl(Test::More)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-SVG/F-9/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	19 Mar 2008 06:26:42 -0000	1.6
+++ .cvsignore	4 Jun 2008 07:13:35 -0000	1.7
@@ -1 +1 @@
-SVG-2.37.tar.gz
+SVG-2.44.tar.gz


Index: perl-SVG.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-SVG/F-9/perl-SVG.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-SVG.spec	19 Mar 2008 06:26:42 -0000	1.9
+++ perl-SVG.spec	4 Jun 2008 07:13:35 -0000	1.10
@@ -1,5 +1,5 @@
 Name:           perl-SVG
-Version:        2.37
+Version:        2.44
 Release:        1%{?dist}
 Summary:        An extension to generate stand-alone or inline SGV
 Group:          Development/Libraries
@@ -10,6 +10,7 @@
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -55,7 +56,7 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
-%check || :
+%check
 make test
 
 
@@ -71,6 +72,11 @@
 
 
 %changelog
+* Tue Jun  3 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.44-1
+- Update to latest upstream (2.44)
+- Fix spec file syntax (#449663)
+- Add BR: perl(Test::More)
+
 * Tue Mar 18 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.37-1
 - New upstream release (2.37)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-SVG/F-9/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	19 Mar 2008 06:26:42 -0000	1.7
+++ sources	4 Jun 2008 07:13:35 -0000	1.8
@@ -1 +1 @@
-7babe9f362ba5b12834291fb67b3aea9  SVG-2.37.tar.gz
+697aab04d7edf71bfb761d399b943165  SVG-2.44.tar.gz




More information about the fedora-extras-commits mailing list