diff --git a/Text-CSV-Unicode-0.201.tar.gz b/Text-CSV-Unicode-0.201.tar.gz deleted file mode 100644 index f28f389..0000000 --- a/Text-CSV-Unicode-0.201.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a31e93ad0bb9b1815baf395e1d4e6274a3469a6fe07681b1df1f7e81e871b67 -size 8989 diff --git a/Text-CSV-Unicode-0.300.tar.gz b/Text-CSV-Unicode-0.300.tar.gz new file mode 100644 index 0000000..25efe77 --- /dev/null +++ b/Text-CSV-Unicode-0.300.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f5400cd1ee1875800ba3bd77c9315b4bb9c950db2c69eac486e4f1bf5e2683 +size 9047 diff --git a/perl-Text-CSV-Unicode.changes b/perl-Text-CSV-Unicode.changes index 2ecbf25..afef565 100644 --- a/perl-Text-CSV-Unicode.changes +++ b/perl-Text-CSV-Unicode.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Sep 29 05:51:13 UTC 2018 - Stephan Kulow + +- updated to 0.300 + see /usr/share/doc/packages/perl-Text-CSV-Unicode/Changes + + 0.299_001 2018-09-27 + Text::CSV::Base is redundant + Document always_quote in Text::CSV::Unicode + Drop charnames - not used + + 0.300 2018-09-28 + Text::CSV::Unicode does not use Text::CSV::Base + Text::CSV::Base is redundant + Text::CSV::Unicode does not set C 1> + Text::CSV::Unicode C 1> is deprecated + ------------------------------------------------------------------- Wed Sep 26 06:00:25 UTC 2018 - Stephan Kulow diff --git a/perl-Text-CSV-Unicode.spec b/perl-Text-CSV-Unicode.spec index 1fd7ca0..04aeb49 100644 --- a/perl-Text-CSV-Unicode.spec +++ b/perl-Text-CSV-Unicode.spec @@ -17,7 +17,7 @@ Name: perl-Text-CSV-Unicode -Version: 0.201 +Version: 0.300 Release: 0 %define cpan_name Text-CSV-Unicode Summary: Comma-Separated Values Manipulation Routines @@ -39,7 +39,7 @@ Requires: perl(Text::CSV) >= 1 Text::CSV::Unicode provides facilities for the composition and decomposition of comma-separated values, based on Text::CSV. Text::CSV::Unicode allows for input with wide character data but does not -permit control characters (by default). +permit control characters. %prep %setup -q -n %{cpan_name}-%{version}