From 5b528d0063b35b0a9ac985daf8741ce8215d7e87 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Sun, 8 Sep 2019 09:05:44 +0200 Subject: [PATCH] Update to 4.16 --- .gitignore | 1 + perl-Mojo-Pg.spec | 19 +++++++++++++------ sources | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index e549a64..5e4e956 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /Mojo-Pg-4.12.tar.gz /Mojo-Pg-4.13.tar.gz /Mojo-Pg-4.15.tar.gz +/Mojo-Pg-4.16.tar.gz diff --git a/perl-Mojo-Pg.spec b/perl-Mojo-Pg.spec index 0e76929..432c243 100644 --- a/perl-Mojo-Pg.spec +++ b/perl-Mojo-Pg.spec @@ -1,5 +1,5 @@ Name: perl-Mojo-Pg -Version: 4.15 +Version: 4.16 Release: 1%{?dist} Summary: Mojolicious ♥ PostgreSQL License: Artistic 2.0 @@ -40,7 +40,7 @@ BuildRequires: perl(FindBin) BuildRequires: perl(Mojolicious::Lite) BuildRequires: perl(Test::Mojo) BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version)) Requires: perl(SQL::Abstract) >= 1.85 %{?perl_default_filter} @@ -57,15 +57,15 @@ publish/subscribe pattern. %setup -q -n Mojo-Pg-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -make %{?_smp_mflags} +/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %{?_smp_mflags} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT +%{make_install} %{_fixperms} $RPM_BUILD_ROOT/* %check -make test +%{make_build} test %files %doc Changes README.md @@ -74,6 +74,13 @@ make test %{_mandir}/man3/* %changelog +* Sun Sep 08 2019 Emmanuel Seyman - 4.16-1 +- Update to 4.16 +- Replace calls to %%{__perl} with /usr/bin/perl +- Pass NO_PERLLOCAL=1 to Makefile.PL +- Replace calls to "make pure_install" with %%{make_install} +- Replace calls to make with %%{make_build} + * Sun Jul 28 2019 Emmanuel Seyman - 4.15-1 - Update to 4.15 diff --git a/sources b/sources index d4c629a..39b1c0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Mojo-Pg-4.15.tar.gz) = abe5ef6e53a66060f251638017b7ea9749fb6b86d09d9f0128331b0fe0dc652f994a7232419fde92526d8de0e67cd4c6f0f5cf040e2065a7082e9eaa82f7775d +SHA512 (Mojo-Pg-4.16.tar.gz) = 9e38b475021b8a47691722dc493e76bddd1e2fe1ad1eb489bf08103fb690cb9ab9cd16676a0b4fe20e90c8acac07d175d670cc17d3b041a80692a42734beacc3