rpms/perl-DBD-MySQL/devel .cvsignore, 1.16, 1.17 perl-DBD-MySQL.spec, 1.31, 1.32 sources, 1.16, 1.17 filter-requires-dbdmysql.sh, 1.1, NONE

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Thu Jun 7 20:38:12 UTC 2007


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-DBD-MySQL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21806

Modified Files:
	.cvsignore perl-DBD-MySQL.spec sources 
Removed Files:
	filter-requires-dbdmysql.sh 
Log Message:
New version from CPAN: 4.004


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-MySQL/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	2 Dec 2006 18:25:40 -0000	1.16
+++ .cvsignore	7 Jun 2007 20:37:37 -0000	1.17
@@ -1 +1 @@
-DBD-mysql-3.0008.tar.gz
+DBD-mysql-4.004.tar.gz


Index: perl-DBD-MySQL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-MySQL/devel/perl-DBD-MySQL.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- perl-DBD-MySQL.spec	2 Dec 2006 18:25:40 -0000	1.31
+++ perl-DBD-MySQL.spec	7 Jun 2007 20:37:37 -0000	1.32
@@ -1,13 +1,12 @@
 Name:           perl-DBD-MySQL
-Version:        3.0008
-Release: 	1%{?dist}
+Version:        4.004
+Release:        1%{?dist}
 Summary:        A MySQL interface for perl
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/DBD-mysql/
 Source0:        http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
-Source1:        filter-requires-dbdmysql.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl >= 1:5.6.1
@@ -16,8 +15,6 @@
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Provides:       perl-DBD-mysql = %{version}-%{release}
 
-%define __perl_requires %{SOURCE1}
-
 %description 
 An implementation of DBI for MySQL for Perl.
 
@@ -28,9 +25,10 @@
 find . -type f -exec chmod -x {} ';'
 
 
+
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor --ssl
-make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" --ssl
+make %{?_smp_mflags}
 
 
 %install
@@ -46,7 +44,7 @@
 mv -f "${file}_" "$file"
 
 
-%check || :
+%check
 # Full test coverage requires a live MySQL database
 # make test
 
@@ -60,12 +58,15 @@
 %doc ChangeLog INSTALL.html README TODO
 %{perl_vendorarch}/Bundle/
 %{perl_vendorarch}/DBD/
-%{perl_vendorarch}/Mysql*
 %{perl_vendorarch}/auto/DBD/
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Jun 07 2007 Robin Norwood <rnorwood at redhat.com> - 4.004-1
+- New version from CPAN: 4.004
+- Move requires filter into spec file
+
 * Sat Dec 02 2006 Robin Norwood <rnorwood at redhat.com> - 3.0008-1
 - New version from CPAN: 3.0008
 
@@ -141,49 +142,49 @@
 * Wed Nov 20 2002 Chip Turner <cturner at redhat.com>
 - rebuild
 
-* Wed Aug  7 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.1017-3
+* Wed Aug  7 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.1017-3
 - Rebuild
 
-* Tue Jun 25 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.1017-2
+* Tue Jun 25 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.1017-2
 - Rebuild, to fix #66304
 
-* Wed Jun  5 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.1017-1
+* Wed Jun  5 2002 Trond Eivind Glomsrød <teg at redhat.com> 2.1017-1
 - New version - no longer integrated into msql-mysql modules
 
 * Thu May 23 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Fri Feb 22 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-6
+* Fri Feb 22 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-6
 - Rebuild
 
 * Fri Feb  8 2002 Chip Turner <cturner at minbar.devel.redhat.com>
 - filter out "soft" dependencies: perl(Data::ShowTable)
 
-* Thu Feb  7 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-4
+* Thu Feb  7 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-4
 - Rebuild
 
-* Tue Jan 22 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-3
+* Tue Jan 22 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-3
 - Rebuild
 
 * Wed Jan 09 2002 Tim Powers <timp at redhat.com>
 - automated rebuild
 
-* Tue Jan  8 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-1
+* Tue Jan  8 2002 Trond Eivind Glomsrød <teg at redhat.com> 1.2219-1
 - 1.2219
 
-* Fri Jul 20 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Fri Jul 20 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - Add zlib-devel to buildrequires (#49536)
 
-* Sun Jul  1 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Sun Jul  1 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - Add perl and perl-DBI to BuildRequires
 
-* Wed May 30 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Wed May 30 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - Change Group to Applications/Databases
 
-* Tue May  1 2001 Trond Eivind Glomsrød <teg at redhat.com>
+* Tue May  1 2001 Trond Eivind Glomsrød <teg at redhat.com>
 - 1.2216
 - Add doc files
 - Minor cleanups
 
-* Thu Nov 30 2000 Trond Eivind Glomsrød <teg at redhat.com>
+* Thu Nov 30 2000 Trond Eivind Glomsrød <teg at redhat.com>
 - First cut


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBD-MySQL/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	2 Dec 2006 18:25:40 -0000	1.16
+++ sources	7 Jun 2007 20:37:37 -0000	1.17
@@ -1 +1 @@
-82b1f898ec26c1a12cc87e00b30f313f  DBD-mysql-3.0008.tar.gz
+ba89b04b003dec320c893f2553a98ede  DBD-mysql-4.004.tar.gz


--- filter-requires-dbdmysql.sh DELETED ---




More information about the fedora-extras-commits mailing list