rpms/perl-SQL-Statement/devel .cvsignore, 1.4, 1.5 perl-SQL-Statement.spec, 1.13, 1.14 sources, 1.4, 1.5

Petr Pisar ppisar at fedoraproject.org
Tue Jun 8 13:55:18 UTC 2010


Author: ppisar

Update of /cvs/pkgs/rpms/perl-SQL-Statement/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28282

Modified Files:
	.cvsignore perl-SQL-Statement.spec sources 
Log Message:
1.27 bump


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SQL-Statement/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	23 Sep 2009 17:42:02 -0000	1.4
+++ .cvsignore	8 Jun 2010 13:55:17 -0000	1.5
@@ -1 +1 @@
-SQL-Statement-1.20.tar.gz
+SQL-Statement-1.27.tar.gz


Index: perl-SQL-Statement.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SQL-Statement/devel/perl-SQL-Statement.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-SQL-Statement.spec	6 May 2010 13:45:25 -0000	1.13
+++ perl-SQL-Statement.spec	8 Jun 2010 13:55:18 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Statement
-Version:        1.20
-Release:        3%{?dist}
+Version:        1.27
+Release:        1%{?dist}
 Summary:        SQL parsing and processing engine
 
 Group:          Development/Libraries
@@ -16,7 +16,9 @@ BuildRequires:  perl(Test::Simple) >= 0.
 BuildRequires:  perl(Clone) >= 0.30
 BuildRequires:  perl(Params::Util) >= 1.00
 # for tests only:
-BuildRequires:  perl(DBD::CSV) perl(DBD::XBase)
+BuildRequires:  perl(DBD::CSV)
+BuildRequires:  perl(DBD::File) >= 0.37
+BuildRequires:  perl(DBD::XBase)
 
 %description
 The SQL::Statement module implements a pure Perl SQL parsing and execution
@@ -33,6 +35,7 @@ find  -type f -perm /111 | xargs chmod -
 
 
 %build
+export SQL_STATEMENT_WARN_UPDATE=sure
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
@@ -46,9 +49,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-# It is known that several tests fail in 1.20, all of them were fixed in
-# 1.21_1, but it is not easy to separate the fixes from other changes.
-make test || :
+make test
 
 
 %clean
@@ -63,6 +64,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun  8 2010 Petr Pisar <ppisar at redhat.com> - 1.27-1
+- 1.27 bump (do not backport, 1.22 lower-cases unqouted identifiers)
+- Make tests fatal again
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.20-3
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-SQL-Statement/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	23 Sep 2009 17:42:02 -0000	1.4
+++ sources	8 Jun 2010 13:55:18 -0000	1.5
@@ -1 +1 @@
-74b70971b60a44ab9d93071d91b4d258  SQL-Statement-1.20.tar.gz
+6c8866414d657b2ee36eef0c4db4164e  SQL-Statement-1.27.tar.gz



More information about the scm-commits mailing list