Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-HTTP-Parser-XS for
openSUSE:Factory checked in at 2025-10-11 22:50:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Parser-XS (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Parser-XS.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Parser-XS"
Sat Oct 11 22:50:26 2025 rev:3 rq:1310644 version:0.170.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Parser-XS/perl-HTTP-Parser-XS.changes
2017-10-03 23:19:04.739270320 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTTP-Parser-XS.new.5300/perl-HTTP-Parser-XS.changes
2025-10-11 22:51:27.268328226 +0200
@@ -1,0 +2,6 @@
+Fri Oct 10 15:55:46 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
New:
----
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Parser-XS.spec ++++++
--- /var/tmp/diff_new_pack.8kLM4k/_old 2025-10-11 22:51:27.788350209 +0200
+++ /var/tmp/diff_new_pack.8kLM4k/_new 2025-10-11 22:51:27.796350547 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Parser-XS
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,29 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name HTTP-Parser-XS
Name: perl-HTTP-Parser-XS
-Version: 0.17
+Version: 0.170.0
Release: 0
-%define cpan_name HTTP-Parser-XS
-Summary: Fast, Primitive Http Request Parser
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/HTTP-Parser-XS/
-Source0:
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+# 0.17 -> normalize -> 0.170.0
+%define cpan_version 0.17
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Fast, primitive HTTP request parser
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
BuildRequires: perl(Test::More) >= 0.96
+Provides: perl(HTTP::Parser::XS) = %{version}
+Provides: perl(HTTP::Parser::XS::PP)
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -45,17 +50,18 @@
environments.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse
inc::Module::Install/' Makefile.PL
# MANUAL END
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
OPTIMIZE="%{optflags}"
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -63,6 +69,5 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1760111752
commit: 8d6510b6d6546782c6c72140c874ad0d251cf7e131177798dab92de43fced8d1
url: https://src.opensuse.org/perl/perl-HTTP-Parser-XS.git
revision: 8d6510b6d6546782c6c72140c874ad0d251cf7e131177798dab92de43fced8d1
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2025-10-10 17:56:47.000000000 +0200
@@ -0,0 +1 @@
+.osc