rpms/perl-Config-General/EL-5 perl-Config-General.spec,1.11,1.12

Lubomir Rintel lkundrak at fedoraproject.org
Wed Oct 29 20:37:50 UTC 2008


Author: lkundrak

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

Modified Files:
	perl-Config-General.spec 
Log Message:
* Wed Oct 29 2008 Lubomir Rintel <lkundrak at v3.sk> - 2.38-0.1
- Import into EPEL-5



Index: perl-Config-General.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Config-General/EL-5/perl-Config-General.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Config-General.spec	24 Feb 2007 20:43:14 -0000	1.11
+++ perl-Config-General.spec	29 Oct 2008 20:37:20 -0000	1.12
@@ -1,16 +1,22 @@
 Name:           perl-Config-General
-Version:        2.32
-Release:        1%{?dist}
+Version:        2.38
+
+# IMPORTANT:
+# Never adjust this to be more than or equal 1!
+Release:        0.1%{?dist}
+# See: https://bugzilla.redhat.com/show_bug.cgi?id=462676
+
 Summary:        Generic configuration module for Perl
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -32,6 +38,7 @@
 
 %prep
 %setup -q -n Config-General-%{version}
+f=Changelog ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f
 
 
 %build
@@ -63,6 +70,26 @@
 
 
 %changelog
+* Wed Oct 29 2008 Lubomir Rintel <lkundrak at v3.sk> - 2.38-0.1
+- Import into EPEL-5
+
+* Tue Mar  4 2008 Ville Skyttä <ville.skytta at iki.fi> - 2.38-1
+- 2.38.
+
+* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.37-2
+- rebuild for new perl
+
+* Tue Nov 27 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.37-1
+- 2.37 (#398801).
+- Convert docs to UTF-8.
+
+* Tue Aug  7 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.33-2
+- License: GPL+ or Artistic
+
+* Wed Apr 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.33-1
+- 2.33.
+- BuildRequire perl(ExtUtils::MakeMaker) and perl(Test::More).
+
 * Sat Feb 24 2007 Ville Skyttä <ville.skytta at iki.fi> - 2.32-1
 - 2.32.
 




More information about the scm-commits mailing list