From b3f5834b19dc2651beb0e066f13327e2b3ad7fa04cfa776d70af72c0d3de9c6e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 11 May 2022 16:28:47 +0000 Subject: [PATCH] Accepting request 975104 from devel:languages:perl:autoupdate - updated to 1.93 see /usr/share/doc/packages/perl-Devel-CheckOS/CHANGELOG 1.93 2022-04-25 - No functional changes, just changes to where dependencies are declared https://github.com/DrHyde/perl-modules-Devel-CheckOS/issues/27 1.92 2022-04-24 - Fix bugs in new alias and case-insensitivity features which meant everything broke in taint-mode. The new features now no longer work in taint-mode but everything else should. 1.91 2022-04-21 - Fix tests for platforms where the OS is detected as something that is a family, but not as anything more specific, such as Fedora Linux 1.90 2022-04-20 - Matches are now case-insensitive - Add support for OS aliases - Deprecated the list_* functions being context sensitive, they now warn when called inappropriately. They will stop being context-sensitive some time after April 2024. OBS-URL: https://build.opensuse.org/request/show/975104 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-CheckOS?expand=0&rev=23 --- Devel-CheckOS-1.87.tar.gz | 3 --- Devel-CheckOS-1.93.tar.gz | 3 +++ perl-Devel-CheckOS.changes | 23 +++++++++++++++++++++++ perl-Devel-CheckOS.spec | 9 ++++++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 Devel-CheckOS-1.87.tar.gz create mode 100644 Devel-CheckOS-1.93.tar.gz diff --git a/Devel-CheckOS-1.87.tar.gz b/Devel-CheckOS-1.87.tar.gz deleted file mode 100644 index d3a7871..0000000 --- a/Devel-CheckOS-1.87.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cda4399044fc11150caeb92c2c68a8a4b8c54370b3bcf65943b2cd1fd648331 -size 33745 diff --git a/Devel-CheckOS-1.93.tar.gz b/Devel-CheckOS-1.93.tar.gz new file mode 100644 index 0000000..b22f3ea --- /dev/null +++ b/Devel-CheckOS-1.93.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d823313a72ecb993153e76deedd3e35b2b4f3484330a208d4fbcdafa25346da +size 36598 diff --git a/perl-Devel-CheckOS.changes b/perl-Devel-CheckOS.changes index a5f488c..bb914ab 100644 --- a/perl-Devel-CheckOS.changes +++ b/perl-Devel-CheckOS.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Apr 26 03:06:24 UTC 2022 - Tina Müller + +- updated to 1.93 + see /usr/share/doc/packages/perl-Devel-CheckOS/CHANGELOG + + 1.93 2022-04-25 + - No functional changes, just changes to where dependencies are declared + https://github.com/DrHyde/perl-modules-Devel-CheckOS/issues/27 + 1.92 2022-04-24 + - Fix bugs in new alias and case-insensitivity features which meant everything + broke in taint-mode. The new features now no longer work in taint-mode but + everything else should. + 1.91 2022-04-21 + - Fix tests for platforms where the OS is detected as something that is + a family, but not as anything more specific, such as Fedora Linux + 1.90 2022-04-20 + - Matches are now case-insensitive + - Add support for OS aliases + - Deprecated the list_* functions being context sensitive, they now warn + when called inappropriately. They will stop being context-sensitive some + time after April 2024. + ------------------------------------------------------------------- Wed May 26 03:06:29 UTC 2021 - Tina Müller diff --git a/perl-Devel-CheckOS.spec b/perl-Devel-CheckOS.spec index c2dda87..cd2f819 100644 --- a/perl-Devel-CheckOS.spec +++ b/perl-Devel-CheckOS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-CheckOS # -# 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,23 +18,26 @@ %define cpan_name Devel-CheckOS Name: perl-Devel-CheckOS -Version: 1.87 +Version: 1.93 Release: 0 #Upstream: This software is free-as-in-speech software, and may be used, distributed, and modified under the terms of either the GNU General Public Licence version 2 or the Artistic Licence. It's up to you which one you use. The full text of the licences can be found in the files GPL2.txt and ARTISTIC.txt, respectively. +License: Artistic-1.0 OR GPL-2.0-only Summary: Check what OS we're running on -License: GPL-2.0-only OR Artistic-1.0 URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 BuildRequires: perl(File::Find::Rule) >= 0.28 BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Warnings) Requires: perl(File::Find::Rule) >= 0.28 Requires: perl(File::Temp) >= 0.19 Requires: perl(Test::More) >= 0.88 +Requires: perl(Test::Warnings) %{perl_requires} %description