Accepting request 865934 from devel:languages:perl:autoupdate

- updated to 1.04
   see /usr/share/doc/packages/perl-Text-Trim/Changes
  1.04    2020-12-24
          - RT -> GitHub for issue tracker, as RT is being shut down

OBS-URL: https://build.opensuse.org/request/show/865934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Trim?expand=0&rev=3
This commit is contained in:
2021-01-22 10:58:16 +00:00
committed by Git OBS Bridge
parent 365e93e1a7
commit 44070d09bf
4 changed files with 19 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0fcfc1d46dddec41c098820745e83c68b06fd829f7394fa352bb0d4b753494f
size 13276

3
Text-Trim-1.04.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5878a9079d33cd1766cf6abc44cd625bd00a0213d2ce8e3143fe6944abaaa11
size 13263

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 22 03:12:41 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.04
see /usr/share/doc/packages/perl-Text-Trim/Changes
1.04 2020-12-24
- RT -> GitHub for issue tracker, as RT is being shut down
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 26 08:32:21 UTC 2019 - <timueller+perl@suse.de> Thu Sep 26 08:32:21 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Text-Trim # spec file for package perl-Text-Trim
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 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,18 +16,16 @@
# #
Name: perl-Text-Trim
Version: 1.03
Release: 0
%define cpan_name Text-Trim %define cpan_name Text-Trim
Name: perl-Text-Trim
Version: 1.04
Release: 0
Summary: Remove leading and/or trailing whitespace from strings Summary: Remove leading and/or trailing whitespace from strings
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name}
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJT/%{cpan_name}-%{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
%{perl_requires} %{perl_requires}
@@ -38,11 +36,11 @@ whitespace from strings. It is basically a wrapper around some simple
regexes with a flexible context-based interface. regexes with a flexible context-based interface.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -53,7 +51,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.md %doc Changes README README.md
%license LICENSE %license LICENSE