forked from perl/perl-Dist-Zilla-Plugin-Signature
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
c2cab9039e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5e50e10a338597625d547a83963267ca7badc66484d89b670d29381540f0237
|
|
||||||
size 9765
|
|
BIN
Dist-Zilla-Plugin-Signature-1.252860.tar.gz
(Stored with Git LFS)
Normal file
BIN
Dist-Zilla-Plugin-Signature-1.252860.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 11:45:45 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.252.860 (1.252860)
|
||||||
|
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Signature/Changes
|
||||||
|
|
||||||
|
Revision history for Dist-Zilla-Plugin-Signature
|
||||||
|
|
||||||
|
1.252860 -- Mon Oct 13 12:02:27 CEST 2025
|
||||||
|
* Add Moose and Dist::Zilla to Prereqs / RuntimeRequires.
|
||||||
|
* Add header to Changes file.
|
||||||
|
* If env var MODULE_SIGNATURE_AUTHOR is not set, use the first distribution author.
|
||||||
|
|
||||||
|
1.252770 -- Sun Oct 05 01:22:11 CEST 2025
|
||||||
|
* Distribution ownership transferred to Mikko Koivunalho <mikkoi@cpan.org> 2025-10-03.
|
||||||
|
Please see https://github.com/gbarr/Dist-Zilla-Plugin-Signature/pull/1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 17:02:23 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Tue Mar 12 17:02:23 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Dist-Zilla-Plugin-Signature
|
# spec file for package perl-Dist-Zilla-Plugin-Signature
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,24 +18,26 @@
|
|||||||
|
|
||||||
%define cpan_name Dist-Zilla-Plugin-Signature
|
%define cpan_name Dist-Zilla-Plugin-Signature
|
||||||
Name: perl-Dist-Zilla-Plugin-Signature
|
Name: perl-Dist-Zilla-Plugin-Signature
|
||||||
Version: 1.100.930
|
Version: 1.252.860
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 1.100930
|
# 1.252860 -> normalize -> 1.252.860
|
||||||
|
%define cpan_version 1.252860
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Sign releases with Module::Signature
|
Summary: Sign releases with Module::Signature
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/G/GB/GBARR/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MI/MIKKOI/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Dist::Zilla) >= 2.100921
|
BuildRequires: perl(Dist::Zilla) >= 5.0
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
|
||||||
BuildRequires: perl(File::chdir)
|
BuildRequires: perl(File::chdir)
|
||||||
BuildRequires: perl(Module::Signature)
|
BuildRequires: perl(Module::Signature)
|
||||||
Requires: perl(Dist::Zilla) >= 2.100921
|
BuildRequires: perl(Moose)
|
||||||
|
Requires: perl(Dist::Zilla) >= 5.0
|
||||||
Requires: perl(File::chdir)
|
Requires: perl(File::chdir)
|
||||||
Requires: perl(Module::Signature)
|
Requires: perl(Module::Signature)
|
||||||
|
Requires: perl(Moose)
|
||||||
Provides: perl(Dist::Zilla::Plugin::Signature) = %{version}
|
Provides: perl(Dist::Zilla::Plugin::Signature) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -47,7 +49,7 @@ This plugin should appear after any other AfterBuild plugin in your
|
|||||||
'dist.ini' file to ensre that no files are modified after it has been run
|
'dist.ini' file to ensre that no files are modified after it has been run
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user