Accepting request 1113724 from devel:languages:perl:autoupdate
- updated to 0.224
see /usr/share/doc/packages/perl-Term-Detect-Software/Changes
0.224 2023-07-09 Released-By: PERLANCAR; Urgency: medium
- No functional changes.
- Remove usage of smartmatch.
OBS-URL: https://build.opensuse.org/request/show/1113724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Term-Detect-Software?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96d39e3a52c2ca79334d55f06094dc5d04d99977b7d45778df8f316537d39e28
|
|
||||||
size 18775
|
|
||||||
3
Term-Detect-Software-0.224.tar.gz
Normal file
3
Term-Detect-Software-0.224.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d08ee99acfa2bb9a5552efea74d73e393f4cfc69495b2a00ed3856d99b039248
|
||||||
|
size 20134
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 18 03:06:55 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.224
|
||||||
|
see /usr/share/doc/packages/perl-Term-Detect-Software/Changes
|
||||||
|
|
||||||
|
0.224 2023-07-09 Released-By: PERLANCAR; Urgency: medium
|
||||||
|
|
||||||
|
- No functional changes.
|
||||||
|
|
||||||
|
- Remove usage of smartmatch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 10 09:43:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Fri Jul 10 09:43:49 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Term-Detect-Software
|
# spec file for package perl-Term-Detect-Software
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@@ -16,26 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Term-Detect-Software
|
|
||||||
Version: 0.223
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Term-Detect-Software
|
%define cpan_name Term-Detect-Software
|
||||||
Summary: Detect terminal (emulator) software and its capabilities
|
Name: perl-Term-Detect-Software
|
||||||
|
Version: 0.224.0
|
||||||
|
Release: 0
|
||||||
|
%define cpan_version 0.224
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: Detect terminal (emulator) software and its capabilities
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Which)
|
BuildRequires: perl(File::Which)
|
||||||
BuildRequires: perl(Proc::Find::Parents) >= 0.631
|
BuildRequires: perl(Proc::Find::Parents) >= 0.631
|
||||||
BuildRequires: perl(experimental)
|
|
||||||
Requires: perl(File::Which)
|
Requires: perl(File::Which)
|
||||||
Requires: perl(Proc::Find::Parents) >= 0.631
|
Requires: perl(Proc::Find::Parents) >= 0.631
|
||||||
Requires: perl(experimental)
|
Provides: perl(Term::Detect::Software) = 0.224.0
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -45,11 +44,11 @@ This module complements other modules such as Term::Terminfo and
|
|||||||
Term::Encoding.
|
Term::Encoding.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@@ -60,7 +59,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user