Notification time stamped 2022-01-28 17:52:44 UTC

From 3ae42d530a57f90c9cb300b85f2a4a07d2a4b7c2 Mon Sep 17 00:00:00 2001
From: Ralf Corsépius <corse...@fedoraproject.org>
Date: Jul 21 2017 04:11:55 +0000
Subject: Update to 0.08.

Reflect upstream having switched to Module::Build::Tiny.

---

diff --git a/.gitignore b/.gitignore
index 91cb93d..fb8261e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Cookie-Baker-0.07.tar.gz
+/Cookie-Baker-0.08.tar.gz
diff --git a/perl-Cookie-Baker.spec b/perl-Cookie-Baker.spec
index 6accf92..55d32d5 100644
--- a/perl-Cookie-Baker.spec
+++ b/perl-Cookie-Baker.spec
@@ -1,6 +1,6 @@
 Name:           perl-Cookie-Baker
-Version:        0.07
-Release:        3%{?dist}
+Version:        0.08
+Release:        1%{?dist}
 Summary:        Cookie string generator / parser
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -15,7 +15,7 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.035
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More) >= 0.98
 BuildRequires:  perl(Test::Time)
@@ -32,11 +32,11 @@ Cookie::Baker provides simple cookie string generator and 
parser.
 %setup -q -n Cookie-Baker-%{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
@@ -49,6 +49,10 @@ Cookie::Baker provides simple cookie string generator and 
parser.
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 21 2017 Ralf Corsépius <corse...@fedoraproject.org> - 0.08-1
+- Update to 0.08.
+- Reflect upstream having switched to Module::Build::Tiny.
+
 * Tue Jun 06 2017 Jitka Plesnikova <jples...@redhat.com> - 0.07-3
 - Perl 5.26 rebuild
 
diff --git a/sources b/sources
index 1735e6a..7560341 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cff40341b029596bb5239ba7d9b98e03  Cookie-Baker-0.07.tar.gz
+SHA512 (Cookie-Baker-0.08.tar.gz) = 
5beeac6ff3a2d2ae73d5efd49490af240c2580201a87e739882f3c7d8fc20ee77c225349d130752b52ddbabf7bd173015d8d5cedb609c30a748e3d9e41efda51


        
https://src.fedoraproject.org/rpms/perl-Cookie-Baker/c/3ae42d530a57f90c9cb300b85f2a4a07d2a4b7c2?branch=epel9
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to