From 33e75a5cd6763e8352d39f345e2406e138f71af0a9c7d35eb1c99102dae242b6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 7 Sep 2021 16:43:44 +0000 Subject: [PATCH] Accepting request 917047 from devel:languages:perl:autoupdate - updated to 1.48 see /usr/share/doc/packages/perl-IO/ChangeLog IO 1.48 * Fix for undefined warning in GH #18238 IO 1.47 * Implement sync() for win32 * Add missing quotes to IO::Socket::INET example IO 1.46 * style: Detabify indentation of the C code maintained by the core. * Update search.cpan.org URLs OBS-URL: https://build.opensuse.org/request/show/917047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO?expand=0&rev=13 --- IO-1.45.tar.gz | 3 --- IO-1.48.tar.gz | 3 +++ perl-IO.changes | 17 +++++++++++++++++ perl-IO.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 IO-1.45.tar.gz create mode 100644 IO-1.48.tar.gz diff --git a/IO-1.45.tar.gz b/IO-1.45.tar.gz deleted file mode 100644 index 26ae2f2..0000000 --- a/IO-1.45.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b104b3a86ad2b7ed760e0ef4a35a6e16a67f3f4c24d2f661654dfbe5272e100 -size 184008 diff --git a/IO-1.48.tar.gz b/IO-1.48.tar.gz new file mode 100644 index 0000000..ba4f68b --- /dev/null +++ b/IO-1.48.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c271b518e28ba9bc95bc0824b689db8e35006219eb2c03f1ec395bd089253658 +size 185983 diff --git a/perl-IO.changes b/perl-IO.changes index ed3aee2..3b6ed03 100644 --- a/perl-IO.changes +++ b/perl-IO.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Sep 2 03:07:37 UTC 2021 - Tina Müller + +- updated to 1.48 + see /usr/share/doc/packages/perl-IO/ChangeLog + + IO 1.48 + * Fix for undefined warning in GH #18238 + + IO 1.47 + * Implement sync() for win32 + * Add missing quotes to IO::Socket::INET example + + IO 1.46 + * style: Detabify indentation of the C code maintained by the core. + * Update search.cpan.org URLs + ------------------------------------------------------------------- Tue Jan 5 03:08:07 UTC 2021 - Tina Müller diff --git a/perl-IO.spec b/perl-IO.spec index 6db9f0b..afa0ada 100644 --- a/perl-IO.spec +++ b/perl-IO.spec @@ -18,7 +18,7 @@ %define cpan_name IO Name: perl-IO -Version: 1.45 +Version: 1.48 Release: 0 Summary: Load various IO modules License: Artistic-1.0 OR GPL-1.0-or-later @@ -44,7 +44,7 @@ go. The IO modules belonging to the core are: Some other IO modules don't belong to the perl core but can be loaded as well if they have been installed from CPAN. You can discover which ones -exist by searching for "^IO::" on http://search.cpan.org. +exist with this query: https://metacpan.org/search?q=IO%3A%3A. For more information on any of these modules, please see its respective documentation.