1
0
Commit Graph

49 Commits

Author SHA256 Message Date
99a5023419 - 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=82
2024-06-24 07:37:08 +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
Tina Müller
de81a8e036 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=78
2024-03-08 23:06:32 +00:00
6e9b27bf65 Accepting request 1130064 from devel:languages:perl:autoupdate
- updated to 1.53
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.53	- 2023-11-22, H.Merijn Brand
      * Two casts for -Wformat (issue 50)
      * Add --skip-empty to csv2xlsx
      * Add --font and --font-size to csv2xlsx
      * Fix skip_empty_rows ("skip") and trailing newlines (Corey Hickey, PR#52)
      * Fix comment in last line (RT#150501)

OBS-URL: https://build.opensuse.org/request/show/1130064
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=76
2023-12-01 13:50:18 +00:00
Dirk Stoecker
cb7ca30f14 Accepting request 1113747 from devel:languages:perl:autoupdate
- updated to 1.52
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.52	- 2023-09-21, H.Merijn Brand
      * Fix possible coredump in cache on non-IO parse (issue 49)

OBS-URL: https://build.opensuse.org/request/show/1113747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=74
2023-09-27 08:23:09 +00:00
Dirk Stoecker
ad1fea4813 Accepting request 1102945 from devel:languages:perl:autoupdate
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- updated to 1.51
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.51	- 2023-08-07, H.Merijn Brand
      * Contact e-mail update
      * Attribute skip_empty_rows extended
      * Fix comments (PR#45)
      * Fix help (x12340, PR#46)
      * Update to Devel::PPPort-3.71
      * Fix HTML on Windows
      * Fix double header-interpretation on bom + headers => "auto" (issue 47)

OBS-URL: https://build.opensuse.org/request/show/1102945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=72
2023-08-08 15:12:07 +00:00
Dirk Stoecker
061188a1bf Accepting request 1070482 from devel:languages:perl:autoupdate
- updated to 1.50
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.50	- 2023-03-01, H.Merijn Brand
      * Promote sep to sep_set in csv () with auto-headers
      * Fix bug in set_diag surfaced by PERL_RC_STACK

OBS-URL: https://build.opensuse.org/request/show/1070482
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=70
2023-03-10 10:42:59 +00:00
2f4750142d Accepting request 1061350 from devel:languages:perl:autoupdate
- updated to 1.49
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.49	- 2023-01-03, H.Merijn Brand
      * csv2xlsx --split=CxP [--split-label=C]
      * Full documentation/manual for csv2xlsx
      * Fix non-integer arguments to getline_all (issue 39)
      * It's 2023

OBS-URL: https://build.opensuse.org/request/show/1061350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=68
2023-01-31 12:52:02 +00:00
Lars Vogdt
df05f5f50d Accepting request 979963 from devel:languages:perl:autoupdate
- updated to 1.48
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.48	- 2022-05-24, H.Merijn Brand
      * It's 2022
      * Update to Devel::PPPort-3.64
      * kh => 1 (use internal headers)
      * Update to Devel::PPPort-3.67
      * Add constants for META flags (RT#142508)
      * Update to Devel::PPPort-3.68
      * Export :CONSTANTS
      * Fix sep_set typo (issue 37)
      * Tested against perl-5.36.0

OBS-URL: https://build.opensuse.org/request/show/979963
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=66
2022-06-02 09:27:41 +00:00
Lars Vogdt
12f36acf27 Accepting request 943095 from devel:languages:perl:autoupdate
- updated to 1.47
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.47	- 2021-12-21, H.Merijn Brand
      * Make error 2014 catchable
      * Suppress empty lines on empty input (issue 34)
      * Perl 6 -> Raku in docs (RT#136864)
      * IETF changed their URLs
      * Add some documentation for Google hist (Nigel)

OBS-URL: https://build.opensuse.org/request/show/943095
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=65
2022-01-01 17:41:51 +00:00
Dirk Stoecker
048fe40b41 Accepting request 881284 from devel:languages:perl:autoupdate
- updated to 1.46
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.46	- 2021-03-24, H.Merijn Brand
      * It's 2021
      * New attribute comment_str     (RFC 4180-bis)
      * New attribute skip_empty_rows (RFC 4180-bis)
      * http -> https in links in docs
      * Fix several issues with auto-detecting \r as EOL
      * Tested on perl-5.6.1 .. perl-5.32.1 and perl-5.33.8 (145)

OBS-URL: https://build.opensuse.org/request/show/881284
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=63
2021-03-25 16:14:19 +00:00
b2d6b6d807 Accepting request 859013 from devel:languages:perl:autoupdate
- updated to 1.45
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.45	- 2020-12-24, H.Merijn Brand
      * Update to Devel::PPPort-3.60 (3.59 was b0rked)
      * Allow adding to existing data in csv (out => $ref)
      * examples/csv2xlsx : -L   # to limit records to export
      * examples/csv2xlsx : --de # for possible double-encoding fix
      * Update to Devel::PPPort-3.61
      * Update to Devel::PPPort-3.62
      * Add examples/csv-split
      * examples/csv2xlsx : Check if .xlsx is creatable before conversion
      * Small doc additions
      * Fix META issue for bugtracker

OBS-URL: https://build.opensuse.org/request/show/859013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=61
2020-12-28 14:33:13 +00:00
a639ef3075 Accepting request 823357 from devel:languages:perl:autoupdate
- updated to 1.44
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.44	- 2020-07-22, H.Merijn Brand
      * EBCDIC now fully functional
      * Prevent false negative CPANTESTERS fail reports
      * Fully tested on perl-5.32.0 and perl-5.33.0
      * Fix partly decoded fields in header (found by Eric Brine)

OBS-URL: https://build.opensuse.org/request/show/823357
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=59
2020-07-29 10:25:36 +00:00
660f02a00c Accepting request 809859 from devel:languages:perl:autoupdate
updated to 1.43
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.43	- 2020-05-27, H.Merijn Brand
      * Add --parser-opt[=value] to csv-check
      * Add -L & -X to csv-check
      * Fix undef value in attribute setters for strings (issue 24)
      * Document quote (undef) is not supported

OBS-URL: https://build.opensuse.org/request/show/809859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=57
2020-05-28 09:12:52 +00:00
fc889ecddb Accepting request 808138 from devel:languages:perl:autoupdate
updated to 1.42
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.42	- 2020-05-19, H.Merijn Brand
      * Update to Devel::PPPort-3.58
      * Unicode fixes for csv2xls and csv2xlsx
      * Add internal buffers to cache diagnostics
      * Fix positional reporting in examples/csv-check
      * Allow passing CSV parsing attributes to csv-check
      * Proof reading - doc fixes by Klaus Baldermann <soonix> (PR#21)
      * Fix type caching (RT#132344)
      * Small doc fix by Nick Tonkin <1nickt> (PR#22)
      * Fix sep=; being ignored in ->header (issue 23)

OBS-URL: https://build.opensuse.org/request/show/808138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=56
2020-05-22 09:31:52 +00:00
0df6a5d3e2 Accepting request 774892 from devel:languages:perl:autoupdate
- updated to 1.41
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.41	- 2020-02-16, H.Merijn Brand
      * Update to Devel::PPPort-3.56
      * csv2xls uses sheetname as csv2xlsx
      * csv2xlsx: support images (each image gets its own tab)
      * More docs. (Data validation)
      * It's 2020
      * No binary literals in fixed error messages
      * Fix auto_diag > 2 to die when headers are used (issue 19)

OBS-URL: https://build.opensuse.org/request/show/774892
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=54
2020-02-17 15:48:12 +00:00
04dafce52a Accepting request 731273 from devel:languages:perl:autoupdate
- updated to 1.40
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.40	- 2019-09-15, H.Merijn Brand
      * Update to Devel::PPPort-3.52
      * Development perl is now 5.28.2
      * [csv2xlsx] sheetnames are restricted to 31 characters
      * Generate cpanfile
      * Add munge type "db"
      * [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (issue#18)
      * New: support $csv->formula (sub { ... })
      * Support stacked encodings

OBS-URL: https://build.opensuse.org/request/show/731273
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=52
2019-09-16 12:42:55 +00:00
76c1dcec87 Accepting request 685979 from home:pmonrealgonzalez:branches: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/685979
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=50
2019-03-19 09:54:04 +00:00
Lars Vogdt
6df75d537a Accepting request 662183 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/662183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=49
2019-01-02 15:06:58 +00:00
Dirk Stoecker
5e5c685c88 update to 1.37
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=47
2018-09-29 08:51:04 +00:00
Stephan Kulow
9c7ce8994e - 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=45
2018-07-16 06:52:12 +00:00
b5fdd91777 Accepting request 590063 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 1.35
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.35   - 2018-03-21, H.Merijn Brand
      * Remove META.yml from MANIFEST.skip
      * Use UNIVERSAL::isa to protect against unblessed references
      * -Wformat warning (RT#123729)
      * Make detect_bom result available
      * It's 2018
      * Add csv (out => \"skip") - suppress output deliberately
      * Allow sub as top-level filter
      * Tested against Test2::Harness-0.001062 (yath test)
      * Tested against perl-5.27.10

OBS-URL: https://build.opensuse.org/request/show/590063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=43
2018-03-22 13:16:23 +00:00
Stephan Kulow
64a8caeef2 - updated to 1.34
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.34	- 2017-11-05, H.Merijn Brand
      * Bad arg for formula (like "craok") will now die with error 1500
      * Row report in formula reporting was off by 1
      * Add a prominent section about BOM handling
      * Make sheet label more portable (csv2xlsx)
      * Allow munge => \%hash
      * Preserve first row in csv (set_column_names => 0)
  
  1.33	- 2017-10-19, H.Merijn Brand
      * Small additional fix for eol = 
 + BOM
      * Updated doc for example files
      * Add support for formula actions (issue 11)
        - csv2xls and csv2xlsx now warn by default
      * Reset file info on ->header call (RT#123320)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=41
2017-12-10 14:13:33 +00:00
Stephan Kulow
c62a20160b - 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=39
2017-10-08 08:28:19 +00:00
Stephan Kulow
b09d297882 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=37
2014-03-17 08:35:23 +00:00
Stephan Kulow
b4de539bb5 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=35
2014-02-24 06:16:15 +00:00
Stephan Kulow
6229207077 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=33
2013-11-25 07:44:51 +00:00
Stephan Kulow
5997fb92cd - updated to 1.01
* Cache not re-read on getline_all (RT#86155)
    * Fix automatic UTF-8 in getline/parse for SV's with \0
    * Documents return value of bind_columns without arguments
    * Fix automatic UTF-8 in getline/parse
    * Clarify eol documentation
    * Move error_input to XS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=31
2013-07-27 12:27:57 +00:00
Stephan Kulow
16ade8ab47 - 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=29
2013-06-03 10:53:54 +00:00
Stephan Kulow
6ec76c40a5 - 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=27
2012-03-11 19:24:48 +00:00
Stephan Kulow
d60f5005f6 - 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=25
2012-02-17 08:49:51 +00:00
Stephan Kulow
23d1d4e8ff OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=22 2011-12-01 10:40:44 +00:00
Stephan Kulow
ff756b8e55 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=21 2011-12-01 10:40:33 +00:00
Stephan Kulow
0486697438 - update to 0.85
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=20
2011-12-01 10:39:45 +00:00
Stephan Kulow
e5d5dda9b7 * 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/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=19
2011-11-29 20:50:00 +00:00
Stephan Kulow
be69ddc6b9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=18 2011-11-11 11:23:29 +00:00
Stephan Kulow
f3713e4cd3 - updated to 0.82
* Doc fix (RT#66905, Peter Newman)
    * Documentation overhaul (pod links)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=16
2011-05-16 08:55:15 +00:00
OBS User buildservice-autocommit
5906ba25a2 Updating link to change in openSUSE:Factory/perl-Text-CSV_XS revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=087cf9c6b7c142147b31bba7581e7683
2011-03-31 13:23:18 +00:00
Stephan Kulow
76d2dfa66d - update to 0.81
* Add is_missing ()
   * Doc overhaul
   * Fix Build on OpenVMS (RT#65654, Martin P.J. Zinser)
   * Fix SetDiag () leak (RT#66453, Sven Sch366ling)
   * Implement getline_all () and getaline_hr_all ()
   * Fixed another parsing for eol = \r (RT#61525)
   * Use correct type for STRLEN (HP-UX/PA-RISC/32)
   * More code coverage
   * EOF unreliable when line-end missing at eof
   * Internals now use warn () instead of (void)fprintf (stderr, ...)
     Now the test in t/80_diag also passes on Windows
   * Better parsing for eol = \r and set as such (RT#61525)
   * Workaround for AIX cpp bug (RT#62388, Jan Dubois)
   * Spelling fixes
   * Real eol support for parsing streams (beyond \n, \r and \r\n)
   * Clarify doc for always_quote to not quote undef fields
   * Clarify UTF8 process for print () and combine ()

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=14
2011-03-31 08:52:47 +00:00
Stephan Kulow
10f97a9179 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=12
2010-12-03 14:53:40 +00:00
Stephan Kulow
d65c909891 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=11
2010-12-01 13:56:16 +00:00
OBS User autobuild
c85ee63560 Accepting request 43329 from devel:languages:perl
Copy from devel:languages:perl/perl-Text-CSV_XS based on submit request 43329 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/43329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=13
2010-07-19 18:59:22 +00:00
OBS User autobuild
6a5196206f Accepting request 28341 from devel:languages:perl
Copy from devel:languages:perl/perl-Text-CSV_XS based on submit request 28341 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=9
2010-01-09 10:51:41 +00:00
OBS User unknown
c81ff7141c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=7 2009-08-10 21:00:06 +00:00
OBS User unknown
828a712d97 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=6 2009-06-18 15:13:44 +00:00
OBS User unknown
cb97c3b8a2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=4 2008-04-14 20:17:21 +00:00
OBS User unknown
027ef924d4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=3 2008-04-06 05:57:04 +00:00
OBS User unknown
41eb2657d5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=2 2007-07-16 16:18:04 +00:00
OBS User unknown
4b7deb6b8e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=1 2007-01-15 23:31:57 +00:00