Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2013-06-19 14:56:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SQL-Statement (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SQL-Statement.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SQL-Statement"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SQL-Statement/perl-SQL-Statement.changes    
2011-09-23 12:38:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
    2013-06-19 14:56:14.000000000 +0200
@@ -1,0 +2,34 @@
+Tue Jun 18 09:42:11 UTC 2013 - co...@suse.com
+
+- updated to 1.405
+  [Bug fixes]
+  * INSERT now expands incomplete rows (Thanks to H.Merijn Brand)
+  
+  Version 1.404, released May 23, 2013
+  -------------------------------------------------
+  [Bug fixes]
+  * re-enable cleanup test_output* after test done
+  * recommend Text::Soundex and do soundex-test only when have it,
+    because it's going to be removed from core for Perl 5.19 (thank Merijn)
+  
+  Version 1.403, released May 22, 2013
+  -------------------------------------------------
+  [Bug fixes]
+  * fix documentation (rt#84889 - thanks Xavier Guimard and Florian,
+    rt#85257 - thanks Andreas Koenig)
+  
+  Version 1.402, released December 19, 2012
+  -------------------------------------------------
+  
+  [Misc]
+  * add Math::Complex 1.56 as recommendation (RT#81926, Sam Ferencik)
+  * add Math::BigInt 1.88 as recommendation (RT#81927, Sam Ferencik)
+  * clarify Test::Simple 1.90 is required for building (RT#81925, Sam Ferencik)
+  
+  [Bug fixes]
+  * fix leaking reference to open tables outside SQL::Statement::execute
+    (fixes RT#81523)
+  * looks_like_number identifies 'nan' as number sometimes (add regex to
+    t/06virtual.t)
+
+-------------------------------------------------------------------

Old:
----
  SQL-Statement-1.33.tar.gz

New:
----
  SQL-Statement-1.405.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-SQL-Statement.spec ++++++
--- /var/tmp/diff_new_pack.rxDW0h/_old  2013-06-19 14:56:15.000000000 +0200
+++ /var/tmp/diff_new_pack.rxDW0h/_new  2013-06-19 14:56:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,31 +16,44 @@
 #
 
 
-
 Name:           perl-SQL-Statement
-Version:        1.33
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        1.405
+Release:        0
 %define cpan_name SQL-Statement
 Summary:        SQL parsing and processing engine
-Url:            http://search.cpan.org/dist/SQL-Statement/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/R/RE/REHSACK/SQL-Statement-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Url:            http://search.cpan.org/dist/SQL-Statement/
+Source:         
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
 BuildRequires:  perl(Clone) >= 0.30
-BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Math::BigInt) >= 1.88
+BuildRequires:  perl(Math::Complex) >= 1.56
 BuildRequires:  perl(Params::Util) >= 1.00
-BuildRequires:  perl(Scalar::Util) >= 1.0
-Requires:       perl(Carp)
+BuildRequires:  perl(Test::Simple) >= 0.90
+#BuildRequires: perl(SQL::Dialects::Role)
+#BuildRequires: perl(SQL::Eval)
+#BuildRequires: perl(SQL::Parser)
+#BuildRequires: perl(SQL::Statement)
+#BuildRequires: perl(SQL::Statement::Function)
+#BuildRequires: perl(SQL::Statement::Functions)
+#BuildRequires: perl(SQL::Statement::Operation)
+#BuildRequires: perl(SQL::Statement::Placeholder)
+#BuildRequires: perl(SQL::Statement::RAM)
+#BuildRequires: perl(SQL::Statement::Term)
+#BuildRequires: perl(SQL::Statement::TermFactory)
+#BuildRequires: perl(SQL::Statement::Util)
+#BuildRequires: perl(SQLtest)
+#BuildRequires: perl(SQL::UserDefs)
+#BuildRequires: perl(TestLib)
 Requires:       perl(Clone) >= 0.30
-Requires:       perl(Data::Dumper)
 Requires:       perl(Params::Util) >= 1.00
-Requires:       perl(Scalar::Util) >= 1.0
+Recommends:     perl(Math::BigInt) >= 1.88
+Recommends:     perl(Math::Complex) >= 1.56
+Recommends:     perl(Text::Soundex) >= 3.03_01
 %{perl_requires}
 
 %description
@@ -64,6 +77,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -77,11 +91,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README xt
+%defattr(-,root,root,755)
+%doc Changes README README.md
 
 %changelog

++++++ SQL-Statement-1.33.tar.gz -> SQL-Statement-1.405.tar.gz ++++++
++++ 4735 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to