rpms/perl-XML-Grove/devel perl-XML-Grove-test.patch, NONE, 1.1 perl-XML-Grove.spec, 1.19, 1.20 test.patch, 1.1, NONE

Štěpán Kasal kasal at fedoraproject.org
Mon Sep 29 14:27:48 UTC 2008


Author: kasal

Update of /cvs/extras/rpms/perl-XML-Grove/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12586

Modified Files:
	perl-XML-Grove.spec 
Added Files:
	perl-XML-Grove-test.patch 
Removed Files:
	test.patch 
Log Message:
- cleaned up universe vs. tab conflict
- added an explanation why the Version tag does not conform to the rules

perl-XML-Grove-test.patch:

--- NEW FILE perl-XML-Grove-test.patch ---
diff -up XML-Grove-0.46alpha/t/grove.t.old XML-Grove-0.46alpha/t/grove.t
--- XML-Grove-0.46alpha/t/grove.t.old	2008-07-22 14:47:27.000000000 +0200
+++ XML-Grove-0.46alpha/t/grove.t	2008-07-22 14:46:42.000000000 +0200
@@ -13,6 +13,7 @@ use XML::Parser::PerlSAX;
 use XML::Grove::Builder;
 use XML::Grove::AsString;
 use XML::Grove::AsCanonXML;
+use utf8;
 
 $loaded = 1;
 print "ok 1\n";


Index: perl-XML-Grove.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-Grove/devel/perl-XML-Grove.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- perl-XML-Grove.spec	23 Jul 2008 06:23:29 -0000	1.19
+++ perl-XML-Grove.spec	29 Sep 2008 14:27:17 -0000	1.20
@@ -1,19 +1,23 @@
 Name:           perl-XML-Grove
+###### rpmlint error: E: invalid-version 0.46alpha
+# We use the version tag "0.46alpha" -- the traditional version number of
+# this module since Sep 1999, immutable through the ages, no matter what the
+# current Package Naming Guidelines say.
 Version:        0.46alpha
-Release:        33%{?dist}
+Release:        34%{?dist}
 Summary:        Simple access to infoset of parsed XML, HTML, or SGML instances
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/XML-Grove/
 Source0:        http://www.cpan.org/authors/id/K/KM/KMACLEOD/XML-Grove-%{version}.tar.bz2
-Patch1:			test.patch
+Patch1:         perl-XML-Grove-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl-libxml-perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 XML::Grove is a tree-based object model for accessing the information
@@ -55,6 +59,10 @@
 
 
 %changelog
+* Mon Sep 29 2008 Stepan Kasal <skasal at redhat.com> - 0.46alpha-34
+- cleaned up universe vs. tab conflict
+- added an explanation why the Version tag does not conform to the rules
+
 * Tue Jul 22 2008 Marcela Maslanova <mmaslano at redhat.com> - 0.46alpha-33
 - use utf8 in test -> all are passing
 


--- test.patch DELETED ---




More information about the fedora-extras-commits mailing list