diff --git a/Net-Curl-0.57.tar.gz b/Net-Curl-0.57.tar.gz deleted file mode 100644 index 1fc3ba6..0000000 --- a/Net-Curl-0.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:881ea6ac7a99fa13f7f737b0a937972757c3c6d6e76965c637d1131262cf53cf -size 109678 diff --git a/Net-Curl-0.58.tar.gz b/Net-Curl-0.58.tar.gz new file mode 100644 index 0000000..fce92a4 --- /dev/null +++ b/Net-Curl-0.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c1585cc70e21579c7c733e306e97a46adc093a3777af6d8ba37d73986d7f5a +size 110108 diff --git a/perl-Net-Curl.changes b/perl-Net-Curl.changes index 50dd5c2..eaa8c65 100644 --- a/perl-Net-Curl.changes +++ b/perl-Net-Curl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 7 13:33:34 UTC 2025 - Tina Müller + +- updated to 0.580.0 (0.58) + see /usr/share/doc/packages/perl-Net-Curl/Changes + + 0.58 2025-08-14T08:48+00Z + [Stanislaw Pusep ] + - Skip t/old-23socket-action.t on libcurl/8.13.0+ + - Improve handling of inc/symbols-excluded + - Synced symbols-in-versions from libcurl/8.15.0 + ------------------------------------------------------------------- Thu Jan 23 05:31:17 UTC 2025 - Tina Müller diff --git a/perl-Net-Curl.spec b/perl-Net-Curl.spec index 96dcd3a..af7204f 100644 --- a/perl-Net-Curl.spec +++ b/perl-Net-Curl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-Curl # -# Copyright (c) 2025 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,10 +18,10 @@ %define cpan_name Net-Curl Name: perl-Net-Curl -Version: 0.570.0 +Version: 0.580.0 Release: 0 -# 0.57 -> normalize -> 0.570.0 -%define cpan_version 0.57 +# 0.58 -> normalize -> 0.580.0 +%define cpan_version 0.58 License: MIT Summary: Perl interface for libcurl URL: https://metacpan.org/release/%{cpan_name} @@ -32,7 +32,6 @@ Patch0: fix-curl.diff BuildRequires: perl BuildRequires: perl-macros Provides: perl(Net::Curl) = %{version} -Provides: perl(Net::Curl::Compat) = 4.150.0 Provides: perl(Net::Curl::Easy) = %{version} Provides: perl(Net::Curl::Easy::Code) Provides: perl(Net::Curl::Form) = %{version} @@ -58,7 +57,7 @@ request. To perform any request you want Net::Curl::Easy. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"