From be8f4ee9cd855298feebb92d7e1c7c9d08636515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= <corse...@fedoraproject.org> Date: Wed, 8 Mar 2017 13:58:28 +0100 Subject: Update to 0.35. Reflect upstream having switched to Module::Build::Tiny.
--- .gitignore | 2 +- perl-Apache-LogFormat-Compiler.spec | 17 +++++++++-------- sources | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 6112631..1f0d8d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/Apache-LogFormat-Compiler-0.33.tar.gz +/Apache-LogFormat-Compiler-0.35.tar.gz diff --git a/perl-Apache-LogFormat-Compiler.spec b/perl-Apache-LogFormat-Compiler.spec index d6b79f6..bb875fe 100644 --- a/perl-Apache-LogFormat-Compiler.spec +++ b/perl-Apache-LogFormat-Compiler.spec @@ -1,6 +1,6 @@ Name: perl-Apache-LogFormat-Compiler -Version: 0.33 -Release: 4%{?dist} +Version: 0.35 +Release: 1%{?dist} Summary: Compile a log format string to perl-code License: GPL+ or Artistic Group: Development/Libraries @@ -11,10 +11,8 @@ BuildRequires: perl >= 0:5.008001 BuildRequires: perl-generators BuildRequires: perl(Carp) BuildRequires: perl(constant) -BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Spec) BuildRequires: perl(HTTP::Request::Common) -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build::Tiny) >= 0.035 BuildRequires: perl(POSIX) BuildRequires: perl(POSIX::strftime::Compiler) BuildRequires: perl(strict) @@ -23,7 +21,6 @@ BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Time::Local) BuildRequires: perl(Try::Tiny) >= 0.12 BuildRequires: perl(URI::Escape) >= 1.60 -BuildRequires: perl(utf8) BuildRequires: perl(warnings) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -36,12 +33,12 @@ access_log lines. %setup -q -n Apache-LogFormat-Compiler-%{version} %build -%{__perl} Build.PL installdirs=vendor +%{__perl} Build.PL --installdirs=vendor ./Build %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +./Build install --destdir=$RPM_BUILD_ROOT --create_packlist=0 %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -54,6 +51,10 @@ access_log lines. %{_mandir}/man3/* %changelog +* Wed Mar 08 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.35-1 +- Update to 0.35. +- Reflect upstream having switched to Module::Build::Tiny. + * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 0.33-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index a2aeb8a..832cad6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0a5d98ceb9381a47fdbd79478ce54d3 Apache-LogFormat-Compiler-0.33.tar.gz +SHA512 (Apache-LogFormat-Compiler-0.35.tar.gz) = 9a4447e0be864e6ba3a6170daa6f219b0ddd6b765ab6fbe6125a808da76803fb4bf6eed131df793a8cf900378b5c72f11489d5429106b97931f6fbef08f9f349 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Apache-LogFormat-Compiler.git/commit/?h=f24&id=be8f4ee9cd855298feebb92d7e1c7c9d08636515 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org