Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-HTTP-CookieJar for
openSUSE:Factory checked in at 2025-06-04 20:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-CookieJar (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-CookieJar.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-CookieJar"
Wed Jun 4 20:27:08 2025 rev:4 rq:1282328 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-CookieJar/perl-HTTP-CookieJar.changes
2022-08-16 17:08:29.712012936 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTTP-CookieJar.new.16005/perl-HTTP-CookieJar.changes
2025-06-04 20:27:08.737483479 +0200
@@ -1,0 +2,6 @@
+Tue Jun 3 13:03:41 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-CookieJar.spec ++++++
--- /var/tmp/diff_new_pack.rqH97M/_old 2025-06-04 20:27:09.245504527 +0200
+++ /var/tmp/diff_new_pack.rqH97M/_new 2025-06-04 20:27:09.249504692 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-CookieJar
#
-# Copyright (c) 2022 SUSE LLC
+# 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
@@ -18,12 +18,14 @@
%define cpan_name HTTP-CookieJar
Name: perl-HTTP-CookieJar
-Version: 0.014
+Version: 0.14.0
Release: 0
+# 0.014 -> normalize -> 0.14.0
+%define cpan_version 0.014
License: Apache-2.0
Summary: Minimalist HTTP user agent cookie jar
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -33,11 +35,14 @@
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Requires)
BuildRequires: perl(parent)
-#BuildRequires: perl(Time::Local) >= 1.1901
+#BuildRequires: perl(Time::Local) >= 1.19
BuildRequires: perl(URI)
Requires: perl(HTTP::Date)
Requires: perl(parent)
#Requires: perl(Time::Local) >= 1.1901
+Provides: perl(HTTP::CookieJar) = %{version}
+Provides: perl(HTTP::CookieJar::LWP) = %{version}
+%undefine __perllib_provides
Recommends: perl(Mozilla::PublicSuffix)
%{perl_requires}
# MANUAL BEGIN
@@ -57,7 +62,7 @@
is available as HTTP::CookieJar::LWP.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor