public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Net-DHCP] rawhide: Update to 0.9
@ 2026-05-30 18:25 Emmanuel Seyman
  0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-05-30 18:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Net-DHCP
Branch : rawhide
Commit : 8a990d0e151da14e68b0f40b4584b423e2ec2914
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-05-30T20:25:42+02:00
Stats  : +19/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Net-DHCP/c/8a990d0e151da14e68b0f40b4584b423e2ec2914?branch=rawhide

Log:
Update to 0.9

---
diff --git a/.gitignore b/.gitignore
index 15ee6ff..719606a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Net-DHCP-0.693.tar.gz
 /Net-DHCP-0.696.tar.gz
 /Net-DHCP-0.7.tar.gz
+/Net-DHCP-0.9.tar.gz

diff --git a/perl-Net-DHCP.spec b/perl-Net-DHCP.spec
index a8dff44..e433255 100644
--- a/perl-Net-DHCP.spec
+++ b/perl-Net-DHCP.spec
@@ -1,11 +1,11 @@
 Name:       perl-Net-DHCP
-Version:    0.700
-Release:    12%{?dist}
+Version:    0.900
+Release:    1%{?dist}
 Summary:    Set of classes for basic handling of DHCP packets
 
 License:    MIT
 URL:        https://metacpan.org/release/Net-DHCP
-Source0:    https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/Net-DHCP-0.7.tar.gz
+Source0:    https://cpan.metacpan.org/authors/id/D/DJ/DJZORT/Net-DHCP-0.9.tar.gz
 
 Buildarch:      noarch
 
@@ -18,7 +18,8 @@ BuildRequires:  perl(Module::Build)
 # runtime requirements
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(List::Util)
+BuildRequires:  perl(List::Util) >= 1.33
+BuildRequires:  perl(Ref::Util)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(bytes)
 BuildRequires:  perl(constant)
@@ -37,11 +38,13 @@ Net::DHCP is a DHCP set of classes designed to handle basic DHCP
 handling. It can be used to develop either client, server or relays.
 
 %prep
-%setup -q -n Net-DHCP-0.7
+%setup -q -n Net-DHCP-0.9
 # Fix permissions
-find examples -type f -exec chmod 644 {} 2>/dev/null \;
-chmod 644 README
-chmod 644 Changes
+/usr/bin/find examples -type f -exec chmod 644 {} 2>/dev/null \;
+/usr/bin/chmod 644 README.md
+/usr/bin/chmod 644 Changes
+# Fix shebangs
+/usr/bin/perl -pi -e 's|#!/usr/bin/env perl|#!/usr/bin/perl|' t/*.t examples/*.pl
 # Some tests require Net::Frame::Simple and Net::Frame::Dump
 # which are under the Artistic 1.0 license and cannot be
 # packaged for Fedora.
@@ -67,12 +70,17 @@ find %{buildroot} -type f -exec chmod 644 {} 2>/dev/null \;
 
 %files
 %license LICENSE
-%doc README examples/ Changes
+%doc README.md examples/ Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 
 %changelog
+* Sat May 30 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.900-1
+- Update to 0.9
+- Specify README.md instead of README
+- Standardize shebangs to /usr/bin/perl
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.700-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index 7bf90e5..ab804dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Net-DHCP-0.7.tar.gz) = a697c137f4304cb8775dc88f0b1d2b687a681dcf70bccd4e028b8c9c2fde08b6a99871c4fa62b604e88f6cc678e12f67b98a67ce9f146708fa7aedd96b1c0cba
+SHA512 (Net-DHCP-0.9.tar.gz) = 7986f33b4aeb6199dfa7c72573d9373faaae189718526c3d5b342830e787e00e0fffb05be38176c5c910eda6968ff5c8ad3b40ecb41a3d16795db33dd2a5cbb1

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

only message in thread, other threads:[~2026-05-30 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-30 18:25 [rpms/perl-Net-DHCP] rawhide: Update to 0.9 Emmanuel Seyman

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