diff --git a/DBD-SQLite-1.72.tar.gz b/DBD-SQLite-1.72.tar.gz deleted file mode 100644 index 0b046cc..0000000 Binary files a/DBD-SQLite-1.72.tar.gz and /dev/null differ diff --git a/DBD-SQLite-1.74.tar.gz b/DBD-SQLite-1.74.tar.gz new file mode 100644 index 0000000..4e70fdb Binary files /dev/null and b/DBD-SQLite-1.74.tar.gz differ diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 1f528fc..fd81177 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -1,5 +1,5 @@ Name: perl-DBD-SQLite -Version: 1.72 +Version: 1.74 Release: 1 Summary: DBD::SQLite embeds SQLite database engine into a DBD driver License: (GPL-1.0-or-later or Artistic-1.0) and Public Domain @@ -66,6 +66,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Mon Mar 18 2024 wangshuo - 1.74-1 +- Update to 1.74 + * Thu Nov 17 2022 dillon chen - 1.72-1 - update to 1.72 diff --git a/perl-DBD-SQLite.yaml b/perl-DBD-SQLite.yaml index 8103242..a4f9089 100644 --- a/perl-DBD-SQLite.yaml +++ b/perl-DBD-SQLite.yaml @@ -1,5 +1,5 @@ version_control: metacpan src_repo: DBD-SQLite -tag_prefix: "^v" -seperator: "." +tag_prefix: "^" +separator: "."