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:
@@ -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
3
Filter-1.60.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e11ef2f2ee8727b7f666fd249a3226f768e6eadfd51d9cdb49b3c3f1a35464f9
|
||||
size 95351
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user