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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d08ee99acfa2bb9a5552efea74d73e393f4cfc69495b2a00ed3856d99b039248
|
||||
size 20134
|
||||
3
Term-Detect-Software-0.227.tar.gz
Normal file
3
Term-Detect-Software-0.227.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3091c1461f12d4c9d8001610d1211b8e02051e01d30ab63163b2192c29d42d04
|
||||
size 20911
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 11 03:10:10 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 03:06:55 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -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