forked from pool/perl-File-Next
Accepting request 401416 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/401416 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Next?expand=0&rev=21
This commit is contained in:
committed by
Git OBS Bridge
parent
0d9ad72b45
commit
d2064deb7e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc3afd8eaf6294aba93b8152a269cc36a9df707c6dc2c149aaa04dabd869e60a
|
|
||||||
size 16842
|
|
3
File-Next-1.14.tar.gz
Normal file
3
File-Next-1.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90413333213018958503b3c0a4ba3108a8199d9ab13223dd25ef7124957a0437
|
||||||
|
size 17640
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 12 13:03:20 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.14
|
||||||
|
see /usr/share/doc/packages/perl-File-Next/Changes
|
||||||
|
|
||||||
|
1.14 Thu Jun 9 22:33:24 CDT 2016
|
||||||
|
No changes since 1.13_02.
|
||||||
|
|
||||||
|
|
||||||
|
1.13_02 Sun Jun 5 23:18:10 CDT 2016
|
||||||
|
|
||||||
|
[FIXES]
|
||||||
|
t/follow.t would cause failures in other tests when running in
|
||||||
|
parallel. Now it correctly uses a temp directory.
|
||||||
|
|
||||||
|
|
||||||
|
1.13_01 Mon May 30 21:45:42 CDT 2016
|
||||||
|
[FIXES]
|
||||||
|
File::Next::from_file() was incorrectly using the error_handler parm
|
||||||
|
for both error and warning handler.
|
||||||
|
|
||||||
|
[INTERNAL]
|
||||||
|
Optimized -f/-p calls in files() to not repeat the variable.
|
||||||
|
|
||||||
|
Use File::Temp in tests, not POSIX::tmpnam, so that it works
|
||||||
|
on Android. See https://github.com/petdance/file-next/issues/18
|
||||||
|
Thanks, Brian Fraser.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 14:04:00 UTC 2013 - cfarrell@suse.com
|
Wed Jun 5 14:04:00 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-File-Next
|
# spec file for package perl-File-Next
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 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,20 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-File-Next
|
Name: perl-File-Next
|
||||||
Version: 1.12
|
Version: 1.14
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name File-Next
|
%define cpan_name File-Next
|
||||||
Summary: File-finding iterator
|
Summary: File-finding iterator
|
||||||
License: Artistic-2.0
|
License: This program is free software and you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/File-Next/
|
Url: http://search.cpan.org/dist/File-Next/
|
||||||
Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
#BuildRequires: perl(File::Next)
|
|
||||||
#BuildRequires: perl(Util)
|
|
||||||
Requires: perl(Test::More) >= 0.88
|
Requires: perl(Test::More) >= 0.88
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user