8
0

Accepting request 949205 from devel:languages:perl:autoupdate

- updated to 1.42
   see /usr/share/doc/packages/perl-Set-Object/Changes.pod
  =head1 1.42, 2022-01-21
  =over
  =item *
  Fix C<%h={}> warning, by Pauwel Coppieters
  =item *
  add F<examples/slow-sort.pl>. see RT #90070
  =back

OBS-URL: https://build.opensuse.org/request/show/949205
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Set-Object?expand=0&rev=35
This commit is contained in:
2022-01-28 10:04:34 +00:00
committed by Git OBS Bridge
parent 9bc28722bc
commit cb2ef09da6
4 changed files with 20 additions and 6 deletions

View File

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

3
Set-Object-1.42.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Jan 22 03:08:30 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.42
see /usr/share/doc/packages/perl-Set-Object/Changes.pod
=head1 1.42, 2022-01-21
=over
=item *
Fix C<%h={}> warning, by Pauwel Coppieters
=item *
add F<examples/slow-sort.pl>. see RT #90070
=back
-------------------------------------------------------------------
Mon Jan 18 03:09:17 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Set-Object
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Set-Object
Name: perl-Set-Object
Version: 1.41
Version: 1.42
Release: 0
Summary: Set of objects and strings
License: Artistic-2.0
@@ -60,7 +60,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc README
%doc examples README
%license LICENSE
%changelog