8
0

Accepting request 706424 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/706424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Translator?expand=0&rev=29
This commit is contained in:
2019-06-03 13:45:45 +00:00
committed by Git OBS Bridge
parent 9406c5d0a7
commit eb4426390f
4 changed files with 32 additions and 14 deletions

View File

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

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu May 30 05:22:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.60
see /usr/share/doc/packages/perl-SQL-Translator/Changes
1.60 - 2019-05-29
* No changes since 1.59_01
1.59_01 - 2019-04-28
* Add support for parsing PostgreSQL dollar-quoted strings
* Add support for materialized views in Oracle producer
* switched JSON backend from JSON.pm to JSON::MaybeXS
* Port Makefile.PL from Module::Install to Distar
* Synchronise the version number across all modules
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 10 07:08:35 UTC 2018 - coolo@suse.com Wed Jan 10 07:08:35 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-SQL-Translator # spec file for package perl-SQL-Translator
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 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
@@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-SQL-Translator Name: perl-SQL-Translator
Version: 0.11024 Version: 1.60
Release: 0 Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+ #Upstream: Artistic-1.0 or GPL-1.0-or-later
%define cpan_name SQL-Translator %define cpan_name SQL-Translator
Summary: Manipulate Structured Data Definitions (Sql and More) Summary: Manipulate structured data definitions (SQL and more)
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0 License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/SQL-Translator/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -35,7 +35,8 @@ BuildRequires: perl(Carp::Clan)
BuildRequires: perl(DBI) >= 1.54 BuildRequires: perl(DBI) >= 1.54
BuildRequires: perl(Digest::SHA) BuildRequires: perl(Digest::SHA)
BuildRequires: perl(File::ShareDir) >= 1.0 BuildRequires: perl(File::ShareDir) >= 1.0
BuildRequires: perl(JSON) >= 2.0 BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(JSON::MaybeXS) >= 1.003003
BuildRequires: perl(Moo) >= 1.000003 BuildRequires: perl(Moo) >= 1.000003
BuildRequires: perl(Package::Variant) >= 1.001001 BuildRequires: perl(Package::Variant) >= 1.001001
BuildRequires: perl(Parse::RecDescent) >= 1.967009 BuildRequires: perl(Parse::RecDescent) >= 1.967009
@@ -89,11 +90,11 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/'
# MANUAL END # MANUAL END
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -103,5 +104,6 @@ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/'
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc AUTHORS Changes README %doc AUTHORS Changes README
%license LICENSE
%changelog %changelog