8
0
forked from pool/perl-DBD-CSV

Compare commits

...

27 Commits

Author SHA256 Message Date
56e2db8be3 Accepting request 1240314 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1240314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=41
2025-01-27 19:52:58 +00:00
b2c21edea8 Accepting request 1239656 from devel:languages:perl:autoupdate
- updated to 0.620.0 (0.62)
   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
  0.62	- 2025-01-13, H.Merijn Brand
      * doc should not be part of test
  0.61	- 2025-01-13, H.Merijn Brand
      * Replace "use vars" with "our" (James Raspass: PR #9)
      * Specify recommended versions based on known CVE's
      * Update doc for groff-1.24
      * It's 2024
      * Tested with perl-5.40.0
      * It's 2025
      * Add SECURITY.md

OBS-URL: https://build.opensuse.org/request/show/1239656
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-CSV?expand=0&rev=67
2025-01-26 01:36:49 +00:00
18944bc07e Accepting request 1062255 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1062255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=40
2023-01-31 15:10:17 +00:00
ed5b2b0693 Accepting request 946970 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/946970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=39
2022-01-17 21:34:17 +00:00
4c81cbafa7 Accepting request 871188 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/871188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=38
2021-02-15 22:14:46 +00:00
b26dea47c9 Accepting request 854822 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/854822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=37
2020-12-11 19:16:41 +00:00
049f5c7c63 Accepting request 847902 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/847902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=36
2020-11-11 19:48:29 +00:00
254b9e0e5a Accepting request 823157 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/823157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=35
2020-07-28 15:28:56 +00:00
ae24959b87 Accepting request 647364 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/647364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=34
2018-11-12 08:41:00 +00:00
1c43db7626 Accepting request 625592 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/625592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=33
2018-07-28 10:43:08 +00:00
6675033772 Accepting request 532534 from devel:languages:perl
- updated to 0.49
   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
  0.49	- 2016-05-12, H.Merijn Brand
      * Simplified test-table-name generation
      * Prefer quote_empty over quote_always for size (Text::CSV_XS => 1.18)
      * Add CONTRIBUTING.md
      * It's 2016
      * Added docs to warn for reserved words (RT#106529)
      * Minor spelling corrections (PRC Guillermo O. Freschi)
      * Test with perl 5.24.0, DBI 1.636, SQL::Statement-1.410, and
        Text::CSV_XS-1.23

OBS-URL: https://build.opensuse.org/request/show/532534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=32
2017-10-09 17:46:01 +00:00
b675214c8f Accepting request 297717 from devel:languages:perl
- updated to 0.48
   see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
  0.48	- 2015-02-11, H.Merijn Brand
      * Update list of valid Text::CSV_XS attributes
  
  0.47	- 2015-02-11, H.Merijn Brand
      * Updated copyright to 2015
      * Make test-tablename unique for parallel testing
      * Remove perl recommendation from META as it breaks cpan clients
  
  0.46	- 2014-11-08, H.Merijn Brand
      * Column type CHAR should return 1
  
  0.45	- 2014-10-23, H.Merijn Brand
      * Test unauthorized folder access (RT#99508). Requires DBD::File-0.43
      * Fix DBI requirement phase (depend more on toolchain) (RT#99732)

OBS-URL: https://build.opensuse.org/request/show/297717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=31
2015-04-18 08:40:50 +00:00
Stephan Kulow
3882175769 Accepting request 250225 from devel:languages:perl
- updated to 0.44
     * Table names case sensitiveness not tested case-problematic FS's
     * Fix defaults in doc (annocpan)
     * Fix typo in SYNOPSIS (RT#97313)
     * Workaround eof bug in Text::CSV_XS-1.10
 
 0.43   - 2014-06-30, H.Merijn Brand
     * Updated copyright to 2014
     * Unquote schema's in test for cygwin
     * Extra guards in Makefile.PL for unmet requirements
 
 0.42   - 2013-08-14, H.Merijn Brand
     * Optionally skip tests using File::Spec->tempdir () RT#87684
     * And document the use of $TMPDIR in README
     * Make the SYNOPSIS more reflect real-world usage
     * Detect DBI::Test and use it if available

OBS-URL: https://build.opensuse.org/request/show/250225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=30
2014-09-22 07:23:35 +00:00
Stephan Kulow
e39a39a4dd Accepting request 208436 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=28
2013-11-26 18:25:07 +00:00
Tomáš Chvátal
659280692d Accepting request 184791 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=26
2013-08-13 07:50:25 +00:00
Stephan Kulow
1f6ca681fa Accepting request 180831 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/180831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=25
2013-06-28 16:55:09 +00:00
Stephan Kulow
90d5bd7944 Accepting request 121596 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/121596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=22
2012-05-22 06:17:41 +00:00
Stephan Kulow
e6e00c1e5f replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=21
2011-12-06 17:40:09 +00:00
Stephan Kulow
7de8ea2387 Accepting request 92488 from devel:languages:perl
- update to 0.33
    * NAME / DISTNAME in Makefile.PL
    * TYPE should be numeric
    * Added tests for return count of delete statements in do
    * Upped copyright to 2011
    * Added tests for return count of update statements (Peter Rabbitson)
    * Try to catch (more) usernames on Windows as schema names
    * More cross-checks for META data

OBS-URL: https://build.opensuse.org/request/show/92488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=20
2011-11-21 11:38:42 +00:00
Sascha Peilicke
81169b6007 Accepting request 66190 from devel:languages:perl
Accepted submit request 66190 from user coolo

OBS-URL: https://build.opensuse.org/request/show/66190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=18
2011-04-06 09:00:01 +00:00
Sascha Peilicke
d7275fa08b Autobuild autoformatter for 65726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=17
2011-04-01 14:54:10 +00:00
Sascha Peilicke
b47faed126 Accepting request 65726 from devel:languages:perl
Accepted submit request 65726 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=16
2011-04-01 14:53:59 +00:00
Sascha Peilicke
0b7c03850a Autobuild autoformatter for 65639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=15
2011-03-31 12:31:11 +00:00
Sascha Peilicke
97b376f85a Accepting request 65639 from devel:languages:perl
Accepted submit request 65639 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=14
2011-03-31 12:31:00 +00:00
Lars Vogdt
953eb5983d Autobuild autoformatter for 54513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=12
2010-12-05 20:45:05 +00:00
Lars Vogdt
8cd3ed1001 Accepting request 54513 from devel:languages:perl
Accepted submit request 54513 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=11
2010-12-05 20:45:00 +00:00
OBS User autobuild
7a4edb3fe8 Accepting request 43522 from devel:languages:perl
Copy from devel:languages:perl/perl-DBD-CSV based on submit request 43522 from user computersalat

OBS-URL: https://build.opensuse.org/request/show/43522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-CSV?expand=0&rev=10
2010-07-20 18:37:52 +00:00
4 changed files with 33 additions and 10 deletions

View File

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

3
DBD-CSV-0.62.tgz Normal file
View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 22 21:09:00 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.620.0 (0.62)
see /usr/share/doc/packages/perl-DBD-CSV/ChangeLog
0.62 - 2025-01-13, H.Merijn Brand
* doc should not be part of test
0.61 - 2025-01-13, H.Merijn Brand
* Replace "use vars" with "our" (James Raspass: PR #9)
* Specify recommended versions based on known CVE's
* Update doc for groff-1.24
* It's 2024
* Tested with perl-5.40.0
* It's 2025
* Add SECURITY.md
-------------------------------------------------------------------
Sat Jan 7 03:06:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBD-CSV
#
# Copyright (c) 2023 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,12 +18,14 @@
%define cpan_name DBD-CSV
Name: perl-DBD-CSV
Version: 0.60
Version: 0.620.0
Release: 0
# 0.62 -> normalize -> 0.620.0
%define cpan_version 0.62
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: DBI driver for CSV files
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -38,10 +40,12 @@ Requires: perl(DBI) >= 1.628
Requires: perl(SQL::Statement) >= 1.405
Requires: perl(Test::More) >= 0.9
Requires: perl(Text::CSV_XS) >= 1.01
Provides: perl(DBD::CSV) = %{version}
%undefine __perllib_provides
Recommends: perl(DBD::File) >= 0.44
Recommends: perl(DBI) >= 1.643
Recommends: perl(SQL::Statement) >= 1.414
Recommends: perl(Text::CSV_XS) >= 1.49
Recommends: perl(Text::CSV_XS) >= 1.590
%{perl_requires}
%description
@@ -55,8 +59,9 @@ See DBI for details on DBI, SQL::Statement for details on SQL::Statement
and DBD::File for details on the base class DBD::File.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%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
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -71,6 +76,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