Accepting request 1268701 from devel:languages:perl:autoupdate
- updated to 0.190.0 (0.19) see /usr/share/doc/packages/perl-Term-TermKey/Changes 0.19 2025-03-01 [BUGFIXES] * Rebuild with fixed MANIFEST to include hax/sv_regex_global_pos.c.inc 0.18 2025-02-28 [CHANGES] * General module refresh + Use perl v5.14 + Swap unit tests from Test::More to Test2::V0 * Use new `sv_regex_global_pos` API where available to avoid depending on detailed inner workings of pos magic [BUGFIXES] * Skip flag-fetching tests on STDIN unless STDIN is actually a terminal OBS-URL: https://build.opensuse.org/request/show/1268701 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-TermKey?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2fefc17f2d18e2f6d0bf22f0c0cd542cce91d66ac1a863d2634ad845f6f5f525
|
|
||||||
size 34654
|
|
3
Term-TermKey-0.19.tar.gz
Normal file
3
Term-TermKey-0.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:381ce4b32b364da0f297ffa08387871084a5beaaa4d9d15dde1b00e646347bae
|
||||||
|
size 36201
|
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 2 05:34:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.190.0 (0.19)
|
||||||
|
see /usr/share/doc/packages/perl-Term-TermKey/Changes
|
||||||
|
|
||||||
|
0.19 2025-03-01
|
||||||
|
[BUGFIXES]
|
||||||
|
* Rebuild with fixed MANIFEST to include
|
||||||
|
hax/sv_regex_global_pos.c.inc
|
||||||
|
|
||||||
|
0.18 2025-02-28
|
||||||
|
[CHANGES]
|
||||||
|
* General module refresh
|
||||||
|
+ Use perl v5.14
|
||||||
|
+ Swap unit tests from Test::More to Test2::V0
|
||||||
|
* Use new `sv_regex_global_pos` API where available to avoid
|
||||||
|
depending on detailed inner workings of pos magic
|
||||||
|
|
||||||
|
[BUGFIXES]
|
||||||
|
* Skip flag-fetching tests on STDIN unless STDIN is actually a
|
||||||
|
terminal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 29 12:39:02 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
Thu Oct 29 12:39:02 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Term-TermKey
|
# spec file for package perl-Term-TermKey
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Term-TermKey
|
%define cpan_name Term-TermKey
|
||||||
Name: perl-Term-TermKey
|
Name: perl-Term-TermKey
|
||||||
Version: 0.170.0
|
Version: 0.190.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.17 -> normalize -> 0.170.0
|
# 0.19 -> normalize -> 0.190.0
|
||||||
%define cpan_version 0.17
|
%define cpan_version 0.19
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Perl wrapper around libtermkey
|
Summary: Perl wrapper around libtermkey
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -32,8 +32,7 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(Module::Build) >= 0.4004
|
BuildRequires: perl(Module::Build) >= 0.4004
|
||||||
BuildRequires: perl(Module::Build::Using::PkgConfig)
|
BuildRequires: perl(Module::Build::Using::PkgConfig)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test2::V0) >= 0.000149
|
||||||
BuildRequires: perl(Test::Refcount)
|
|
||||||
Provides: perl(Term::TermKey) = %{version}
|
Provides: perl(Term::TermKey) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -58,7 +57,7 @@ This version of 'Term::TermKey' requires 'libtermkey' version at least
|
|||||||
0.16.
|
0.16.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user