From 9e0037f6e0932ff9ea820a42e37640601d53d1801f72f37d83ec7a656bd4988f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 10 Mar 2014 06:39:43 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mixin-Linewise?expand=0&rev=17 --- Mixin-Linewise-0.104.tar.gz | 3 --- Mixin-Linewise-0.105.tar.gz | 3 +++ perl-Mixin-Linewise.changes | 7 +++++++ perl-Mixin-Linewise.spec | 4 +++- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 Mixin-Linewise-0.104.tar.gz create mode 100644 Mixin-Linewise-0.105.tar.gz diff --git a/Mixin-Linewise-0.104.tar.gz b/Mixin-Linewise-0.104.tar.gz deleted file mode 100644 index 025c12a..0000000 --- a/Mixin-Linewise-0.104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0dbbca5c99a1e4c1e8ed2579fba119e4df479fe5b96e0e845ab007d3d75451a -size 15800 diff --git a/Mixin-Linewise-0.105.tar.gz b/Mixin-Linewise-0.105.tar.gz new file mode 100644 index 0000000..a8a3e35 --- /dev/null +++ b/Mixin-Linewise-0.105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6818c521b0801b1701885c323f6f793f5ab066d513f0b19c4c2be6f4181054da +size 16296 diff --git a/perl-Mixin-Linewise.changes b/perl-Mixin-Linewise.changes index 31a16b8..8d30581 100644 --- a/perl-Mixin-Linewise.changes +++ b/perl-Mixin-Linewise.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 10 06:39:24 UTC 2014 - coolo@suse.com + +- updated to 0.105 + - update Readers to, by default, use PerlIO::utf8_strict to avoid + problems with CRLF layer on Win32 + ------------------------------------------------------------------- Sun Feb 9 13:33:37 UTC 2014 - coolo@suse.com diff --git a/perl-Mixin-Linewise.spec b/perl-Mixin-Linewise.spec index 89629d4..35ad4b9 100644 --- a/perl-Mixin-Linewise.spec +++ b/perl-Mixin-Linewise.spec @@ -17,7 +17,7 @@ Name: perl-Mixin-Linewise -Version: 0.104 +Version: 0.105 Release: 0 %define cpan_name Mixin-Linewise Summary: write your linewise code for handles; this does the rest @@ -29,8 +29,10 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(PerlIO::utf8_strict) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Test::More) >= 0.96 +Requires: perl(PerlIO::utf8_strict) Requires: perl(Sub::Exporter) %{perl_requires}