rpms/perl-Config-IniHash/devel perl-Config-IniHash.spec,1.4,1.5

Chris Weyl cweyl at fedoraproject.org
Thu Oct 2 04:00:34 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-Config-IniHash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15033

Modified Files:
	perl-Config-IniHash.spec 
Log Message:
* Wed Oct 01 2008 Chris Weyl <cweyl at alumni.drew.edu> 3.00.00-2
- add requires on Hash::Case, Hash::WithDefaults (rhbz#465164)



Index: perl-Config-IniHash.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Config-IniHash/devel/perl-Config-IniHash.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Config-IniHash.spec	9 Sep 2008 05:47:53 -0000	1.4
+++ perl-Config-IniHash.spec	2 Oct 2008 04:00:04 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           perl-Config-IniHash
 Version:        3.00.00 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl extension for reading and writing INI files
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,10 @@
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Hash::WithDefaults) >= 0.04
 
+# not automagically picked up
+Requires:       perl(Hash::Case)
+Requires:       perl(Hash::WithDefaults) >= 0.04
+
 %description
 This module reads and writes INI files.
 
@@ -53,6 +57,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 01 2008 Chris Weyl <cweyl at alumni.drew.edu> 3.00.00-2
+- add requires on Hash::Case, Hash::WithDefaults (rhbz#465164)
+
 * Mon Sep 08 2008 Chris Weyl <cweyl at alumni.drew.edu> 3.00.00-1
 - update to 3.00.00
 




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