public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Socket-MsgHdr] rawhide: Update to 0.06
@ 2026-08-08 17:00 Emmanuel Seyman
0 siblings, 0 replies; only message in thread
From: Emmanuel Seyman @ 2026-08-08 17:00 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-Socket-MsgHdr
Branch : rawhide
Commit : f110e7a21d569c86f3cc7d71dabe2378431e35bf
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date : 2026-08-08T19:00:35+02:00
Stats : +14/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Socket-MsgHdr/c/f110e7a21d569c86f3cc7d71dabe2378431e35bf?branch=rawhide
Log:
Update to 0.06
---
diff --git a/.gitignore b/.gitignore
index 7e6a692..66a7922 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/Socket-MsgHdr-0.04.tar.gz
/Socket-MsgHdr-0.05.tar.gz
+/Socket-MsgHdr-0.06.tar.gz
diff --git a/perl-Socket-MsgHdr.spec b/perl-Socket-MsgHdr.spec
index 4678638..6e4f6aa 100644
--- a/perl-Socket-MsgHdr.spec
+++ b/perl-Socket-MsgHdr.spec
@@ -2,8 +2,8 @@
%global __requires_exclude MsgHdr.so
Name: perl-Socket-MsgHdr
-Version: 0.05
-Release: 27%{?dist}
+Version: 0.06
+Release: 1%{?dist}
Summary: Sendmsg, recvmsg and ancillary data operations
# Automatically converted from old format: GPL+ or Artistic - review is highly recommended.
License: GPL-1.0-or-later OR Artistic-1.0-Perl
@@ -11,6 +11,7 @@ License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Socket-MsgHdr
Source0: https://cpan.metacpan.org/authors/id/F/FE/FELIPE/Socket-MsgHdr-%{version}.tar.gz
+BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: gcc
@@ -35,24 +36,27 @@ parameters, instead stuffing a lot of information into a complex structure.
%setup -q -n Socket-MsgHdr-%{version}
%build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1
-make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" NO_PACKLIST=1 NO_PERLLOCAL=1
+%{make_build}
%install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+%{make_install}
%{_fixperms} $RPM_BUILD_ROOT/*
%check
-make test
+%{make_build} test
%files
%doc Changes README
%license LICENSE
-%{perl_vendorarch}/auto/*
+%{perl_vendorarch}/auto/Socket*
%{perl_vendorarch}/Socket*
-%{_mandir}/man3/*
+%{_mandir}/man3/Socket*
%changelog
+* Sat Aug 08 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.06-1
+- Update to 0.06
+
* Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-27
- Perl 5.44 rebuild
diff --git a/sources b/sources
index f9df29d..628243d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Socket-MsgHdr-0.05.tar.gz) = 9df79307f4c0ee7d9f4443e3a6325c2522d0a5f8f880aa8bc7b157b9282726a2b3837b37459caeb0395f87a0e9251e9450ede09bb2eed205c6186ef7ebab2be5
+SHA512 (Socket-MsgHdr-0.06.tar.gz) = 0e6175eee3463b1aab8d5b01aad42b4da24b7d75b3e0e7b3e595734726d7090739a40c36bf483f131c30d8a7ddb80b8adef539dc992e841bfafc3d51621c9ce8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-08 17:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 17:00 [rpms/perl-Socket-MsgHdr] rawhide: Update to 0.06 Emmanuel Seyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox