8
0
forked from pool/perl-Mojo-Pg

Automatic update to v4.280.0 (4.28) #1

Open
cpanmirror wants to merge 1 commits from cpanmirror/perl-Mojo-Pg:autoupdate into main
4 changed files with 31 additions and 12 deletions

View File

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

BIN
Mojo-Pg-4.28.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Oct 7 13:31:59 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 4.280.0 (4.28)
see /usr/share/doc/packages/perl-Mojo-Pg/Changes
4.28 2025-08-29
- Fixed DBD:Pg bug with a workaround (https://github.com/bucardo/dbdpg/issues/105). (TFBW)
-------------------------------------------------------------------
Wed Mar 16 03:08:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mojo-Pg
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,32 @@
%define cpan_name Mojo-Pg
Name: perl-Mojo-Pg
Version: 4.27
Version: 4.280.0
Release: 0
# 4.28 -> normalize -> 4.280.0
%define cpan_version 4.28
License: Artistic-2.0
Summary: Wrapper around DBD::Pg for using PostgreSql with Mojolicious
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SR/SRI/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBD::Pg) >= 3.007004
BuildRequires: perl(Mojolicious) >= 8.50
BuildRequires: perl(DBD::Pg) >= 3.7.4
BuildRequires: perl(Mojolicious) >= 8.500
BuildRequires: perl(SQL::Abstract::Pg) >= 1.0
Requires: perl(DBD::Pg) >= 3.007004
Requires: perl(Mojolicious) >= 8.50
Requires: perl(DBD::Pg) >= 3.7.4
Requires: perl(Mojolicious) >= 8.500
Requires: perl(SQL::Abstract::Pg) >= 1.0
Provides: perl(Mojo::Pg) = %{version}
Provides: perl(Mojo::Pg::Database)
Provides: perl(Mojo::Pg::Migrations)
Provides: perl(Mojo::Pg::PubSub)
Provides: perl(Mojo::Pg::Results)
Provides: perl(Mojo::Pg::Transaction)
%undefine __perllib_provides
%{perl_requires}
%description
@@ -48,8 +57,9 @@ schema with migrations and build scalable real-time web applications with
the publish/subscribe pattern.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor