forked from pool/perl-Mouse
Compare commits
27 Commits
89c6b4734a
...
factory
Author | SHA256 | Date | |
---|---|---|---|
76e7118a8f | |||
db62140ea6 | |||
4aec458dd7 | |||
60d0cf56c1 | |||
e3d0717a1f | |||
99348e75a3 | |||
e40a3f0ce9 | |||
|
d954e3617e | ||
d5a46d386a | |||
7a2f690251 | |||
1866548eb8 | |||
9d8e342832 | |||
fa776771e5 | |||
c6d53ae249 | |||
7fcd39225b | |||
c4710a0084 | |||
e8d9972301 | |||
8017010e3e | |||
2ba713acfb | |||
0b70d30f52 | |||
4ebbfaae32 | |||
4c4436ab0c | |||
|
58230c6b73 | ||
|
324bdf27ba | ||
|
cd95760204 | ||
|
e27a81e14c | ||
|
4398067c51 |
3
Mouse-v2.5.11.tar.gz
Normal file
3
Mouse-v2.5.11.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2a0d0930190c21a444b960793aa2e369ef28a1dd0b8f34829795f86a1915956
|
||||||
|
size 220539
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d1d16fb8b46fb35f235400bb507a9669141662139198e9a0bd1f7be0ca93610
|
|
||||||
size 219301
|
|
@@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 5 05:30:41 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.5.11 (v2.5.11)
|
||||||
|
see /usr/share/doc/packages/perl-Mouse/Changes
|
||||||
|
|
||||||
|
v2.5.11 2024-08-04T11:38:02Z
|
||||||
|
- Use Devel-PPPort 3.59 (atoomic #113)
|
||||||
|
- Mark "builtin" as foreign (#123)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 29 03:09:09 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.5.10
|
||||||
|
see /usr/share/doc/packages/perl-Mouse/Changes
|
||||||
|
|
||||||
|
v2.5.10 2020-03-28T13:15:57Z
|
||||||
|
- Do not use Fatal (#108)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 27 05:17:28 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.5.9
|
||||||
|
see /usr/share/doc/packages/perl-Mouse/Changes
|
||||||
|
|
||||||
|
v2.5.9 2019-08-26T14:46:49Z
|
||||||
|
- Fix circular dependencies between Mouse and MouseX::Foreign (pghmcfc #102)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 26 05:18:54 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.5.8
|
||||||
|
see /usr/share/doc/packages/perl-Mouse/Changes
|
||||||
|
|
||||||
|
v2.5.8 2019-08-25T18:52:19Z
|
||||||
|
- Fix segmentation fault which occurs when using MouseX::Foreign and role->apply at the same time (ken39arg #100, #101)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 13 05:19:40 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.5.7
|
||||||
|
see /usr/share/doc/packages/perl-Mouse/Changes
|
||||||
|
|
||||||
|
v2.5.7 2019-08-12T08:45:37Z
|
||||||
|
- Bump Module::Build::XSUtil prereq (KnowZero #99)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 14 05:47:16 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.5.6
|
||||||
|
see /usr/share/doc/packages/perl-Mouse/Changes
|
||||||
|
|
||||||
|
v2.5.6 2018-08-13T22:47:57Z
|
||||||
|
- Revert "Warn if accessors overwrite methods/functions" for now; it may cause crashes in perl 5.28.0 (#94)
|
||||||
|
|
||||||
|
v2.5.5 2018-08-13T15:41:32Z
|
||||||
|
- Warn if accessors overwrite methods/functions (ybrliiu #86, #90, #93)
|
||||||
|
- Fix for threads and XS; use newSVpvs instead of newSVpvs_share (sergeykolychev #92)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 6 05:37:18 UTC 2018 - coolo@suse.com
|
Sun May 6 05:37:18 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Mouse
|
# spec file for package perl-Mouse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -12,27 +12,27 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Mouse
|
|
||||||
Version: 2.5.4
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Mouse
|
%define cpan_name Mouse
|
||||||
Summary: Moose minus the antlers
|
Name: perl-Mouse
|
||||||
|
Version: 2.5.11
|
||||||
|
Release: 0
|
||||||
|
# v2.5.11 -> normalize -> 2.5.11
|
||||||
|
%define cpan_version v2.5.11
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Summary: Moose minus the antlers
|
||||||
Url: http://search.cpan.org/dist/Mouse/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKAJI/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Devel::PPPort) >= 3.42
|
BuildRequires: perl(Devel::PPPort) >= 3.59
|
||||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.22
|
BuildRequires: perl(ExtUtils::ParseXS) >= 3.22
|
||||||
BuildRequires: perl(Module::Build) >= 0.400500
|
BuildRequires: perl(Module::Build) >= 0.4005
|
||||||
BuildRequires: perl(Module::Build::XSUtil)
|
BuildRequires: perl(Module::Build::XSUtil) >= 0.19
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::LeakTrace)
|
BuildRequires: perl(Test::LeakTrace)
|
||||||
@@ -61,22 +61,21 @@ 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.
|
without XS, although it has an XS backend to make it much faster.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-v%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
|
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%doc Changes example README.md
|
||||||
%doc Changes example minil.toml README.md
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user