#17 6.61 bump
Merged 2 years ago by mspacek. Opened 2 years ago by mspacek.
rpms/ mspacek/perl-libwww-perl f35  into  f35

file modified
+1
@@ -52,3 +52,4 @@ 

  /libwww-perl-6.57.tar.gz

  /libwww-perl-6.58.tar.gz

  /libwww-perl-6.60.tar.gz

+ /libwww-perl-6.61.tar.gz

file modified
+5 -2
@@ -4,7 +4,7 @@ 

  %bcond_with perl_libwww_perl_enables_internet_test

  

  Name:           perl-libwww-perl

- Version:        6.60

+ Version:        6.61

  Release:        1%{?dist}

  Summary:        A Perl interface to the World-Wide Web

  License:        GPL+ or Artistic
@@ -36,6 +36,7 @@ 

  BuildRequires:  perl(Encode) >= 2.12

  BuildRequires:  perl(Encode::Locale)

  BuildRequires:  perl(Exporter)

+ BuildRequires:  perl(File::Temp)

  # Fcntl not used at tests

  # File::Listing 6 not used at tests

  # File::Spec not used at tests
@@ -75,7 +76,6 @@ 

  # Tests:

  BuildRequires:  perl(Config)

  BuildRequires:  perl(File::Spec)

- BuildRequires:  perl(File::Temp)

  BuildRequires:  perl(FindBin)

  BuildRequires:  perl(HTTP::Daemon) >= 6.01

  BuildRequires:  perl(Test::Fatal)
@@ -214,6 +214,9 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Tue Feb 08 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.61-1

+ - 6.61 bump

+ 

  * Mon Dec 20 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.60-1

  - 6.60 bump

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (libwww-perl-6.60.tar.gz) = 9f7e45c9beb36a2147b81ee16a86ecf99da79485df6198d2439325d1cc0f186d5b27b46d39a4583e54fddd4cbdd87f455190b57f11065a03db1bacfb61506544

+ SHA512 (libwww-perl-6.61.tar.gz) = 1c75546737c3e1db55f9bdf414062802450e5cced1c4e24840d8e214b2a10c5bac81cc70479d276f0123a3b34bd9025712cebf256036b472e5fad5a629db8c70

Changes:

6.61 2022-01-21 21:41:18Z
- Use File::Copy::move to attempt an atomic mirror (GH#401) (Andrew Fresh)
- Require Getopt::Long at runtime, too (GH#402) (Ville Skyttä)

Pull-Request has been merged by mspacek

2 years ago