SHA256
8
0
forked from pool/perl-Mouse

Accepting request 450395 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/450395
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mouse?expand=0&rev=46
This commit is contained in:
Stephan Kulow
2017-01-16 12:52:08 +00:00
committed by Git OBS Bridge
parent 8fe8b67216
commit 6f39a33a8f
4 changed files with 15 additions and 5 deletions

View File

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

3
Mouse-v2.4.7.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 15 06:08:39 UTC 2017 - coolo@suse.com
- updated to 2.4.7
see /usr/share/doc/packages/perl-Mouse/Changes
v2.4.7 2017-01-14T13:46:04Z
- Workaround for issue #64(#67)
In some case stack is corrupted at more than 23 attributes.
This change may makes a bit slow in that case.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 7 06:41:34 UTC 2017 - coolo@suse.com Sat Jan 7 06:41:34 UTC 2017 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Mouse Name: perl-Mouse
Version: 2.4.6 Version: 2.4.7
Release: 0 Release: 0
%define cpan_name Mouse %define cpan_name Mouse
Summary: Moose minus the antlers Summary: Moose minus the antlers
@@ -61,7 +61,6 @@ without XS, although it has an XS backend to make it much faster.
%prep %prep
%setup -q -n %{cpan_name}-v%{version} %setup -q -n %{cpan_name}-v%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" %{__perl} Build.PL installdirs=vendor optimize="%{optflags}"