From 3ddeede097c7eec1fe20a20bbc01db15788e862dc7e33b77c1f28669b1ebfe47 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 8 Nov 2018 14:57:45 +0000 Subject: [PATCH] Accepting request 647219 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/647219 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=7 --- Text-CSV-Unicode-0.300.tar.gz | 3 --- Text-CSV-Unicode-0.400.tar.gz | 3 +++ perl-Text-CSV-Unicode.changes | 17 +++++++++++++++++ perl-Text-CSV-Unicode.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 Text-CSV-Unicode-0.300.tar.gz create mode 100644 Text-CSV-Unicode-0.400.tar.gz diff --git a/Text-CSV-Unicode-0.300.tar.gz b/Text-CSV-Unicode-0.300.tar.gz deleted file mode 100644 index 25efe77..0000000 --- a/Text-CSV-Unicode-0.300.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f5400cd1ee1875800ba3bd77c9315b4bb9c950db2c69eac486e4f1bf5e2683 -size 9047 diff --git a/Text-CSV-Unicode-0.400.tar.gz b/Text-CSV-Unicode-0.400.tar.gz new file mode 100644 index 0000000..03a6a1f --- /dev/null +++ b/Text-CSV-Unicode-0.400.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0187f439203c46bda5d916555b4381eaf86c35ce532691fa557a37182179f6d9 +size 8564 diff --git a/perl-Text-CSV-Unicode.changes b/perl-Text-CSV-Unicode.changes index afef565..580d9a3 100644 --- a/perl-Text-CSV-Unicode.changes +++ b/perl-Text-CSV-Unicode.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 8 07:02:28 UTC 2018 - Stephan Kulow + +- updated to 0.400 + see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes + + + 0.399_001 2018-09-27 + Removed Text::CSV::Base + t/base.t tests Text::CSV::Base as 'empty subclass' + + 0.399_002 2018-10-01 + Replace C with C + + 0.400 2018-10-02 + Removed Text::CSV::Base - except from tests + ------------------------------------------------------------------- Sat Sep 29 05:51:13 UTC 2018 - Stephan Kulow diff --git a/perl-Text-CSV-Unicode.spec b/perl-Text-CSV-Unicode.spec index 04aeb49..22627f0 100644 --- a/perl-Text-CSV-Unicode.spec +++ b/perl-Text-CSV-Unicode.spec @@ -17,13 +17,13 @@ Name: perl-Text-CSV-Unicode -Version: 0.300 +Version: 0.400 Release: 0 %define cpan_name Text-CSV-Unicode Summary: Comma-Separated Values Manipulation Routines License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Text-CSV-Unicode/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RM/RMBARKER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -45,7 +45,7 @@ permit control characters. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check