From e7ad76f229e9ccdf9ccd1799682e807194ce83a90b0bcc25581930c0f284dd1e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 4 Jun 2020 11:55:23 +0000 Subject: [PATCH] Accepting request 811341 from devel:languages:perl:autoupdate updated to 4.19 see /usr/share/doc/packages/perl-Mojo-Pg/Changes 4.19 2020-05-30 - Improved .perltidyrc with more modern settings. - Fixed validation problem in blog example. 4.18 2020-01-30 - Improved support for -json values to be a little more consistent. OBS-URL: https://build.opensuse.org/request/show/811341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mojo-Pg?expand=0&rev=50 --- Mojo-Pg-4.17.tar.gz | 3 --- Mojo-Pg-4.19.tar.gz | 3 +++ perl-Mojo-Pg.changes | 14 ++++++++++++++ perl-Mojo-Pg.spec | 12 ++++++------ 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 Mojo-Pg-4.17.tar.gz create mode 100644 Mojo-Pg-4.19.tar.gz diff --git a/Mojo-Pg-4.17.tar.gz b/Mojo-Pg-4.17.tar.gz deleted file mode 100644 index 1a1576f..0000000 --- a/Mojo-Pg-4.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686a5b0de2beda548a426f4a65e4985bd564eae93e051ff6ff2a64f6446cbd92 -size 38143 diff --git a/Mojo-Pg-4.19.tar.gz b/Mojo-Pg-4.19.tar.gz new file mode 100644 index 0000000..8415a72 --- /dev/null +++ b/Mojo-Pg-4.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5061eaddddb52c9daf2cbc34bb21e9aeea6ae58a22775fdf1ffa747905ebc992 +size 38263 diff --git a/perl-Mojo-Pg.changes b/perl-Mojo-Pg.changes index e4ba45b..e768aa0 100644 --- a/perl-Mojo-Pg.changes +++ b/perl-Mojo-Pg.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 1 03:13:19 UTC 2020 - Tina Müller + +updated to 4.19 + see /usr/share/doc/packages/perl-Mojo-Pg/Changes + + 4.19 2020-05-30 + - Improved .perltidyrc with more modern settings. + - Fixed validation problem in blog example. + + 4.18 2020-01-30 + - Improved support for -json values to be a little more consistent. + + ------------------------------------------------------------------- Tue Oct 8 08:02:30 UTC 2019 - diff --git a/perl-Mojo-Pg.spec b/perl-Mojo-Pg.spec index 55eede2..47fff32 100644 --- a/perl-Mojo-Pg.spec +++ b/perl-Mojo-Pg.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Mojo-Pg # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-Mojo-Pg -Version: 4.17 +Version: 4.19 Release: 0 %define cpan_name Mojo-Pg Summary: Wrapper around DBD::Pg for using PostgreSql with Mojolicious License: Artistic-2.0 Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -31,10 +31,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DBD::Pg) >= 3.007004 -BuildRequires: perl(Mojolicious) >= 8.03 +BuildRequires: perl(Mojolicious) >= 8.50 BuildRequires: perl(SQL::Abstract) >= 1.86 Requires: perl(DBD::Pg) >= 3.007004 -Requires: perl(Mojolicious) >= 8.03 +Requires: perl(Mojolicious) >= 8.50 Requires: perl(SQL::Abstract) >= 1.86 %{perl_requires} @@ -50,7 +50,7 @@ the publish/subscribe pattern. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor