commit perl-SQL-Statement for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2020-10-22 14:26:05

Comparing /work/SRC/openSUSE:Factory/perl-SQL-Statement (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SQL-Statement.new.3463 (New)


Package is "perl-SQL-Statement"

Thu Oct 22 14:26:05 2020 rev:32 rq:843357 version:1.414

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Statement/perl-SQL-Statement.changes
2017-04-12 18:17:49.680282325 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new.3463/perl-SQL-Statement.changes
  2020-10-22 14:26:56.219001000 +0200
@@ -1,0 +2,20 @@
+Thu Oct 22 03:22:24 UTC 2020 - Tina Müller 
+
+- updated to 1.414
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+  1.4142020-10-21
+  * re-release 1.413_001 without further changes
+
+  1.413_0012020-09-28
+  * Spell check
+  * Be specific in which files to skip from the distribution
+  * Author fixes
+  * Makefile.PL: port WriteMakefile1 from Hash::Merge
+  * .travis.yml: update for Xenial VMs
+  * cleanup MANIFEST.SKIP
+  * bump copyright year
+  * SQL::Parser correctly parse VALUES and SET clauses containing function 
invocations with several arguments
+patch provided by Edgar J. Holleis
+
+---

Old:

  SQL-Statement-1.412.tar.gz

New:

  SQL-Statement-1.414.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.eFjaef/_old  2020-10-22 14:26:56.683001416 +0200
+++ /var/tmp/diff_new_pack.eFjaef/_new  2020-10-22 14:26:56.687001421 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-SQL-Statement
-Version:1.412
+Version:1.414
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/SQL-Statement/
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -67,14 +67,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ SQL-Statement-1.412.tar.gz -> SQL-Statement-1.414.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.412/Changes 
new/SQL-Statement-1.414/Changes
--- old/SQL-Statement-1.412/Changes 2017-04-06 14:13:43.0 +0200
+++ new/SQL-Statement-1.414/Changes 2020-10-21 14:20:42.0 +0200
@@ -1,5 +1,19 @@
 Changes log for Perl extension SQL::Statement
 
+1.414  2020-10-21
+* re-release 1.413_001 without further changes
+
+1.413_001  2020-09-28
+* Spell check
+* Be specific in which files to skip from the distribution
+* Author fixes
+* Makefile.PL: port WriteMakefile1 from Hash::Merge
+* .travis.yml: update for Xenial VMs
+* cleanup MANIFEST.SKIP
+* bump copyright year
+* SQL::Parser correctly parse VALUES and SET clauses containing function 
invocations with several arguments
+  patch provided by Edgar J. Holleis
+
 1.412  2017-04-06
 * Release 1.411_001 without further changes as 1.412
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.412/MANIFEST.SKIP 
new/SQL-Statement-1.414/MANIFEST.SKIP
--- old/SQL-Statement-1.412/MANIFEST.SKIP   2015-05-20 20:40:59.0 
+0200
+++ new/SQL-Statement-1.414/MANIFEST.SKIP   2020-09-28 17:23:26.0 
+0200
@@ -26,10 +26,12 @@
 ~$
 .*\.planner
 \bxt
-^MYMETA\.json$
-^MY

commit perl-SQL-Statement for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2017-04-12 17:36:03

Comparing /work/SRC/openSUSE:Factory/perl-SQL-Statement (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SQL-Statement.new (New)


Package is "perl-SQL-Statement"

Wed Apr 12 17:36:03 2017 rev:31 rq:486676 version:1.412

Changes:

--- /work/SRC/openSUSE:Factory/perl-SQL-Statement/perl-SQL-Statement.changes
2016-04-22 16:24:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2017-04-12 18:17:49.680282325 +0200
@@ -1,0 +2,21 @@
+Fri Apr  7 06:45:08 UTC 2017 - co...@suse.com
+
+- updated to 1.412
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+  1.4122017-04-06
+  * Release 1.411_001 without further changes as 1.412
+  
+  1.411_001 2017-03-30
+  [Bug fixes]
+  * Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix
+typo on error handling) (thanks to Yanick Champoux, James R. Leu)
+  * fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar)
+  * fix test failing with blead-perl (Jens Rehsack)
+  
+  [Improvements]
+  * Refactor constraints processing (Ovidiu Gheorghies)
+  * Support parsing of complex JOIN clause (containing OR and ()'s) (James 
R. Leu)
+  * handle backtick quoting (Ben Hengst)
+
+---

Old:

  SQL-Statement-1.410.tar.gz

New:

  SQL-Statement-1.412.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.yfJr0T/_old  2017-04-12 18:17:50.336189574 +0200
+++ /var/tmp/diff_new_pack.yfJr0T/_new  2017-04-12 18:17:50.340189008 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   perl-SQL-Statement
-Version:1.410
+Version:1.412
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SQL-Statement/
-Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -83,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md
+%doc Changes GPL-1 GPL-2.0 README README.md
+%license ARTISTIC-1.0 LICENSE
 
 %changelog

++ SQL-Statement-1.410.tar.gz -> SQL-Statement-1.412.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.410/Changes 
new/SQL-Statement-1.412/Changes
--- old/SQL-Statement-1.410/Changes 2016-04-11 14:50:15.0 +0200
+++ new/SQL-Statement-1.412/Changes 2017-04-06 14:13:43.0 +0200
@@ -1,8 +1,23 @@
 Changes log for Perl extension SQL::Statement
 
+1.412  2017-04-06
+* Release 1.411_001 without further changes as 1.412
+
+1.411_001 2017-03-30
+[Bug fixes]
+* Fix http://www.perlmonks.org/?node_id=1167381 (NumericEval: fix
+  typo on error handling) (thanks to Yanick Champoux, James R. Leu)
+* fix repo url and t/02execute.t (Reini Urban, Mohammad S Anwar)
+* fix test failing with blead-perl (Jens Rehsack)
+
+[Improvements]
+* Refactor constraints processing (Ovidiu Gheorghies)
+* Support parsing of complex JOIN clause (containing OR and ()'s) (James 
R. Leu)
+* handle backtick quoting (Ben Hengst)
+
 1.410 2016-04-11
 [Bug fixes]
-* Fix RT#113625 - Unnecessary x-bits (Kent Fredric)
+* Fix RT#113625 - Unnecessary x-bits (Kent Fredric, Mohammad S Anwar)
 
 [Documentation]
 * pod2markdown README.md from lib/SQL/Statement.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.410/MANIFEST 
new/SQL-Statement-1.412/MANIFEST
--- old/SQL-Statement-1.410/MANIFEST2016-04-11 15:06:22.0 +0200
+++ new/SQL-Statement-1.412/MANIFEST2017-04-06 14:47:47.0 +0200
@@ -40,8 +40,11 @@
 t/10limit.t
 t/12eval.t
 t/14parse.t
+t/15parse.t
+t/16parse.t
 t/17quoting.t
 t/23dialects.t
+t/99backtick.t
 t/SQLtest.pm
 t/TestLib.pm
 META.yml  

commit perl-SQL-Statement for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2016-04-22 16:24:22

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
2016-04-12 19:35:10.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2016-04-22 16:24:26.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 12 14:08:38 UTC 2016 - co...@suse.com
+
+- updated to 1.410
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+  1.410 2016-04-11
+  [Bug fixes]
+  * Fix RT#113625 - Unnecessary x-bits (Kent Fredric)
+  
+  [Documentation]
+  * pod2markdown README.md from lib/SQL/Statement.pm
+
+---

Old:

  SQL-Statement-1.409.tar.gz

New:

  SQL-Statement-1.410.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.iBzCzo/_old  2016-04-22 16:24:26.0 +0200
+++ /var/tmp/diff_new_pack.iBzCzo/_new  2016-04-22 16:24:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SQL-Statement
-Version:1.409
+Version:1.410
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine

++ SQL-Statement-1.409.tar.gz -> SQL-Statement-1.410.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.409/Changes 
new/SQL-Statement-1.410/Changes
--- old/SQL-Statement-1.409/Changes 2016-04-06 15:33:01.0 +0200
+++ new/SQL-Statement-1.410/Changes 2016-04-11 14:50:15.0 +0200
@@ -1,5 +1,13 @@
 Changes log for Perl extension SQL::Statement
 
+1.410 2016-04-11
+[Bug fixes]
+* Fix RT#113625 - Unnecessary x-bits (Kent Fredric)
+
+[Documentation]
+* pod2markdown README.md from lib/SQL/Statement.pm
+
+
 1.409 2016-04-06
 * Release 1.408_001 without further changes as 1.409
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.409/META.json 
new/SQL-Statement-1.410/META.json
--- old/SQL-Statement-1.409/META.json   2016-04-06 15:36:11.0 +0200
+++ new/SQL-Statement-1.410/META.json   2016-04-11 15:06:22.0 +0200
@@ -97,6 +97,6 @@
   "x_IRC" : "irc://irc.perl.org/#dbi",
   "x_MailingList" : "mailto:dbi-...@perl.org'"
},
-   "version" : "1.409",
+   "version" : "1.410",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.409/META.yml 
new/SQL-Statement-1.410/META.yml
--- old/SQL-Statement-1.409/META.yml2016-04-06 15:36:11.0 +0200
+++ new/SQL-Statement-1.410/META.yml2016-04-11 15:06:22.0 +0200
@@ -46,5 +46,5 @@
   homepage: https://metacpan.org/release/SQL-Statement
   license: http://dev.perl.org/licenses/
   repository: https://github.com:perl5-utils/SQL-Statement.git
-version: '1.409'
+version: '1.410'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQL-Statement-1.409/README.md 
new/SQL-Statement-1.410/README.md
--- old/SQL-Statement-1.409/README.md   2013-04-20 10:51:09.0 +0200
+++ new/SQL-Statement-1.410/README.md   2016-04-11 14:33:40.0 +0200
@@ -1,4 +1,348 @@
-SQL-Statement
-=
+# NAME
 
-SQL parsing and processing engine
\ No newline at end of file
+SQL::Statement - SQL parsing and processing engine
+
+# SYNOPSIS
+
+# ... depends on what you want to do, see below
+
+# DESCRIPTION
+
+The SQL::Statement module implements a pure Perl SQL parsing and execution
+engine. While it by no means implements full ANSI standard, it does support
+many features including column and table aliases, built-in and user-defined
+functions, implicit and explicit joins, complex nested search conditions,
+and other features.
+
+SQL::Statement is a small embeddable Database Management System
+(DBMS). This means that it provides all of the services of a simple
+DBMS except that instead of a persistent storage mechanism, it has two
+things: 1) an in-memory storage mechanism that allows you to prepare,
+execute, and fetch from SQL statements using temporary tables and 2) a
+set of software sockets where any author can plug in any storage
+mechanism.
+
+There are three main uses for SQL::Statement. One or another (hopefully not
+all) may be irrelevant for your needs: 1) to access and manipulat

commit perl-SQL-Statement for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2016-04-12 19:35:09

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
2015-11-12 19:40:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2016-04-12 19:35:10.0 +0200
@@ -1,0 +2,23 @@
+Thu Apr  7 09:58:39 UTC 2016 - co...@suse.com
+
+- updated to 1.409
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+  1.409 2016-04-06
+  * Release 1.408_001 without further changes as 1.409
+  
+  1.408_001 2016-03-07
+  [Bug fixes]
+  * Fix RT#112530 - t/06virtual.t fails with -Duselongdouble (thanks
+Slaven Rezic)
+  * Fix RT#105852 - dependency installation isn't triggered properly in
+cpan (thanks Mithaldu)
+  * Fix RT#99349 - bind variables are not bound to placeholders in the
+correct order (thanks vulpecu...@gmx.de)
+  
+  [Documentation]
+  * Update Copyright statements, add where missing (according to records)
+  * Add license conditions where missing
+  * bundle copy of license conditions to distribution
+
+---

Old:

  SQL-Statement-1.407.tar.gz

New:

  SQL-Statement-1.409.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.e14OH4/_old  2016-04-12 19:35:11.0 +0200
+++ /var/tmp/diff_new_pack.e14OH4/_new  2016-04-12 19:35:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-SQL-Statement
-Version:1.407
+Version:1.409
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
@@ -67,7 +67,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -83,6 +83,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README README.md
+%doc ARTISTIC-1.0 Changes GPL-1 GPL-2.0 LICENSE README README.md
 
 %changelog

++ SQL-Statement-1.407.tar.gz -> SQL-Statement-1.409.tar.gz ++
 3822 lines of diff (skipped)




commit perl-SQL-Statement for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2015-11-12 19:40:34

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
2013-06-19 14:56:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2015-11-12 19:40:36.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 10 09:23:00 UTC 2015 - co...@suse.com
+
+- updated to 1.407
+   see /usr/share/doc/packages/perl-SQL-Statement/Changes
+
+---

Old:

  SQL-Statement-1.405.tar.gz

New:

  SQL-Statement-1.407.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.txqwDQ/_old  2015-11-12 19:40:37.0 +0100
+++ /var/tmp/diff_new_pack.txqwDQ/_new  2015-11-12 19:40:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SQL-Statement
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,43 +17,33 @@
 
 
 Name:   perl-SQL-Statement
-Version:1.405
+Version:1.407
 Release:0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SQL-Statement/
-Source: 
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Clone) >= 0.30
-BuildRequires:  perl(Math::BigInt) >= 1.88
+BuildRequires:  perl(Math::Base::Convert)
 BuildRequires:  perl(Math::Complex) >= 1.56
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Params::Util) >= 1.00
-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)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::More) >= 0.90
+BuildRequires:  perl(Text::Soundex) >= 3.04
 Requires:   perl(Clone) >= 0.30
+Requires:   perl(Module::Runtime)
 Requires:   perl(Params::Util) >= 1.00
-Recommends: perl(Math::BigInt) >= 1.88
+Recommends: perl(Math::Base::Convert)
 Recommends: perl(Math::Complex) >= 1.56
-Recommends: perl(Text::Soundex) >= 3.03_01
+Recommends: perl(Text::Soundex) >= 3.04
 %{perl_requires}
 
 %description

++ SQL-Statement-1.405.tar.gz -> SQL-Statement-1.407.tar.gz ++
 4639 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-SQL-Statement for openSUSE:Factory

2013-06-19 Thread h_root
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.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-SQL-Statement.new/perl-SQL-Statement.changes   
2013-06-19 14:56:14.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.rxDW0h/_new  2013-06-19 14:56:15.0 +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

commit perl-SQL-Statement for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory checked in at 2011-12-06 18:47:17

Comparing /work/SRC/openSUSE:Factory/perl-SQL-Statement (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SQL-Statement.new (New)


Package is "perl-SQL-Statement", Maintainer is "mrueck...@suse.com"

Changes:




Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.g7pIop/_old  2011-12-06 19:17:49.0 +0100
+++ /var/tmp/diff_new_pack.g7pIop/_new  2011-12-06 19:17:49.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-SQL-Statement
 Version:1.33
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
 Url:http://search.cpan.org/dist/SQL-Statement/

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



commit perl-SQL-Statement for openSUSE:Factory

2011-04-01 Thread h_root

Hello community,

here is the log from the commit of package perl-SQL-Statement for 
openSUSE:Factory
checked in at Fri Apr 1 12:53:45 CEST 2011.




--- perl-SQL-Statement/perl-SQL-Statement.changes   2010-12-01 
14:54:43.0 +0100
+++ /mounts/work_src_done/STABLE/perl-SQL-Statement/perl-SQL-Statement.changes  
2011-03-31 14:12:37.0 +0200
@@ -1,0 +2,30 @@
+Thu Mar 31 12:07:05 UTC 2011 - co...@novell.com
+
+- update to 1.33
+[Bug fixes]
+* Move test dependencies to (unreleased) Bundle::Test::SQL::Statement
+  to avoid circular dependencies
+* Fixed invalid check for escaped single quotes
+* Fixed unpermitted modification of array source for table creation
+  (CREATE TABLE AS IMPORT(?),[[..],[..]])
+* Fixing alias used in ORDER BY (RT#61384, thanks jvm)
+* Fixing ORDER BY behavior for multiple sort columns
+  (slower, but guaranteed correct)
+
+[Improvements]
+* renamed fetch-method into fetch_row (keep fetch() as alias) and
+  add a fetch_rows() to fetch all rows at once
+* Different accessors for direction of ORDER BY clause query part
+  and it's boolean equivalent "desc" (0 or 1, respectively)
+* Add a lot of Pure-Perl DBD's as build dependency for testing
+  (skip DBD::AnyData for now, because it seems to be broken - check
+  for next release)
+
+[Misc]
+* Bump requirement of DBI to 1.616
+* switch for fully external DBD tests from DBD::XBase to DBD::SQLite
+* Document another limitation (lacking implicit creating temp table
+  during processing a query using the same table with different aliases
+  twice)
+
+---

calling whatdependson for head-i586


Old:

  SQL-Statement-1.31.tar.bz2

New:

  SQL-Statement-1.33.tar.gz



Other differences:
--
++ perl-SQL-Statement.spec ++
--- /var/tmp/diff_new_pack.Q9OCa7/_old  2011-04-01 12:52:06.0 +0200
+++ /var/tmp/diff_new_pack.Q9OCa7/_new  2011-04-01 12:52:06.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-SQL-Statement (Version 1.31)
+# spec file for package perl-SQL-Statement
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,51 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%bcond_with opt
 
 Name:   perl-SQL-Statement
+Version:1.33
+Release:1
+License:GPL+ or Artistic
 %define cpan_name SQL-Statement
 Summary:SQL parsing and processing engine
-Version:1.31
-Release:2
-License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/SQL-Statement/
-#Source: 
http://www.cpan.org/modules/by-module/SQL/SQL-Statement-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+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
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Clone) >= 0.30
 BuildRequires:  perl(Data::Dumper)
-# means perl-DBI >= 1.612
-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
-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)
-%endif
-#
 Requires:   perl(Carp)
 Requires:   perl(Clone) >= 0.30
 Requires:   perl(Data::Dumper)
 Requires:   perl(Params::Util) >= 1.00
 Requires:   perl(Scalar::Util) >= 1.0
-#
-Recommends: perl(DBD::CSV)
-# means perl-DBI >= 1.612
-Recommends: perl(DBD::File) >= 0.39
-Recommends: perl(DBI::DBD::SqlEngine) >= 0.01
+%{perl_requires}
 
 %description
 The SQL::Statement module implements a pure Perl SQL parsing and execution
@@ -68,20 +50,20 @@
 functions, implicit and explicit joins, complex nested search conditions,
 and other features.
 
-Authors:
-
-Jochen Wiedmann (original module as an XS (C) extension in 1998)
-Jeff Zucker (since 2001)
-Jens Rehsack (since 2008) 
+SQL::Statement is a small embeddable Database Management System (DBMS).
+This means that it provides all of the services of a simple DBMS except
+that instead of a persistent storage mechanism, it has two things: 1) an
+in-memory storage mechanism that allows you to prepare, execute, and fetch
+from