Accepting request 818578 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/818578 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Slurp?expand=0&rev=28
This commit is contained in:
commit
ace19b7ece
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a37163db0b9454e48eb308dac1fc27571be086e0864c9083bed88d9c4e93747
|
|
||||||
size 37889
|
|
BIN
File-Slurp-9999.32.tar.gz
(Stored with Git LFS)
Normal file
BIN
File-Slurp-9999.32.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 1 03:08:04 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 9999.32
|
||||||
|
see /usr/share/doc/packages/perl-File-Slurp/Changes
|
||||||
|
|
||||||
|
9999.32 2020-06-30
|
||||||
|
- Re-release after fixing MANIFEST
|
||||||
|
|
||||||
|
9999.31 2020-06-28
|
||||||
|
- Remove TravisCI and AppVeyor
|
||||||
|
- Test using GitHub Actions/workflows on Windows, Mac, and Linux
|
||||||
|
- Add See Also section to the docs. (PR#24 Thanks, Dan Book)
|
||||||
|
- Add file existence and size checks (RT 132900 - Thanks, Bao Haojun)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 10 03:11:44 UTC 2020 - <timueller+perl@suse.de>
|
Tue Mar 10 03:11:44 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Slurp
|
# spec file for package perl-File-Slurp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Slurp
|
Name: perl-File-Slurp
|
||||||
Version: 9999.30
|
Version: 9999.32
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Slurp
|
%define cpan_name File-Slurp
|
||||||
Summary: Perl module for reading/writing/modifying complete files
|
Summary: Perl module for reading/writing/modifying complete files
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -40,7 +40,6 @@ a sub to read in all the files in a directory.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user