SHA256
8
0
forked from pool/perl-Mouse

Accepting request 320335 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/320335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mouse?expand=0&rev=42
This commit is contained in:
Stephan Kulow
2015-08-05 06:39:23 +00:00
committed by Git OBS Bridge
parent 46a1a065ec
commit ba5d0b6b5a
4 changed files with 22 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 4 08:54:44 UTC 2015 - coolo@suse.com
- updated to 2.4.5
see /usr/share/doc/packages/perl-Mouse/Changes
v2.4.5 2015-08-03T15:57:50Z
- Fix for older Perl(< 5.14.0) (#54)
v2.4.4 2015-08-02T09:49:34Z
- Fix for older Perl(< 5.22.0) (#53)
v2.4.3 2015-08-02T07:10:09Z
- Fix for Perl 5.22.0 or higher(#50)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 21:39:11 UTC 2015 - coolo@suse.com Thu Apr 16 21:39:11 UTC 2015 - coolo@suse.com

View File

@@ -17,19 +17,19 @@
Name: perl-Mouse Name: perl-Mouse
Version: 2.4.2 Version: 2.4.5
Release: 0 Release: 0
%define cpan_name Mouse %define cpan_name Mouse
Summary: Moose minus the antlers Summary: Moose minus the antlers
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mouse/ Url: http://search.cpan.org/dist/Mouse/
Source0: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/S/SY/SYOHEX/%{cpan_name}-v%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Devel::PPPort) >= 3.19 BuildRequires: perl(Devel::PPPort) >= 3.22
BuildRequires: perl(ExtUtils::ParseXS) >= 3.22 BuildRequires: perl(ExtUtils::ParseXS) >= 3.22
BuildRequires: perl(Module::Build) >= 0.400500 BuildRequires: perl(Module::Build) >= 0.400500
BuildRequires: perl(Module::Build::XSUtil) BuildRequires: perl(Module::Build::XSUtil)
@@ -60,7 +60,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. without XS, although it has an XS backend to make it much faster.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-v%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f -print0 | xargs -0 chmod 644
%build %build