forked from pool/perl-DBD-CSV
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
811508a8a2 | |||
5829bd562a |
@@ -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
3
DBD-CSV-0.62.tgz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3f1150fe2067c0e3d14958765ea8d419583498f963136b0402daa930bc930e3
|
||||||
|
size 45335
|
@@ -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>
|
Sat Jan 7 03:06:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBD-CSV
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,14 @@
|
|||||||
|
|
||||||
%define cpan_name DBD-CSV
|
%define cpan_name DBD-CSV
|
||||||
Name: perl-DBD-CSV
|
Name: perl-DBD-CSV
|
||||||
Version: 0.60
|
Version: 0.620.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.62 -> normalize -> 0.620.0
|
||||||
|
%define cpan_version 0.62
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: DBI driver for CSV files
|
Summary: DBI driver for CSV files
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
@@ -38,10 +40,12 @@ Requires: perl(DBI) >= 1.628
|
|||||||
Requires: perl(SQL::Statement) >= 1.405
|
Requires: perl(SQL::Statement) >= 1.405
|
||||||
Requires: perl(Test::More) >= 0.9
|
Requires: perl(Test::More) >= 0.9
|
||||||
Requires: perl(Text::CSV_XS) >= 1.01
|
Requires: perl(Text::CSV_XS) >= 1.01
|
||||||
|
Provides: perl(DBD::CSV) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
Recommends: perl(DBD::File) >= 0.44
|
Recommends: perl(DBD::File) >= 0.44
|
||||||
Recommends: perl(DBI) >= 1.643
|
Recommends: perl(DBI) >= 1.643
|
||||||
Recommends: perl(SQL::Statement) >= 1.414
|
Recommends: perl(SQL::Statement) >= 1.414
|
||||||
Recommends: perl(Text::CSV_XS) >= 1.49
|
Recommends: perl(Text::CSV_XS) >= 1.590
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%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.
|
and DBD::File for details on the base class DBD::File.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -71,6 +76,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc ChangeLog CONTRIBUTING.md examples README
|
%doc ChangeLog CONTRIBUTING.md examples README SECURITY.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user