Mailinglist Archive: opensuse-commit (832 mails)

< Previous Next >
commit perl-SQL-Statement for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 11 Feb 2010 00:53:07 +0100
  • Message-id: <20100210235308.066F220246@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-SQL-Statement for
openSUSE:Factory
checked in at Thu Feb 11 00:53:07 CET 2010.



--------
--- perl-SQL-Statement/perl-SQL-Statement.changes 2010-01-10
16:07:19.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-SQL-Statement/perl-SQL-Statement.changes
2010-02-09 17:45:27.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Feb 9 16:41:27 UTC 2010 - coolo@xxxxxxxxxx
+
+- 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
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
SQL-Statement-1.15.tar.bz2

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

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

Other differences:
------------------
++++++ perl-SQL-Statement.spec ++++++
--- /var/tmp/diff_new_pack.ATLKh5/_old 2010-02-11 00:51:56.000000000 +0100
+++ /var/tmp/diff_new_pack.ATLKh5/_new 2010-02-11 00:51:56.000000000 +0100
@@ -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 <joe@xxxxxxxxxx>
- Jeff Zucker <jeff@xxxxxxxxxxxxxx>
+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 @@
%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


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages