public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Emmanuel Seyman <emmanuel@seyman.fr>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Starlet] rawhide: Recreated for Fedora
Date: Thu, 23 Jul 2026 08:02:13 GMT	[thread overview]
Message-ID: <178479373321.1.11997396456069591279.rpms-perl-Starlet-05216d20c621@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Starlet
Branch : rawhide
Commit : 05216d20c62150adf5787f8b85e617d19efe9798
Author : Emmanuel Seyman <emmanuel@seyman.fr>
Date   : 2026-07-23T10:02:06+02:00
Stats  : +30/-19 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Starlet/c/05216d20c62150adf5787f8b85e617d19efe9798?branch=rawhide

Log:
Recreated for Fedora

---
diff --git a/perl-Starlet.spec b/perl-Starlet.spec
index b08e055..5dfebf0 100644
--- a/perl-Starlet.spec
+++ b/perl-Starlet.spec
@@ -1,51 +1,59 @@
 Name:           perl-Starlet
 Version:        0.32
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Simple, high-performance PSGI/Plack HTTP server
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
-URL:            https://metacpan.org/release/Starlet
+URL:            https://metacpan.org/dist/Starlet
 Source0:        https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/Starlet-%{version}.tar.gz
 BuildArch:      noarch
 
+# build requirements
 BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  /usr/bin/start_server
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
-
-BuildRequires:  perl(base)
+BuildRequires:  perl(Module::Install::Metadata)
+BuildRequires:  perl(Module::Install::WriteAll)
+# runtime requirements
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(constant)
-BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(Fcntl)
-BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(HTTP::Date)
-BuildRequires:  perl(HTTP::Message::PSGI)
-BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Status)
 BuildRequires:  perl(IO::Socket::INET)
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(LWP::UserAgent) >= 5.8
-BuildRequires:  perl(Net::EmptyPort)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Parallel::Prefork) >= 0.18
 BuildRequires:  perl(Plack) >= 0.992
 BuildRequires:  perl(Plack::HTTPParser)
-BuildRequires:  perl(Plack::Loader)
 BuildRequires:  perl(Plack::TempBuffer)
-BuildRequires:  perl(Plack::Test)
-BuildRequires:  perl(Plack::Test::Server)
 BuildRequires:  perl(Plack::Util)
-BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Server::Starter) >= 0.06
 BuildRequires:  perl(Socket)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::TCP) >= 2.1
 BuildRequires:  perl(Time::HiRes)
 BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(base)
+BuildRequires:  perl(constant)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+# test requirements
+BuildRequires:  perl(Digest::MD5)
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(HTTP::Message::PSGI)
+BuildRequires:  perl(HTTP::Request)
+BuildRequires:  perl(HTTP::Request::Common)
+BuildRequires:  perl(IO::Socket::UNIX)
+BuildRequires:  perl(LWP::UserAgent) >= 5.8
+BuildRequires:  perl(Net::EmptyPort)
+BuildRequires:  perl(Plack::Loader)
+BuildRequires:  perl(Plack::Runner)
+BuildRequires:  perl(Plack::Test)
+BuildRequires:  perl(Plack::Test::Server)
+BuildRequires:  perl(Plack::Test::Suite)
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::TCP) >= 2.1
 
 # Eliminate inc/*
 BuildRequires:  perl(inc::Module::Install)
@@ -71,7 +79,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-%{__make} test
+%{make_build} test
 
 %files
 %doc Changes README
@@ -80,6 +88,9 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
 %{_mandir}/man3/Starlet*
 
 %changelog
+* Mon Jul 06 2026 Emmanuel Seyman <emmanuel@seyman.fr> - 0.32-2
+- Recreated for Fedora
+
 * Thu Jun 11 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-1
 - 0.32 bump (rhbz#2483211)
 - Fix CVE-2026-40561 (prevent HTTP request smuggling)

                 reply	other threads:[~2026-07-23  8:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178479373321.1.11997396456069591279.rpms-perl-Starlet-05216d20c621@fedoraproject.org \
    --to=emmanuel@seyman.fr \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox