diff --git a/SQL-Statement-1.28.tar.bz2 b/SQL-Statement-1.28.tar.bz2 deleted file mode 100644 index a8aa6d5..0000000 --- a/SQL-Statement-1.28.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e15f390724ff9c29a64b5cb81e6189f94f63e392014350236d1785ec56dd7892 -size 97242 diff --git a/SQL-Statement-1.30.tar.bz2 b/SQL-Statement-1.30.tar.bz2 new file mode 100644 index 0000000..25cf86c --- /dev/null +++ b/SQL-Statement-1.30.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6893e3d5a9a329a395d1529ecf7064893e925b4c1241eb604074dd20f03d328 +size 97537 diff --git a/perl-SQL-Statement.changes b/perl-SQL-Statement.changes index f3d1efb..ecd92ad 100644 --- a/perl-SQL-Statement.changes +++ b/perl-SQL-Statement.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 10 08:35:21 UTC 2010 - chris@computersalat.de + +- update to 1.30 + - [Bug fixes] + * remove blib directory from distfile +- Version 1.29, released August 1st, 2010 + - [Bug fixes] + * add some getters as documented in SQL::Statement::Structure + (fixes RT#59834, thanks John Wiersba) + * add missing import of function croak to SQL::Statement::Term::ColumnValue + * fix assignment of parser result (doesn't run with perl-5.13.3) +- spec mods + o rpmlint wrong-file-end-of-line-encoding + replaced dos2unix with %{__perl} -p -i -e "s|\r\n|\n|" + o removed BuildReq perl-macros + pkg only build for suse_version >= 1120, and perl-macros + is delivered with perl + ------------------------------------------------------------------- Tue Jul 20 13:07:15 UTC 2010 - chris@computersalat.de diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index a426f90..d0decd4 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-SQL-Statement (Version 1.28) +# spec file for package perl-SQL-Statement (Version 1.30) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,12 +17,12 @@ # norootforbuild -%bcond_with testsuite +%bcond_with opt Name: perl-SQL-Statement %define cpan_name SQL-Statement Summary: SQL parsing and processing engine -Version: 1.28 +Version: 1.30 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl @@ -31,11 +31,7 @@ Url: http://search.cpan.org/dist/SQL-Statement/ Source: %{cpan_name}-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: dos2unix BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros -%endif BuildRequires: perl(Carp) BuildRequires: perl(Clone) >= 0.30 BuildRequires: perl(Data::Dumper) @@ -44,8 +40,9 @@ BuildRequires: perl(DBD::File) >= 0.39 BuildRequires: perl(DBI::DBD::SqlEngine) >= 0.01 BuildRequires: perl(Params::Util) >= 1.00 BuildRequires: perl(Scalar::Util) >= 1.0 -# for testsuite -%if %{with testsuite} +BuildRequires: perl(Test::Simple) >= 0.90 +# optional for build +%if %{with opt} BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod::Coverage) >= 1.00 BuildRequires: perl(DBD::CSV) @@ -79,7 +76,7 @@ Authors: %prep %setup -q -n %{cpan_name}-%{version} # rpmlint wrong-file-end-of-line-encoding -dos2unix README +%{__perl} -p -i -e "s|\r\n|\n|" README # rpmlint: spurious-executable-perm %{__chmod} a-x Changes README # rpmlint: script-without-shebang