rpms/perl-DateTime-Format-DBI/F-9 perl-DateTime-Format-DBI.spec, 1.1, 1.2 sources, 1.2, 1.3

Chris Weyl cweyl at fedoraproject.org
Sun Oct 26 05:15:39 UTC 2008


Author: cweyl

Update of /cvs/extras/rpms/perl-DateTime-Format-DBI/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22318

Modified Files:
	perl-DateTime-Format-DBI.spec sources 
Log Message:
* Sat Oct 25 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.032-1
- update to 0.032
- drop more_dbds.patch -- incorperated upstream



Index: perl-DateTime-Format-DBI.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/F-9/perl-DateTime-Format-DBI.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-DateTime-Format-DBI.spec	24 Jul 2008 23:03:10 -0000	1.1
+++ perl-DateTime-Format-DBI.spec	26 Oct 2008 05:15:09 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-DateTime-Format-DBI
-Version:        0.031
-Release:        3%{?dist}
+Version:        0.032
+Release:        1%{?dist}
 Summary:        Find a parser class for a database connection
 License:        GPL+ or Artistic 
 Group:          Development/Libraries
@@ -20,6 +20,12 @@
 AutoProv:       no
 Provides:       perl(DateTime::Format::DBI) = %{version}
 
+# require the dbd-specific datetime formats, so this "just works" the way we
+# expect it to.
+Requires:       perl(DateTime::Format::MySQL)
+Requires:       perl(DateTime::Format::Pg)
+Requires:       perl(DateTime::Format::DB2)
+
 %description
 This module finds a DateTime::Format::* class that is suitable for the use
 with a given DBI connection (and DBD::* driver).
@@ -65,6 +71,15 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 25 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.032-1
+- update to 0.032
+- drop more_dbds.patch -- incorperated upstream
+
+* Wed Sep 03 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.031-4
+- add the dbd-specific DateTime::Format's as requires.  Makes sense that
+  installing this package should have stuff "just work".
+- patch for additional DBD support (just DB2 at this point)
+
 * Thu Jul 24 2008 Chris Weyl <cweyl at alumni.drew.edu> 0.031-3
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-DBI/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Jul 2008 23:03:10 -0000	1.2
+++ sources	26 Oct 2008 05:15:09 -0000	1.3
@@ -1 +1 @@
-97efe8dfe3a6e68cfb9489c451cd16dd  DateTime-Format-DBI-0.031.tar.gz
+f9afc049166a72da90d32337ed167c0d  DateTime-Format-DBI-0.032.tar.gz




More information about the fedora-extras-commits mailing list