8
0

Accepting request 383919 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/383919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=36
This commit is contained in:
Stephan Kulow
2016-04-06 06:27:26 +00:00
committed by Git OBS Bridge
parent 10e7a07800
commit a16718468a
4 changed files with 23 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 4 09:42:40 UTC 2016 - coolo@suse.com
- updated to 1.56
see /usr/share/doc/packages/perl-File-Remove/Changes
1.56 2016-03-23 - Shlomi Fish
- Remove the Build.PL so there won't be two build files.
- https://github.com/shlomif/File-Remove/pull/1
- I think it doesn't matter too much with Dist-Zilla, but to avoid
future complaints, I decided to comply with the request.
- Thanks to Karen Etheridge (ETHER) for the report.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 13 01:29:07 UTC 2016 - chris@computersalat.de Sun Mar 13 01:29:07 UTC 2016 - chris@computersalat.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-Remove # spec file for package perl-File-Remove
# #
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -17,7 +17,7 @@
Name: perl-File-Remove Name: perl-File-Remove
Version: 1.55 Version: 1.56
Release: 0 Release: 0
%define cpan_name File-Remove %define cpan_name File-Remove
Summary: Remove files and directories Summary: Remove files and directories
@@ -32,7 +32,6 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Cwd) >= 3.29 BuildRequires: perl(Cwd) >= 3.29
BuildRequires: perl(File::Spec) >= 3.29 BuildRequires: perl(File::Spec) >= 3.29
BuildRequires: perl(Module::Build) >= 0.2800
Requires: perl(Cwd) >= 3.29 Requires: perl(Cwd) >= 3.29
Requires: perl(File::Spec) >= 3.29 Requires: perl(File::Spec) >= 3.29
%{perl_requires} %{perl_requires}
@@ -51,14 +50,15 @@ addition of an optional, infrequently used "other platforms" hashref.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor
./Build build flags=%{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check
./Build test %{__make} test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 %perl_make_install
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files