public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Future] epel10: Update to 0.42
@ 2026-07-28 17:42 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-07-28 17:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Future
Branch : epel10
Commit : a2e4e886de08899df38fb1d1263ab2ef9d39740e
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2019-11-17T11:53:15+01:00
Stats : +10/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Future/c/a2e4e886de08899df38fb1d1263ab2ef9d39740e?branch=epel10
Log:
Update to 0.42
---
diff --git a/.gitignore b/.gitignore
index 4af3245..84ccb76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
/Future-0.39.tar.gz
/Future-0.40.tar.gz
/Future-0.41.tar.gz
+/Future-0.42.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index dd8b65b..aada8d1 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,6 +1,6 @@
Name: perl-Future
-Version: 0.41
-Release: 2%{?dist}
+Version: 0.42
+Release: 1%{?dist}
Summary: Perl object system to represent an operation awaiting completion
License: GPL+ or Artistic
@@ -30,7 +30,7 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Refcount)
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(warnings)
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
Requires: perl(Carp) >= 1.25
%{?perl_default_filter}
@@ -45,7 +45,7 @@ flow of control, and data, through an asynchronous program.
%setup -q -n Future-%{version}
%build
-%{__perl} Build.PL installdirs=vendor
+/usr/bin/perl Build.PL installdirs=vendor
./Build
%install
@@ -63,6 +63,10 @@ flow of control, and data, through an asynchronous program.
%{_mandir}/man3/*
%changelog
+* Sun Nov 17 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 0.42-1
+- Update to 0.42
+- Replace calls to %%{__perl} with /usr/bin/perl
+
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index 27ea870..7dfe982 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Future-0.41.tar.gz) = b704acaed4a2f87fa64b72cc183567214d3e67849b2ae3053f97fef88d278f42589053b9f7c8a218b2eca31f93692e3d252966e0a3d1d54a7e15d172162570b8
+SHA512 (Future-0.42.tar.gz) = ab08a9e3d5d216b342a3fea2273e387b907425d12872abf5efa79eb18f2cc888f5063b011fe32d64b4862195814a713077f1b8325fc27659e96dbca46f98fa05
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 17:42 [rpms/perl-Future] epel10: Update to 0.42 Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox