0.35 bump
This commit is contained in:
parent
393f8b3cf8
commit
e912c0f1d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/Config-Perl-V-0.31.tgz
|
||||
/Config-Perl-V-0.33.tgz
|
||||
/Config-Perl-V-0.34.tgz
|
||||
/Config-Perl-V-0.35.tgz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Config-Perl-V
|
||||
Version: 0.34
|
||||
Version: 0.35
|
||||
Release: 1%{?dist}
|
||||
Summary: Structured data retrieval of perl -V output
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
@ -66,7 +66,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
|
||||
%install
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
# Install tests
|
||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
||||
@ -91,6 +91,9 @@ make test PERL_CORE=%{defined perl_bootstrap}
|
||||
%{_libexecdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Jan 09 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.35-1
|
||||
- 0.35 bump
|
||||
|
||||
* Wed Aug 24 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.34-1
|
||||
- 0.34 bump
|
||||
- Package tests
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Config-Perl-V-0.34.tgz) = bf1487957b0e84ce994e2eb9ddcf8db9cbab065157992e98b46ca887d923097538af6a9ea0a053ace46587967f42807e7fbfabed0e8600d7b5ac740671904a6c
|
||||
SHA512 (Config-Perl-V-0.35.tgz) = b9e75844498b2094508c6c8d2558a57747a01f306aa4bb52e13a46223141aee005e7d47022b70d9e08abc0ca501c12414350e4c96fc00fe4bb315d0fe43165b3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user