forked from pool/perl-SQL-Statement
Accepting request 486292 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/486292 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Statement?expand=0&rev=31
This commit is contained in:
committed by
Git OBS Bridge
parent
6aae607ae5
commit
7ca2206ce8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7367fcda896367c96d98416cad423c9f98adb7e04b793c5c7deb3052a1213182
|
|
||||||
size 153271
|
|
||||||
3
SQL-Statement-1.412.tar.gz
Normal file
3
SQL-Statement-1.412.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8
|
||||||
|
size 154608
|
||||||
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 7 06:45:08 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.412
|
||||||
|
see /usr/share/doc/packages/perl-SQL-Statement/Changes
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 12 14:08:38 UTC 2016 - coolo@suse.com
|
Tue Apr 12 14:08:38 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-SQL-Statement
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-SQL-Statement
|
Name: perl-SQL-Statement
|
||||||
Version: 1.410
|
Version: 1.412
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name SQL-Statement
|
%define cpan_name SQL-Statement
|
||||||
Summary: SQL parsing and processing engine
|
Summary: SQL parsing and processing engine
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/SQL-Statement/
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -83,6 +83,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%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
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user