From 6f483721c5d3f14d1836eef0f1c7255880f2c034e986fb9b33b62ddfba29a715 Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Mon, 27 Oct 2025 13:37:52 +0000 Subject: [PATCH] Accepting request 1313053 from devel:languages:perl - updated to 7.10.0 (7.01) see /usr/share/doc/packages/perl-HTTP-Message/Changes 7.01 2025-10-19 17:22:21Z - Fix HTTP::Response and HTTP::Request as_string/parse commutativity issue #62959 (GH#212) (Copilot) - Fix few minor typos (GH#202) (Yoshikazu Sawa) OBS-URL: https://build.opensuse.org/request/show/1313053 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Message?expand=0&rev=41 --- HTTP-Message-7.00.tar.gz | 3 --- HTTP-Message-7.01.tar.gz | 3 +++ README.md | 12 ++++++++++++ _scmsync.obsinfo | 5 +++++ build.specials.obscpio | 3 +++ perl-HTTP-Message.changes | 11 +++++++++++ perl-HTTP-Message.spec | 19 ++++++++++--------- 7 files changed, 44 insertions(+), 12 deletions(-) delete mode 100644 HTTP-Message-7.00.tar.gz create mode 100644 HTTP-Message-7.01.tar.gz create mode 100644 README.md create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio diff --git a/HTTP-Message-7.00.tar.gz b/HTTP-Message-7.00.tar.gz deleted file mode 100644 index f60e4cd..0000000 --- a/HTTP-Message-7.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afa95eb6ed1c632e81656201a2738e2c1bc6cbfae2f6d82728e2bb0b519c1dc -size 95242 diff --git a/HTTP-Message-7.01.tar.gz b/HTTP-Message-7.01.tar.gz new file mode 100644 index 0000000..f344525 --- /dev/null +++ b/HTTP-Message-7.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b79ce680251045c244ee059626fecbf98270bed1467f0175ff5ea91071437e +size 95699 diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef001f5 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ + +## Build Results + +Current state of perl in openSUSE:Factory is + +![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-HTTP-Message/standard) + +The current state of perl in the devel project build (devel:languages:perl) + +![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-HTTP-Message) + + diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..11808ba --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,5 @@ +mtime: 1760990904 +commit: 33a13bf287e6606fc3f7e07316191f0d58afba3c9a6919d00a603d2eb0700a63 +url: https://src.opensuse.org/perl/perl-HTTP-Message.git +revision: 33a13bf287e6606fc3f7e07316191f0d58afba3c9a6919d00a603d2eb0700a63 +projectscmsync: https://src.opensuse.org/perl/_ObsPrj diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..5b4a277 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4155f1f7083bf3b615f1ccf46e735f7175f8f7f0439983b30a256b3178718d +size 256 diff --git a/perl-HTTP-Message.changes b/perl-HTTP-Message.changes index e4a4be8..20147dd 100644 --- a/perl-HTTP-Message.changes +++ b/perl-HTTP-Message.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 20 20:08:23 UTC 2025 - Tina Müller + +- updated to 7.10.0 (7.01) + see /usr/share/doc/packages/perl-HTTP-Message/Changes + + 7.01 2025-10-19 17:22:21Z + - Fix HTTP::Response and HTTP::Request as_string/parse commutativity issue + #62959 (GH#212) (Copilot) + - Fix few minor typos (GH#202) (Yoshikazu Sawa) + ------------------------------------------------------------------- Tue Oct 8 05:32:40 UTC 2024 - Tina Müller diff --git a/perl-HTTP-Message.spec b/perl-HTTP-Message.spec index 1231060..1b19ad5 100644 --- a/perl-HTTP-Message.spec +++ b/perl-HTTP-Message.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Message # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,19 +18,20 @@ %define cpan_name HTTP-Message Name: perl-HTTP-Message -Version: 7.0.0 +Version: 7.10.0 Release: 0 -# 7.00 -> normalize -> 7.0.0 -%define cpan_version 7.00 +# 7.01 -> normalize -> 7.10.0 +%define cpan_version 7.01 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTTP style message (base class) URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Clone) >= 0.46 +BuildRequires: perl(Clone) >= 0.460 BuildRequires: perl(Compress::Raw::Bzip2) BuildRequires: perl(Compress::Raw::Zlib) >= 2.062 BuildRequires: perl(Encode) >= 3.01 @@ -46,10 +47,10 @@ BuildRequires: perl(LWP::MediaTypes) >= 6 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Needs) BuildRequires: perl(Try::Tiny) -BuildRequires: perl(URI) >= 1.10 +BuildRequires: perl(URI) >= 1.100 BuildRequires: perl(URI::URL) BuildRequires: perl(parent) -Requires: perl(Clone) >= 0.46 +Requires: perl(Clone) >= 0.460 Requires: perl(Compress::Raw::Bzip2) Requires: perl(Compress::Raw::Zlib) >= 2.062 Requires: perl(Encode) >= 3.01 @@ -62,7 +63,7 @@ Requires: perl(IO::HTML) Requires: perl(IO::Uncompress::Inflate) Requires: perl(IO::Uncompress::RawInflate) Requires: perl(LWP::MediaTypes) >= 6 -Requires: perl(URI) >= 1.10 +Requires: perl(URI) >= 1.100 Requires: perl(parent) Provides: perl(HTTP::Config) = %{version} Provides: perl(HTTP::Headers) = %{version} @@ -394,7 +395,7 @@ these methods: $mess->proxy_authorization_basic %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor