Update version to 0.88

This commit is contained in:
woody2918 2024-02-04 10:32:30 +08:00
parent ea226d1a84
commit 6591b7da8a
3 changed files with 7 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: perl-Module-Signature
Version: 0.87
Release: 2
Version: 0.88
Release: 1
Summary: Module signature file manipulation
License: CC0 1.0 Universal
Group: Development/Libraries
@ -68,12 +68,16 @@ rm -rf $RPM_BUILD_ROOT
%files -f filelist.lst
%defattr(-,root,root,-)
%doc ANDK2020.pub AUDREYT2018.pub AUTHORS Changes NIKLASHOLM2018.pub PAUSE2020.pub README
%doc ANDK2020.pub AUDREYT2018.pub AUTHORS Changes NIKLASHOLM2018.pub PAUSE2022.pub README
%{perl_vendorlib}/*
%files help
%{_mandir}/*
%changelog
* Sun Feb 04 2024 woody2918 <wudi1@uniontech.com> 0.88-1
- update version to 0.88
- Update PAUSE keys to 2022.
* Sat Jul 31 2021 bzhaoop <bzhaojyathousandy@gmail.com> 0.87-2
- Fix the build dependency for gpg not found issue.