From 3a6c05d432d33b5c5de4e72de63018ac4cf3f829d42ee43418ffffbcc9c05c49 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 10 Feb 2010 23:53:09 +0000 Subject: [PATCH] Accepting request 32011 from devel:languages:perl Copy from devel:languages:perl/perl-SQL-Statement based on submit request 32011 from user coolo OBS-URL: https://build.opensuse.org/request/show/32011 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Statement?expand=0&rev=6 --- SQL-Statement-1.15.tar.bz2 | 3 -- SQL-Statement-1.23.tar.gz | 3 ++ perl-SQL-Statement.changes | 12 ++++++++ perl-SQL-Statement.spec | 57 ++++++++++++++++++++++---------------- 4 files changed, 48 insertions(+), 27 deletions(-) delete mode 100644 SQL-Statement-1.15.tar.bz2 create mode 100644 SQL-Statement-1.23.tar.gz diff --git a/SQL-Statement-1.15.tar.bz2 b/SQL-Statement-1.15.tar.bz2 deleted file mode 100644 index bf0e11d..0000000 --- a/SQL-Statement-1.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a06076112d1aa68e4e20063dc9f54fc279f5ad14b6e83bdcb2a912ea5d739a -size 73959 diff --git a/SQL-Statement-1.23.tar.gz b/SQL-Statement-1.23.tar.gz new file mode 100644 index 0000000..c520b3a --- /dev/null +++ b/SQL-Statement-1.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f25ae272a09e747c857500ab526b771cc1071ac7bf173f57243fe7b879b371 +size 104645 diff --git a/perl-SQL-Statement.changes b/perl-SQL-Statement.changes index 56be705..f7d6505 100644 --- a/perl-SQL-Statement.changes +++ b/perl-SQL-Statement.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 9 16:41:27 UTC 2010 - coolo@novell.com + +- update to version 1.23: + * Added a fixed version of test reported via RT #34121 + * Fix an issue in UPDATE command which 'shift's the values from + the list of parameters which causes there're no more parameters + left after first row get's updated (Fixes RT #50788) + * Fix aggregate function handling of new code since 1.21_01 + * Correct handling of DISTINCT in aggregate functions + ... see Changes for more + ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de diff --git a/perl-SQL-Statement.spec b/perl-SQL-Statement.spec index c23bf39..0729ee5 100644 --- a/perl-SQL-Statement.spec +++ b/perl-SQL-Statement.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-SQL-Statement (Version 1.15) +# spec file for package perl-SQL-Statement (Version 1.23) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,28 +19,37 @@ Name: perl-SQL-Statement -Summary: Perl Module SQL::Statement -Version: 1.15 -Release: 115 +Summary: SQL parsing and processing engine +Version: 1.23 +Release: 1 License: GPLv2+ Group: Development/Libraries/Perl -Source0: SQL-Statement-%{version}.tar.bz2 -Url: http://search.cpan.org/~jzucker/ +Source: http://www.cpan.org/authors/id/R/RE/REHSACK/SQL-Statement-%{version}.tar.gz +Url: http://search.cpan.org/dist/SQL-Statement/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: p_sqlst Obsoletes: p_sqlst Requires: perl = %{perl_version} -AutoReqProv: on +BuildArch: noarch +BuildRequires: perl(Carp) +BuildRequires: perl(Clone) >= 0.30 +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(DBD::File) >= 0.37 +BuildRequires: perl(Params::Util) >= 1.00 +BuildRequires: perl(Scalar::Util) >= 1.0 +Requires: perl(Carp) +Requires: perl(Clone) >= 0.30 +Requires: perl(Data::Dumper) +Requires: perl(DBD::File) >= 0.37 +Requires: perl(Params::Util) >= 1.00 +Requires: perl(Scalar::Util) >= 1.0 %description -SQL parsing and processing engine - - - -Authors: --------- - Jochen Wiedmann - Jeff Zucker +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, complexly nested search conditions, +and other features. %prep %setup -q -n SQL-Statement-%{version} @@ -48,21 +57,21 @@ Authors: %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL make %{?_smp_mflags} +chmod a-x Changes Todo %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist + +%check +make test %clean rm -rf $RPM_BUILD_ROOT -%files -%defattr(-, root, root) -%doc README -%doc %{_mandir}/man?/* -%{perl_vendorlib}/SQL -%{perl_vendorarch}/auto/SQL -/var/adm/perl-modules/%{name} +%files -f %name.files +%defattr(-,root,root,-) +%doc Changes README Todo %changelog