diff --git a/Parse-PMFile-0.43.tar.gz b/Parse-PMFile-0.43.tar.gz deleted file mode 100644 index 9436b19..0000000 Binary files a/Parse-PMFile-0.43.tar.gz and /dev/null differ diff --git a/Parse-PMFile-0.45.tar.gz b/Parse-PMFile-0.45.tar.gz new file mode 100644 index 0000000..8c2c20f Binary files /dev/null and b/Parse-PMFile-0.45.tar.gz differ diff --git a/perl-Parse-PMFile.spec b/perl-Parse-PMFile.spec index 809fb14..7ac291a 100644 --- a/perl-Parse-PMFile.spec +++ b/perl-Parse-PMFile.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: perl-Parse-PMFile -Version: 0.43 +Version: 0.45 Release: 1 Summary: Parses .pm file as PAUSE does License: GPL-2.0 @@ -87,5 +87,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog -* Fri Jul 02 2021 wangqing 0.43-1 +* Mon Feb 05 2024 woody2918 - 0.45-1 +- update version to 0.45 +- Make sure to stringify versions so that they are quoted when they are encoded in JSON +- Allow to parse class|role NAME VERSION + +* Fri Jul 02 2021 wangqing - 0.43-1 - Package init