8
0

Accepting request 842298 from devel:languages:perl:autoupdate

- updated to 1.59
   see /usr/share/doc/packages/perl-File-Remove/Changes
  1.59    2020-10-16 - Shlomi Fish
      - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
          - Move to @SHLOMIF
          - Inspired by Lady_Aleena.

OBS-URL: https://build.opensuse.org/request/show/842298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=44
This commit is contained in:
2020-10-17 13:40:52 +00:00
committed by Git OBS Bridge
parent dd8caf6c44
commit 219657497c
4 changed files with 18 additions and 7 deletions

View File

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

3
File-Remove-1.59.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 17 03:12:31 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.59
see /usr/share/doc/packages/perl-File-Remove/Changes
1.59 2020-10-16 - Shlomi Fish
- dist.ini / weaver.ini / .tidyallrc / etc. cleanup
- Move to @SHLOMIF
- Inspired by Lady_Aleena.
-------------------------------------------------------------------
Thu Nov 8 06:21:53 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Remove
#
# 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
@@ -17,13 +17,13 @@
Name: perl-File-Remove
Version: 1.58
Version: 1.59
Release: 0
%define cpan_name File-Remove
Summary: Remove files and directories
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/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -49,7 +49,7 @@ addition of an optional, infrequently used "other platforms" hashref.
%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 Build.PL installdirs=vendor