8
0

Accepting request 485028 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/485028
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2017-04-06 13:03:33 +00:00
committed by Git OBS Bridge
parent 84cc4cab0d
commit fc1e846fa8
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:e617de0954df975651b7119732cc29f4eaf9d61235791146ae68ca6b3f600eab
size 103576

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 4 06:42:58 UTC 2017 - coolo@suse.com
- updated to 1.84
see /usr/share/doc/packages/perl-SQL-Abstract/Changes
1.84 - 2017-04-03
- Restore 'dynamic_config => 0' missed in the Distar port
1.83 - 2017-04-03
- Support for DELETE ... RETURNING (GH#9)
- Port to Distar
-------------------------------------------------------------------
Tue Mar 21 07:45:31 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-SQL-Abstract
Version: 1.82
Version: 1.84
Release: 0
%define cpan_name SQL-Abstract
Summary: Generate SQL from Perl data structures
@@ -106,6 +106,6 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples
%doc Changes examples README
%changelog