|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: perl-Mojo-Pg
|
|
|
|
Name: perl-Mojo-Pg
|
|
|
|
Version: 4.24
|
|
|
|
Version: 4.25
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Mojolicious ♥ PostgreSQL
|
|
|
|
Summary: Mojolicious ♥ PostgreSQL
|
|
|
|
License: Artistic 2.0
|
|
|
|
License: Artistic 2.0
|
|
|
@ -13,13 +13,13 @@ BuildRequires: make
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(Mojolicious) >= 8.03
|
|
|
|
BuildRequires: perl(Mojolicious) >= 8.50
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Runtime
|
|
|
|
# Runtime
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(DBD::Pg) >= 3.5.1
|
|
|
|
BuildRequires: perl(DBD::Pg) >= 3.7.4
|
|
|
|
BuildRequires: perl(DBI)
|
|
|
|
BuildRequires: perl(DBI)
|
|
|
|
BuildRequires: perl(Mojo::Base)
|
|
|
|
BuildRequires: perl(Mojo::Base)
|
|
|
|
BuildRequires: perl(Mojo::Collection)
|
|
|
|
BuildRequires: perl(Mojo::Collection)
|
|
|
@ -32,6 +32,7 @@ BuildRequires: perl(Mojo::Promise)
|
|
|
|
BuildRequires: perl(Mojo::URL)
|
|
|
|
BuildRequires: perl(Mojo::URL)
|
|
|
|
BuildRequires: perl(Mojo::Util)
|
|
|
|
BuildRequires: perl(Mojo::Util)
|
|
|
|
BuildRequires: perl(SQL::Abstract)
|
|
|
|
BuildRequires: perl(SQL::Abstract)
|
|
|
|
|
|
|
|
BuildRequires: perl(SQL::Abstract::Pg) >= 1.0
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
# Tests
|
|
|
|
# Tests
|
|
|
@ -74,6 +75,9 @@ publish/subscribe pattern.
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Mar 07 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 4.25-1
|
|
|
|
|
|
|
|
- Update to 4.25
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 07 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 4.24-1
|
|
|
|
* Sun Feb 07 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 4.24-1
|
|
|
|
- Update to 4.24
|
|
|
|
- Update to 4.24
|
|
|
|
|
|
|
|
|
|
|
|