forked from perl/perl-Module-Starter
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 383755065a | |||
| 04cfa20216 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0a18d54cf6b820b6095c92074ee86d05840fcc9b18a5fddeef282cdf2969c05
|
|
||||||
size 61904
|
|
||||||
BIN
Module-Starter-1.82.tar.gz
LFS
Normal file
BIN
Module-Starter-1.82.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 11 05:44:49 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.820.0 (1.82)
|
||||||
|
see /usr/share/doc/packages/perl-Module-Starter/Changes
|
||||||
|
|
||||||
|
1.82 2026-01-10 21:22:39 CET
|
||||||
|
* Fix compilations on 5.12 and earlier. (Grinnz)
|
||||||
|
1.81 2026-01-09 21:41:05 CET
|
||||||
|
* Fixed breakage from 1.80.
|
||||||
|
* Try to resolve wild dzil auto-version.
|
||||||
|
1.80 2026-01-09 11:39:15 CET
|
||||||
|
* Fixed problems with the multi-author feature in last release.
|
||||||
|
(Thanks, @ryoskzypu!)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 4 05:44:05 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.790.0 (1.79)
|
||||||
|
see /usr/share/doc/packages/perl-Module-Starter/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 5 05:37:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Mon May 5 05:37:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Starter
|
# spec file for package perl-Module-Starter
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 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,26 +18,26 @@
|
|||||||
|
|
||||||
%define cpan_name Module-Starter
|
%define cpan_name Module-Starter
|
||||||
Name: perl-Module-Starter
|
Name: perl-Module-Starter
|
||||||
Version: 1.780.0
|
Version: 1.820.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 1.78 -> normalize -> 1.780.0
|
# 1.82 -> normalize -> 1.820.0
|
||||||
%define cpan_version 1.78
|
%define cpan_version 1.82
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Simple starter kit for any module
|
Summary: Simple starter kit for any module
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{cpan_version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Runtime)
|
BuildRequires: perl(Module::Runtime)
|
||||||
BuildRequires: perl(Software::License) >= 0.103005
|
BuildRequires: perl(Software::License) >= 0.103.5
|
||||||
BuildRequires: perl(Test::More) >= 0.94
|
BuildRequires: perl(Test::More) >= 0.94
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
BuildRequires: perl(version) >= 0.77
|
BuildRequires: perl(version) >= 0.77
|
||||||
Requires: perl(Module::Runtime)
|
Requires: perl(Module::Runtime)
|
||||||
Requires: perl(Software::License) >= 0.103005
|
Requires: perl(Software::License) >= 0.103.5
|
||||||
Requires: perl(Test::More) >= 0.94
|
Requires: perl(Test::More) >= 0.94
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Requires: perl(version) >= 0.77
|
Requires: perl(version) >= 0.77
|
||||||
@@ -59,7 +59,7 @@ basic builder scripts, tests, documentation, and module code. This is done
|
|||||||
through just one method, 'create_distro'.
|
through just one method, 'create_distro'.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
%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