0.44 bump
This commit is contained in:
parent
672fedc9b8
commit
64b15954b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/Parse-PMFile-0.41.tar.gz
|
||||
/Parse-PMFile-0.42.tar.gz
|
||||
/Parse-PMFile-0.43.tar.gz
|
||||
/Parse-PMFile-0.44.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_Parse_PMFile_enables_optional_test
|
||||
|
||||
Name: perl-Parse-PMFile
|
||||
Version: 0.43
|
||||
Release: 8%{?dist}
|
||||
Version: 0.44
|
||||
Release: 1%{?dist}
|
||||
Summary: Parses .pm file as PAUSE does
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
URL: https://metacpan.org/release/Parse-PMFile
|
||||
@ -51,7 +51,7 @@ because of my modification.
|
||||
|
||||
%prep
|
||||
%setup -q -n Parse-PMFile-%{version}
|
||||
%patch0 -p1
|
||||
%patch -P0 -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
@ -59,7 +59,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
unset TEST_POD
|
||||
@ -71,6 +71,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed May 03 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.44-1
|
||||
- 0.44 bump
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Parse-PMFile-0.43.tar.gz) = 90577a8e48e599557f0eb1000ffd5310449817dfb629365182ebd173c79e9e37d5c36b1fe2e92f8e87cc988c882c7c7c7b6659cb8564612d302f256a6d149b14
|
||||
SHA512 (Parse-PMFile-0.44.tar.gz) = 2a62d6536a726264467938d921b767523eeaa76b13322acf37250b49bda53df1d198c7b27d4521bed6492de3561828ecf748ab35344fd9fe87c4fe5b9b45fd67
|
||||
|
||||
Loading…
Reference in New Issue
Block a user