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
This commit is contained in:
2021-09-07 16:43:44 +00:00
committed by Git OBS Bridge
parent 00124174c1
commit 33e75a5cd6
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b104b3a86ad2b7ed760e0ef4a35a6e16a67f3f4c24d2f661654dfbe5272e100
size 184008

3
IO-1.48.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c271b518e28ba9bc95bc0824b689db8e35006219eb2c03f1ec395bd089253658
size 185983

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Sep 2 03:07:37 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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.