Accepting request 1153684 from devel:languages:perl:autoupdate
- updated to 0.227
see /usr/share/doc/packages/perl-Term-Detect-Software/Changes
0.227 2024-02-10 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- Edit Changes.
0.226 2024-02-10 Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
- [incompatible change] Disable checking via process names by
default because it's costly, to explicitly enable this one must
now set PERL_TERM_DETECT_SOFTWARE_CHECK_PS to true.
- Downgrade dependency: Proc::Find::Parents to runtime recommends.
0.225 2024-01-30 Released-By: PERLANCAR; Urgency: medium
- Observe PERL_TERM_DETECT_SOFTWARE_ENGINE.
OBS-URL: https://build.opensuse.org/request/show/1153684
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Detect-Software?expand=0&rev=6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Term-Detect-Software
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,9 +18,9 @@
|
||||
|
||||
%define cpan_name Term-Detect-Software
|
||||
Name: perl-Term-Detect-Software
|
||||
Version: 0.224.0
|
||||
Version: 0.227.0
|
||||
Release: 0
|
||||
%define cpan_version 0.224
|
||||
%define cpan_version 0.227
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Detect terminal (emulator) software and its capabilities
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -30,11 +30,10 @@ BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(File::Which)
|
||||
BuildRequires: perl(Proc::Find::Parents) >= 0.631
|
||||
Requires: perl(File::Which)
|
||||
Requires: perl(Proc::Find::Parents) >= 0.631
|
||||
Provides: perl(Term::Detect::Software) = 0.224.0
|
||||
Provides: perl(Term::Detect::Software) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
Recommends: perl(Proc::Find::Parents) >= 0.631
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
||||
Reference in New Issue
Block a user