8
0

Accepting request 184839 from devel:languages:perl

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Abstract?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-07-30 12:04:22 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 27 11:58:57 UTC 2013 - coolo@suse.com
- updated to 1.74
- Fix insufficient parenthesis unroll during operator comparison
- 'ORDER BY foo' and 'ORDER BY foo ASC' are now considered equal
by default (with a switch to reenable old behavior when necessary)
- Change parser to not eagerly slurp RHS expressions it doesn't recognize
-------------------------------------------------------------------
Tue Jun 4 17:21:42 UTC 2013 - coolo@suse.com

View File

@@ -17,14 +17,14 @@
Name: perl-SQL-Abstract
Version: 1.73
Version: 1.74
Release: 0
%define cpan_name SQL-Abstract
Summary: Generate SQL from Perl data structures
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/SQL-Abstract/
Source: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
Source: http://www.cpan.org/authors/id/R/RI/RIBASUSHI/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,6 +32,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Class::Accessor::Grouped) >= 0.10005
BuildRequires: perl(Getopt::Long::Descriptive) >= 0.091
BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(Test::Deep) >= 0.101
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::More) >= 0.92
BuildRequires: perl(Test::Warn)