rpms/perl-DBIx-Class/devel perl-DBIx-Class.spec, 1.7, 1.8 verbose.patch, 1.1, 1.2 fix_startup_check.patch, 1.1, NONE there_is_no_0.73.patch, 1.1, NONE

Robert Scheck robert at fedoraproject.org
Sun Mar 22 18:03:01 UTC 2009


Author: robert

Update of /cvs/pkgs/rpms/perl-DBIx-Class/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30984

Modified Files:
	perl-DBIx-Class.spec verbose.patch 
Removed Files:
	fix_startup_check.patch there_is_no_0.73.patch 
Log Message:
- Added missing build requirement perl(Test::Deep) for make tests
- Re-diffed make tests patch for more verbosity when skipping tests



Index: perl-DBIx-Class.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBIx-Class/devel/perl-DBIx-Class.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-DBIx-Class.spec	26 Feb 2009 14:13:46 -0000	1.7
+++ perl-DBIx-Class.spec	22 Mar 2009 18:02:31 -0000	1.8
@@ -2,7 +2,7 @@
 
 Name:           perl-DBIx-Class
 Version:        0.08012
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Extensible and flexible object <-> relational mapper
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,8 +13,6 @@
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 ## patches...
-Patch0:         there_is_no_0.73.patch
-Patch2:         fix_startup_check.patch
 # make tests skip a little more verbosely
 Patch3:         verbose.patch
 
@@ -22,8 +20,9 @@
 BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(ExtUtils::MakeMaker) 
 BuildRequires:  perl(Scalar::Util) 
-bUIldRequires:  perl(Storable) 
+BuildRequires:  perl(Storable) 
 BuildRequires:  perl(Test::Builder) >= 0.32
+BuildRequires:  perl(Test::Deep)
 
 ## Dependencies
 BuildRequires:  perl(Carp::Clan) 
@@ -82,12 +81,6 @@
 %prep
 %setup -q -n DBIx-Class-%{version}
 
-# correct version reqs in Makefile.PL
-%patch0
-
-# don't complain; as near as I can tell this bug has been nixed in Fedora perl
-%patch2
-
 # tell us why we're skipping, eh?
 %patch3
 
@@ -151,6 +144,10 @@
 
 
 %changelog
+* Sun Mar 22 2009 Robert Scheck <robert at fedoraproject.org> 0.08012-3
+- Added missing build requirement perl(Test::Deep) for make tests
+- Re-diffed make tests patch for more verbosity when skipping tests
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08012-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 

verbose.patch:

Index: verbose.patch
===================================================================
RCS file: /cvs/pkgs/rpms/perl-DBIx-Class/devel/verbose.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- verbose.patch	2 Jun 2008 19:33:09 -0000	1.1
+++ verbose.patch	22 Mar 2009 18:02:31 -0000	1.2
@@ -1,5 +1,5 @@
---- t/86sqlt.t.orig	2008-04-09 18:38:26.386901609 -0700
-+++ t/86sqlt.t	2008-04-09 18:38:42.825891026 -0700
+--- t/86sqlt.t				2009-02-11 00:33:56.000000000 +0100
++++ t/86sqlt.t.verbose			2009-03-22 18:52:18.000000000 +0100
 @@ -6,7 +6,7 @@
  use DBICTest;
  
@@ -9,19 +9,19 @@
  
  my $schema = DBICTest->init_schema;
  
---- t/94versioning.t.orig	2008-04-09 18:40:14.843894626 -0700
-+++ t/94versioning.t	2008-04-09 18:40:29.297893113 -0700
+--- t/94versioning.t				2009-02-11 00:33:56.000000000 +0100
++++ t/94versioning.t.verbose			2009-03-22 18:52:47.000000000 +0100
 @@ -7,7 +7,7 @@
  BEGIN {
-     eval "use DBD::SQLite; use SQL::Translator 0.09;";
+     eval "use DBD::SQLite; use SQL::Translator 0.09003;";
      plan $@
--        ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09 for testing' )
-+        ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09 for testing: $@" )
+-        ? ( skip_all => 'needs DBD::SQLite and SQL::Translator 0.09003 for testing' )
++        ? ( skip_all => "needs DBD::SQLite and SQL::Translator 0.09003 for testing: $@" )
          : ( tests => 6 );
  }
  
---- t/cdbi-t/03-subclassing.t.orig	2008-04-09 19:04:38.142892256 -0700
-+++ t/cdbi-t/03-subclassing.t	2008-04-09 19:05:00.557893935 -0700
+--- t/cdbi-t/03-subclassing.t		2009-02-11 00:33:49.000000000 +0100
++++ t/cdbi-t/03-subclassing.t.verbose	2009-03-22 18:53:24.000000000 +0100
 @@ -8,11 +8,11 @@
  BEGIN {
    eval "use DBIx::Class::CDBICompat;";


--- fix_startup_check.patch DELETED ---


--- there_is_no_0.73.patch DELETED ---




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