8
0

Compare commits

...

44 Commits

Author SHA256 Message Date
bfa0b0e69c Accepting request 1244956 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1244956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=58
2025-02-11 20:22:02 +00:00
9dd8688d19 Accepting request 1244864 from devel:languages:perl:autoupdate
- updated to 1.600.0 (1.60)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.60	- 2025-01-29, H.Merijn Brand
      * Add SECURITY.md
      * CR/NL/CRNL inside quoted fields not affected by strict_eol
      * Fix incorrect error 2014 (issue 62)

OBS-URL: https://build.opensuse.org/request/show/1244864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=88
2025-02-11 07:08:36 +00:00
f6fd0eb9c2 Accepting request 1236816 from devel:languages:perl
- updated to 1.590.0 (1.59)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.59	- 2025-01-05, H.Merijn Brand
      * Fixed EOL test for Windows with crnl layer
      * It is 2025
  1.58	- 2024-12-30, H.Merijn Brand
      * Add strict_eol (warnings default in csv ())
      * Add XS line number in errors
      * Add streaming support - not set in stone
  1.57	- 2024-11-12, H.Merijn Brand
      * Keep runtime error from csv ()
      * add csv (on_error) (forwarded request 1236705 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1236816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=57
2025-01-12 10:08:40 +00:00
d6d59df994 Accepting request 1236705 from devel:languages:perl:autoupdate
- updated to 1.590.0 (1.59)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.59	- 2025-01-05, H.Merijn Brand
      * Fixed EOL test for Windows with crnl layer
      * It is 2025
  1.58	- 2024-12-30, H.Merijn Brand
      * Add strict_eol (warnings default in csv ())
      * Add XS line number in errors
      * Add streaming support - not set in stone
  1.57	- 2024-11-12, H.Merijn Brand
      * Keep runtime error from csv ()
      * add csv (on_error)

OBS-URL: https://build.opensuse.org/request/show/1236705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=86
2025-01-10 09:41:43 +00:00
7a12d051ea Accepting request 1196228 from devel:languages:perl
- updated to 1.560.0 (1.56)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.56	- 2024-08-09, H.Merijn Brand
      * Yet another strict/comment_str conflict (issue 57)
      * Strict affected by column_names (forwarded request 1195915 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1196228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=56
2024-08-29 13:42:36 +00:00
372ec27c46 Accepting request 1195915 from devel:languages:perl:autoupdate
- updated to 1.560.0 (1.56)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.56	- 2024-08-09, H.Merijn Brand
      * Yet another strict/comment_str conflict (issue 57)
      * Strict affected by column_names

OBS-URL: https://build.opensuse.org/request/show/1195915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=84
2024-08-27 08:24:46 +00:00
85473a9506 Accepting request 1182964 from devel:languages:perl
- updated to 1.550.0 (1.55)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.55	- 2024-06-18, H.Merijn Brand
      * More fixes for strict under bind_columns (issue 54)
      * Strict won't hide previous error (issue 56) (forwarded request 1182917 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1182964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=55
2024-06-24 18:50:38 +00:00
290281b6b8 Accepting request 1182917 from devel:languages:perl:autoupdate
- updated to 1.550.0 (1.55)
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.55	- 2024-06-18, H.Merijn Brand
      * More fixes for strict under bind_columns (issue 54)
      * Strict won't hide previous error (issue 56)

OBS-URL: https://build.opensuse.org/request/show/1182917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=82
2024-06-24 07:37:08 +00:00
d97588a172 Accepting request 1174131 from devel:languages:perl
- updated to 1.54
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.54	- 2024-04-18, H.Merijn Brand
      * Fix doc (Jean Forget, RT#150757)
      * It's 2024
      * Fix comment_str with strict
      * Doc fixup (RT#151546) (forwarded request 1173734 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1174131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=54
2024-05-16 15:12:47 +00:00
bb443d7252 Accepting request 1173734 from devel:languages:perl:autoupdate
- updated to 1.54
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.54	- 2024-04-18, H.Merijn Brand
      * Fix doc (Jean Forget, RT#150757)
      * It's 2024
      * Fix comment_str with strict
      * Doc fixup (RT#151546)

OBS-URL: https://build.opensuse.org/request/show/1173734
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=80
2024-05-15 07:11:04 +00:00
02729c6589 Accepting request 1156519 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=53
2024-03-10 19:23:46 +00:00
e36c3e683e Accepting request 1130244 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1130244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=52
2023-12-02 16:12:47 +00:00
19c8ceeef6 Accepting request 1113825 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1113825
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=51
2023-09-29 19:13:09 +00:00
1f7d1f3842 Accepting request 1102958 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1102958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=50
2023-08-09 15:24:28 +00:00
6cff922f4b Accepting request 1070672 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1070672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=49
2023-03-11 17:23:29 +00:00
295cae9c95 Accepting request 1062238 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1062238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=48
2023-02-01 15:38:40 +00:00
46f3f361f9 Accepting request 980488 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/980488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=47
2022-06-03 12:16:40 +00:00
16af2ed190 Accepting request 943419 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/943419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=46
2022-01-03 09:48:56 +00:00
Richard Brown
426daedf76 Accepting request 881347 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/881347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=45
2021-04-06 15:29:15 +00:00
371d3f652c Accepting request 859040 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/859040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=44
2020-12-30 16:11:41 +00:00
67a1aa1cd8 Accepting request 823360 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/823360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=43
2020-07-30 07:58:22 +00:00
ab8845b2f3 Accepting request 809880 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/809880
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=42
2020-06-03 18:30:33 +00:00
44a29cdb26 Accepting request 774929 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/774929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=41
2020-02-22 17:59:17 +00:00
b1a759a3ad Accepting request 731279 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/731279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=40
2019-09-24 22:46:10 +00:00
0b15512745 Accepting request 686435 from devel:languages:perl
- update to 1.39
  1.39 - 2019-03-15, H.Merijn Brand
    * It's 2019
    * Fix tests to skip on Encode failing (PR#17 charsbar + klapperl)
    * Tested on Z/OS (s390x - Hercules) :)
    * Test with new Module::CPANTS::Analyse
    * Add options -w/-b/-Z to csvdiff
    * Fix strict on streaming EOF
    * Now also tested with cperl
 
  1.38 - 2018-12-30, H.Merijn Brand
    * Name the duplicate headers on error 1013
    * Add missing attributes to default list (doc only, David H. Gutteridge)
    * Add support for combined keys
    * Look at $NO_COLOR for csvdiff
    * Add support for key-value pair

OBS-URL: https://build.opensuse.org/request/show/686435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=39
2019-03-24 13:56:46 +00:00
4a28d879de Accepting request 639346 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/639346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=38
2018-10-04 16:57:14 +00:00
13809ee9cb Accepting request 623050 from devel:languages:perl
- updated to 1.36
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.36	- 2018-06-26, H.Merijn Brand
      * Now also tested on FreeBSD-11.1
      * Update to Devel::PPPort-3.42
      * Fixed memory leak (Thanks DaveM)
      * Add undef_str attribute
      * Tested against perl-5.28.0
      * Move from DynaLoader to XSLoader
      * Tested on Synology DSM

OBS-URL: https://build.opensuse.org/request/show/623050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=37
2018-07-18 20:38:07 +00:00
2320a27fd7 Accepting request 590307 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/590307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=36
2018-03-24 15:09:37 +00:00
e3969c6372 Accepting request 556508 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/556508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=35
2017-12-15 13:01:12 +00:00
920a6d2a82 Accepting request 532539 from devel:languages:perl
- updated to 1.32
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.32	- 2017-09-15, H.Merijn Brand
      * Add keep_headers attribute to csv ()
      * Fix on_in when used in combination with key
      * Fail on invalid arguments to csv
      * Fix header method on EOL = CR (RT#122764)
  
  1.31	- 2017-06-13, H.Merijn Brand
      * Fix already decoded BOM in headers
      * New options in csv-check
      * Some perlcritic
      * "escape" is alias for "escape_char" for consistency.
      * Code cleanup and more tests (Devel::Cover)
      * Improve csv-check auto-sep-detection
  
  1.30	- 2017-06-08, H.Merijn Brand
      * Add csv (..., out => ...) syntax examples (issue 7)
      * Disable escape_null for undefined escape_char
      * Fix ->say for bound columns (RT#121576)
      * Update to Devel::PPPort 3.36
      * Tested under 5.26.0 and 5.27.0
      * Doc changes and additions
  
  1.29	- 2017-04-25, H.Merijn Brand
      * More docs for bind_colmns (RT#121350)
      * New attribute "strict" (also addresses RT#121350)
  
  1.28	- 2017-03-22, H.Merijn Brand
      * Fix length problem with bound empty fields and UTF-8 (RT#120655)

OBS-URL: https://build.opensuse.org/request/show/532539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=34
2017-10-11 20:55:21 +00:00
Stephan Kulow
3c146f08b0 Accepting request 226358 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/226358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=32
2014-03-18 13:17:01 +00:00
Stephan Kulow
0ea51aad75 Accepting request 223607 from devel:languages:perl
- updated to 1.04
    * get_columnd () with no argument now returns the empty list
      instead of undef when no columns defined
    * fragments (rcf7111) now also support AoH (was AoA only)
    * Error code conflict for fragments resolved to 2013
    * New function "csv" (not a method)
    * Update copyright to 2014
    * Implement RCF7111

OBS-URL: https://build.opensuse.org/request/show/223607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=31
2014-02-24 13:13:01 +00:00
Stephan Kulow
dd9a5345ee Accepting request 208384 from devel:languages:perl
- updated to 1.02
   * Add example for reading only a single column
   * Don't store NULL in _ERROR_INPUT (RT#86217/Clone)
   * Prevent double-decode in csv-check
   * Add decode_utf8 attribute (default is true)

OBS-URL: https://build.opensuse.org/request/show/208384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=30
2013-11-26 18:33:12 +00:00
Stephan Kulow
75299d125a Accepting request 184807 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=28
2013-07-30 16:44:02 +00:00
Stephan Kulow
5ab2d828ad Accepting request 177229 from devel:languages:perl
- updated to 0.97
     * Regain the speed from 0.91 (buffer back to 1k)
     * Minor cleanup in XS code
     * Add diag_verbose attribute
     * No need to require Test::Harness if unused (RT#82693)
     * parse ("") should return one empty field, not undef
     * Now that we know the record number, show it in auto_diag
     * Introduce allow_unquoted_escape as workaround for RT#81295
     * Update copyright to 2013
     * Introduce print_hr () for RT#76143
     * Dropped plans to support EBCDIC
     * Guard against beta releases of Encode (Xavier Guimard - RT#81499)
     * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)
     * Tested with perl compiled with clang (also to verify RT#81469)
     * Fix memory leak reported in RT#81539 (Fix by Tony Cook)
     * Skip Encode related tests on too old Encode
     * Force old(er) tar format (ustar) - assumes GNU tar on release box
     * Allow bind_columns () for print ()
     * Increase buffer size for print to 64k
     * Fix RT#80680 - Buffer break halfway UTF8 + tests
     * Prevent test-failures for long doubles on weird architectures
     * More utf-8 tests for te change of 0.90
     * Update test case now 5.005 is not supported anymore
     * Rip out the tell/seek introduced in 0.90
     * Drop 5.005 support (5.6.1 is now minimum)
     * Introduce record_number
     * Try harder to get the complete input parsed for the current record
       when hitting errors on parsing seekable IO (only works in 5.14.0 and up)
     * Tested with perl 5.6.1 .. 5.17.0 (99 versions of perl) on Linux, HP-UX,
       AIX, and Windows

OBS-URL: https://build.opensuse.org/request/show/177229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=27
2013-06-05 11:07:32 +00:00
Stephan Kulow
a4aea8979a Accepting request 108810 from devel:languages:perl
- updated to 0.87
    * Extra check on utf8 output (RT#74330)                                                                                                                                                               
    * examples/csvdiff now recognizes numerically sorted CSV files                                                                                                                                        
    * Document example comparing getline_hr vs bind_columns + getline

OBS-URL: https://build.opensuse.org/request/show/108810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=24
2012-03-12 19:15:54 +00:00
Stephan Kulow
97e444d86c Accepting request 105629 from devel:languages:perl
- updated to 0.86
    * Introduce quote_binary attribute
    * Update copyright to 2012
    * Versions
    * Fixed a utf8::decode on undef (found by perl-5.15.7)
    * Fixed localized $/ interference with other handles (RT#74216)

OBS-URL: https://build.opensuse.org/request/show/105629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=23
2012-02-17 11:08:17 +00:00
Stephan Kulow
b0ed059b0d Accepting request 94671 from devel:languages:perl
- update to 0.85
   * NAME / DISTNAME in Makefile.PL
   * More cross-checks for META data
   * Fix spurious auto_diag warning (RT#69673)
   * Tested with 50 versions of perl, including 1.15.1

OBS-URL: https://build.opensuse.org/request/show/94671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=22
2011-12-07 13:39:12 +00:00
Sascha Peilicke
ea2dfe2cfe Autobuild autoformatter for 72103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=20
2011-05-31 12:26:34 +00:00
Sascha Peilicke
75d8eae079 Accepting request 72103 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/72103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=19
2011-05-31 12:26:24 +00:00
Sascha Peilicke
7fa699e490 Autobuild autoformatter for 65655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=18
2011-03-31 13:23:18 +00:00
Sascha Peilicke
fd407bd17b Accepting request 65655 from devel:languages:perl
Accepted submit request 65655 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=17
2011-03-31 13:23:08 +00:00
Lars Vogdt
494e0c4d5c Autobuild autoformatter for 54671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=15
2010-12-05 21:22:59 +00:00
Lars Vogdt
99fff3ae8b Accepting request 54671 from devel:languages:perl
Accepted submit request 54671 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=14
2010-12-05 21:22:54 +00:00
4 changed files with 72 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba3231610fc755a69e14eb4a3c6d8cce46cc4fd32853777a6c9ce485a8878b42
size 273211

BIN
Text-CSV_XS-1.60.tgz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,65 @@
-------------------------------------------------------------------
Sat Feb 1 05:29:30 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.600.0 (1.60)
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.60 - 2025-01-29, H.Merijn Brand
* Add SECURITY.md
* CR/NL/CRNL inside quoted fields not affected by strict_eol
* Fix incorrect error 2014 (issue 62)
-------------------------------------------------------------------
Mon Jan 6 05:35:21 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.590.0 (1.59)
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.59 - 2025-01-05, H.Merijn Brand
* Fixed EOL test for Windows with crnl layer
* It is 2025
1.58 - 2024-12-30, H.Merijn Brand
* Add strict_eol (warnings default in csv ())
* Add XS line number in errors
* Add streaming support - not set in stone
1.57 - 2024-11-12, H.Merijn Brand
* Keep runtime error from csv ()
* add csv (on_error)
-------------------------------------------------------------------
Sat Aug 10 05:29:38 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.560.0 (1.56)
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.56 - 2024-08-09, H.Merijn Brand
* Yet another strict/comment_str conflict (issue 57)
* Strict affected by column_names
-------------------------------------------------------------------
Sun Jun 23 16:49:35 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- updated to 1.550.0 (1.55)
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.55 - 2024-06-18, H.Merijn Brand
* More fixes for strict under bind_columns (issue 54)
* Strict won't hide previous error (issue 56)
-------------------------------------------------------------------
Fri Apr 19 03:08:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.54
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.54 - 2024-04-18, H.Merijn Brand
* Fix doc (Jean Forget, RT#150757)
* It's 2024
* Fix comment_str with strict
* Doc fixup (RT#151546)
-------------------------------------------------------------------
Fri Mar 8 23:06:29 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV_XS
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.530.0
Version: 1.600.0
Release: 0
%define cpan_version 1.53
# 1.60 -> normalize -> 1.600.0
%define cpan_version 1.60
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name}
@@ -30,7 +31,7 @@ BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Text::CSV_XS) = %{version}
%undefine __perllib_provides
Recommends: perl(Encode) >= 3.200.0
Recommends: perl(Encode) >= 3.21
%{perl_requires}
%description
@@ -42,7 +43,7 @@ The module accepts either strings or files as input and support the use of
user-specified characters for delimiters, separators, and escapes.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
@@ -62,6 +63,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc ChangeLog CONTRIBUTING.md examples README
%doc ChangeLog CONTRIBUTING.md examples README SECURITY.md
%changelog