1
0
forked from perl/perl-Mojo-Pg

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
This commit is contained in:
2020-06-04 11:55:23 +00:00
committed by Git OBS Bridge
parent 0ebed03efe
commit e7ad76f229
4 changed files with 23 additions and 9 deletions

View File

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

3
Mojo-Pg-4.19.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 1 03:13:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
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 - <timueller+perl@suse.de>

View File

@@ -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