Accepting request 1070491 from devel:languages:perl:autoupdate

- updated to 0.000148
   see /usr/share/doc/packages/perl-Test2-Suite/Changes
  0.000148  2023-03-05 14:59:45-08:00 America/Los_Angeles
      - Fixes for refcount stuff
  0.000147  2023-03-04 11:42:59-08:00 America/Los_Angeles
      - Add refcount tools, and include in ::V0
  0.000146  2023-03-04 11:08:10-08:00 America/Los_Angeles
      - Add T2_AUTO_DUMP and T2_AUTO_DEPARSE env vars

OBS-URL: https://build.opensuse.org/request/show/1070491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test2-Suite?expand=0&rev=76
This commit is contained in:
Dirk Stoecker 2023-03-10 10:44:05 +00:00 committed by Git OBS Bridge
parent 7ebb0cda81
commit 25fc21de7a
4 changed files with 19 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 6 03:12:55 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.000148
see /usr/share/doc/packages/perl-Test2-Suite/Changes
0.000148 2023-03-05 14:59:45-08:00 America/Los_Angeles
- Fixes for refcount stuff
0.000147 2023-03-04 11:42:59-08:00 America/Los_Angeles
- Add refcount tools, and include in ::V0
0.000146 2023-03-04 11:08:10-08:00 America/Los_Angeles
- Add T2_AUTO_DUMP and T2_AUTO_DEPARSE env vars
-------------------------------------------------------------------
Sat Mar 5 03:11:21 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test2-Suite
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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 Test2-Suite
Name: perl-Test2-Suite
Version: 0.000145
Version: 0.000148
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Distribution with a rich set of tools built upon the Test2 framework
@ -63,7 +63,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc appveyor.yml Changes README README.md
%doc Changes README README.md
%license LICENSE
%changelog