Accepting request 332217 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/332217 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error-Pure-Output-Text?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
ea70f14a2a
commit
aab78a8a93
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e7f8258e94f97dae70ca21f83b29a80dc41dcc3caa6bf4ba76c7894566a11f9
|
|
||||||
size 27763
|
|
3
Error-Pure-Output-Text-0.22.tar.gz
Normal file
3
Error-Pure-Output-Text-0.22.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55511302e04e29e30e88dd82f9ad7e7cde293df2cd45bb837f8fd0644980684a
|
||||||
|
size 28556
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#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_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,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 08:50:50 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.22
|
||||||
|
see /usr/share/doc/packages/perl-Error-Pure-Output-Text/Changes
|
||||||
|
|
||||||
|
0.22 2015-09-16T10:15:40+02:00
|
||||||
|
- Improve LICENSE AND COPYRIGHT section in doc.
|
||||||
|
- Improve SEE ALSO section in doc.
|
||||||
|
- Move admin tests to xt/ directory. Thanks Karen Etheridge (#105636).
|
||||||
|
- Remove trailing whitespace from tests.
|
||||||
|
- Update Module::Install to 1.16 version.
|
||||||
|
- Update copyright years.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 17 11:55:15 UTC 2015 - coolo@suse.com
|
Fri Apr 17 11:55:15 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Error-Pure-Output-Text
|
Name: perl-Error-Pure-Output-Text
|
||||||
Version: 0.21
|
Version: 0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Error-Pure-Output-Text
|
%define cpan_name Error-Pure-Output-Text
|
||||||
Summary: Output subroutines for Error::Pure
|
Summary: Output subroutines for Error::Pure
|
||||||
@@ -25,14 +25,13 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Error-Pure-Output-Text/
|
Url: http://search.cpan.org/dist/Error-Pure-Output-Text/
|
||||||
Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Readonly)
|
BuildRequires: perl(Readonly)
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
BuildRequires: perl(Test::Pod)
|
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
|
||||||
Requires: perl(Readonly)
|
Requires: perl(Readonly)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user