Accepting request 824643 from devel:languages:perl:autoupdate

- updated to 1.60
   see /usr/share/doc/packages/perl-Filter/Changes
  1.60 2020-08-05 rurban
  ----
    * Increase t/call.t verbosity on failures (PR #12 aatomic)
    * Push cwd to @INC for PERL_CORE (PR #11 jkeenan)
    * Update search.cpan.org link to metacpan (PR #10 Grinnz)

OBS-URL: https://build.opensuse.org/request/show/824643
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Filter?expand=0&rev=21
This commit is contained in:
2020-08-08 11:38:48 +00:00
committed by Git OBS Bridge
parent da833a6b42
commit f2a47ef3ed
4 changed files with 23 additions and 11 deletions

View File

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

3
Filter-1.60.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 6 03:09:13 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.60
see /usr/share/doc/packages/perl-Filter/Changes
1.60 2020-08-05 rurban
----
* Increase t/call.t verbosity on failures (PR #12 aatomic)
* Push cwd to @INC for PERL_CORE (PR #11 jkeenan)
* Update search.cpan.org link to metacpan (PR #10 Grinnz)
-------------------------------------------------------------------
Sun Aug 5 05:23:05 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Filter
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Filter
Version: 1.59
Version: 1.60
Release: 0
%define cpan_name Filter
Summary: Source Filters
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Filter/
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -47,14 +47,14 @@ Source Filters
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install