SHA256
8
0
forked from pool/perl-Mouse

1 Commits

Author SHA256 Message Date
82308a2dbc Automatic update to Mouse-v2.6.0.tar.gz 2025-10-31 05:33:35 +00:00
4 changed files with 20 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2a0d0930190c21a444b960793aa2e369ef28a1dd0b8f34829795f86a1915956
size 220539

BIN
Mouse-v2.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 31 05:33:35 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.6.0 (v2.6.0)
see /usr/share/doc/packages/perl-Mouse/Changes
v2.6.0 2025-10-30T05:25:55Z
- Update minimum perl version from 5.8 => 5.10(#112)
-------------------------------------------------------------------
Mon Aug 5 05:30:41 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mouse
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,22 @@
%define cpan_name Mouse
Name: perl-Mouse
Version: 2.5.11
Version: 2.6.0
Release: 0
# v2.5.11 -> normalize -> 2.5.11
%define cpan_version v2.5.11
# v2.6.0 -> normalize -> 2.6.0
%define cpan_version v2.6.0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Moose minus the antlers
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Devel::PPPort) >= 3.59
BuildRequires: perl(ExtUtils::ParseXS) >= 3.22
BuildRequires: perl(Module::Build) >= 0.4005
BuildRequires: perl(Module::Build::XSUtil) >= 0.19
BuildRequires: perl(Module::Build) >= 0.400.500
BuildRequires: perl(Module::Build::XSUtil) >= 0.190
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::LeakTrace)
@@ -62,7 +62,7 @@ We're also going as light on dependencies as possible. Mouse currently has
without XS, although it has an XS backend to make it much faster.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor optimize="%{optflags}"