8
0

Accepting request 1101552 from devel:languages:perl:autoupdate

- updated to 1.001001
   see /usr/share/doc/packages/perl-Data-Printer/Changes
  1.1.1   2023-07-30
      BUG FIXES:
          - explicitly mentions that native perl classes (perl 5.38) do not
             have internals.
          - 'quiet' now returns the data properly when return_value is 'pass'.
          - cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
          - fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
            Leon Timmermans for providing a patch)
          - doc fixes and improvements (Matthias Muth, Elvin Aslanov)

OBS-URL: https://build.opensuse.org/request/show/1101552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Printer?expand=0&rev=17
This commit is contained in:
2023-08-03 16:16:44 +00:00
committed by Git OBS Bridge
parent 2a50d9af7c
commit 0b0da5492d
4 changed files with 21 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 31 03:08:13 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.001001
see /usr/share/doc/packages/perl-Data-Printer/Changes
1.1.1 2023-07-30
BUG FIXES:
- explicitly mentions that native perl classes (perl 5.38) do not
have internals.
- 'quiet' now returns the data properly when return_value is 'pass'.
- cope with import and unimport in perl 5.39 UNIVERSAL (Graham Knop)
- fix tie issue (thank you Curtis 'Ovid' Poe for reporting and
Leon Timmermans for providing a patch)
- doc fixes and improvements (Matthias Muth, Elvin Aslanov)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 23 03:07:02 UTC 2022 - Tina Müller <timueller+perl@suse.de> Fri Dec 23 03:07:02 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Printer # spec file for package perl-Data-Printer
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Data-Printer %define cpan_name Data-Printer
Name: perl-Data-Printer Name: perl-Data-Printer
Version: 1.001000 Version: 1.001001
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Colored & full-featured pretty print of Perl data structures and objects Summary: Colored & full-featured pretty print of Perl data structures and objects