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:
2024-03-08 10:03:02 +00:00
committed by Git OBS Bridge
parent a2974ca432
commit fd097df290
4 changed files with 25 additions and 9 deletions

View File

@@ -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>