rpms/perl-Config-General/devel perl-Config-General-2.42-system-ixhash.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 perl-Config-General.spec, 1.18, 1.19 sources, 1.11, 1.12

Ville Skyttä scop at fedoraproject.org
Sun Jan 4 16:33:10 UTC 2009


Author: scop

Update of /cvs/pkgs/rpms/perl-Config-General/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14695

Modified Files:
	.cvsignore perl-Config-General.spec sources 
Added Files:
	perl-Config-General-2.42-system-ixhash.patch 
Log Message:
* Sun Jan  4 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.42-1
- 2.42.
- Patch test suite to use system installed Tie::IxHash.
- Fix some spelling errors in %description.
- Use Source0: instead of Source:.


perl-Config-General-2.42-system-ixhash.patch:

--- NEW FILE perl-Config-General-2.42-system-ixhash.patch ---
diff -up Config-General-2.42/t/run.t~ Config-General-2.42/t/run.t
--- Config-General-2.42/t/run.t~	2008-12-17 23:09:33.000000000 +0200
+++ Config-General-2.42/t/run.t	2009-01-04 18:19:41.000000000 +0200
@@ -14,7 +14,8 @@ use Test::More tests => 50;
 # ahem, we deliver the test code with a local copy of
 # the Tie::IxHash module so we can do tests on sorted
 # hashes without dependency to Tie::IxHash.
-use lib qw(t);
+# ahem, in this rpm we don't (we want to test with the system installed one)
+#use lib qw(t);
 use Tie::IxHash;
 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	21 Jun 2008 09:35:48 -0000	1.11
+++ .cvsignore	4 Jan 2009 16:32:39 -0000	1.12
@@ -1 +1 @@
-Config-General-2.40.tar.gz
+Config-General-2.42.tar.gz


Index: perl-Config-General.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/perl-Config-General.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- perl-Config-General.spec	21 Jun 2008 09:35:48 -0000	1.18
+++ perl-Config-General.spec	4 Jan 2009 16:32:39 -0000	1.19
@@ -1,29 +1,31 @@
 Name:           perl-Config-General
-Version:        2.40
+Version:        2.42
 Release:        1%{?dist}
 Summary:        Generic configuration module for Perl
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Config-General/
-Source:         http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{version}.tar.gz
+Patch0:         %{name}-2.42-system-ixhash.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Tie::IxHash)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
-This module opens a config file and parses it's contents for
+This module opens a config file and parses its contents for
 you. After parsing the module returns a hash structure which contains
 the representation of the config file.
 The format of config files supported by Config::General is inspired by
-the well known apache config format, in fact, this module is 100%
-read-compatible to apache configs, but you can also just use simple
+the well known Apache config format, in fact, this module is 100%
+read-compatible with Apache configs, but you can also just use simple
 name/value pairs in your config files.
-In addition to the capabilities of a apache config file it supports
-some enhancements such as here-documents, C- style comments or
+In addition to the capabilities of an Apache config file it supports
+some enhancements such as here-documents, C-style comments or
 multiline options. It is also possible to save the config back to
 disk, which makes the module a perfect backend for configuration
 interfaces.
@@ -33,6 +35,8 @@
 
 %prep
 %setup -q -n Config-General-%{version}
+%patch0 -p1
+rm -r t/Tie
 f=Changelog ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f
 
 
@@ -65,6 +69,12 @@
 
 
 %changelog
+* Sun Jan  4 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.42-1
+- 2.42.
+- Patch test suite to use system installed Tie::IxHash.
+- Fix some spelling errors in %%description.
+- Use Source0: instead of Source:.
+
 * Sat Jun 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.40-1
 - 2.40.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	21 Jun 2008 09:35:48 -0000	1.11
+++ sources	4 Jan 2009 16:32:40 -0000	1.12
@@ -1 +1 @@
-cbb860739f2097c4202c225981dcbcf0  Config-General-2.40.tar.gz
+2b4d586151de7de521dd415be08b4cd5  Config-General-2.42.tar.gz




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