public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-OAuth] epel10: Update to 0.31 (RHBZ#2357243)
@ 2026-09-07  9:33 Xavier Bachelot
  0 siblings, 0 replies; only message in thread
From: Xavier Bachelot @ 2026-09-07  9:33 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Net-OAuth
Branch : epel10
Commit : 85fa40c242171e127022b1d1a48c200fc8a119b9
Author : Xavier Bachelot <xavier@bachelot.org>
Date   : 2025-04-04T19:01:47+02:00
Stats  : +15/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Net-OAuth/c/85fa40c242171e127022b1d1a48c200fc8a119b9?branch=epel10

Log:
Update to 0.31 (RHBZ#2357243)

---
diff --git a/.gitignore b/.gitignore
index 9d542c5..7461e92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Net-OAuth-0.19.tar.gz
 Net-OAuth-0.27.tar.gz
 /Net-OAuth-0.28.tar.gz
 /Net-OAuth-0.30.tar.gz
+/Net-OAuth-0.31.tar.gz

diff --git a/perl-Net-OAuth.spec b/perl-Net-OAuth.spec
index 9922759..21ab12d 100644
--- a/perl-Net-OAuth.spec
+++ b/perl-Net-OAuth.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-OAuth
-Version:        0.30
-Release:        2%{?dist}
+Version:        0.31
+Release:        1%{?dist}
 Summary:        OAuth protocol support library for Perl
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Net-OAuth
@@ -8,7 +8,9 @@ Source0:        https://cpan.metacpan.org/authors/id/R/RR/RRWO/Net-OAuth-%{versi
 BuildArch:      noarch
 
 # Build
+BuildRequires:  make
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Accessor) >= 0.31
@@ -16,12 +18,13 @@ BuildRequires:  perl(Class::Accessor::Fast)
 BuildRequires:  perl(Class::Data::Inheritable) >= 0.06
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Crypt::URandom) >= 0.37
-BuildRequires:  perl(Digest::HMAC_SHA1) >= 1.01
 BuildRequires:  perl(Digest::SHA) >= 5.47
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(LWP::UserAgent) >= 1
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::Build::Compat)
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(URI) >= 5.15
 BuildRequires:  perl(URI::Escape)
@@ -47,19 +50,17 @@ protected resources from a Service Provider on behalf of a user.
 
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+%make_build
 
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
+%make_install
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
-./Build test
+make test
 
 
 %files
@@ -69,6 +70,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 
 %changelog
+* Fri Apr 04 2025 Xavier Bachelot <xacier@bachelot.org> -  0.31-1
+- Update to 0.31 (RHBZ#2357243)
+
 * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
 

diff --git a/sources b/sources
index b0a3d8d..8127a59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Net-OAuth-0.30.tar.gz) = c3860bd6522640bc5b8f2113b037367fd7589f4cd3aa80ef96e84cd54cb37d361450c712ecbfd31c7737010dc68566518b6a85357fa059350c408ed65745f045
+SHA512 (Net-OAuth-0.31.tar.gz) = 0514a21acc4d7480c67b53e3b31c5e1c4a6d764fa6643f7d5a195e43dddb7ffa88ed087e4a030c6ba1e57976b7fbe31d03c91a4dfc1fe7247ee9a50c2edd938b

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-07  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-07  9:33 [rpms/perl-Net-OAuth] epel10: Update to 0.31 (RHBZ#2357243) Xavier Bachelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox