8
0

Accepting request 623037 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/623037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Abstract?expand=0&rev=14
This commit is contained in:
2018-07-28 10:39:26 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f44afe031a0cc63a6ccabaa46ba7ec58ef4db940559cee7fbc2dfbbf37bccab
size 98176

3
SQL-Abstract-1.86.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7a7f7da5e6fa42f495860e92e9138b8a0964ca7674c95bd6ff1b1ce21aa8cdf
size 104797

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 10 06:00:40 UTC 2018 - coolo@suse.com
- updated to 1.86
see /usr/share/doc/packages/perl-SQL-Abstract/Changes
1.86 - 2018-07-09
- Remove obsolete documentation about arrayrefref as the $source
argument for ->select (removed in version 1.74)
- Factor out the field list part of SELECT for subclassability (GH#13)
- Do not replace literal '0' with empty string in WHERE clauses (GH#14)
-------------------------------------------------------------------
Wed Jan 31 12:46:25 UTC 2018 - coolo@suse.com

View File

@@ -17,11 +17,11 @@
Name: perl-SQL-Abstract
Version: 1.85
Version: 1.86
Release: 0
%define cpan_name SQL-Abstract
Summary: Generate SQL from Perl data structures
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-Abstract/
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
@@ -107,5 +107,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README
%license LICENSE
%changelog