Accepting request 486684 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/486684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=28
This commit is contained in:
commit
92a3caf2b5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a
|
||||
size 132151
|
3
List-MoreUtils-0.419.tar.gz
Normal file
3
List-MoreUtils-0.419.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f8e65608f5dc583faa6a703d19d277ad46dfc1816e51f8ff34fb8322ed48615
|
||||
size 55193
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 7 06:02:31 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.419
|
||||
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||
|
||||
0.419 2017-04-06
|
||||
- Fix RT#120799: Makefile.PL fails due to unescaped paths interpolated
|
||||
in regex pattern (thanks, A. Sinan Unur)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 05:58:35 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.418
|
||||
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||
|
||||
0.418 2017-03-29
|
||||
- Clarify license conditions
|
||||
- fix Changes version/date of 0.417_001
|
||||
|
||||
0.417_001 2017-03-21
|
||||
- Divorce List::MoreUtils and List::MoreUtils::XS
|
||||
- Change license to Apache 2.0 to avoid code stealing without credits
|
||||
- Don't support Perl 5.6 out of the box anymore
|
||||
- fix RT#120235 - uniq examples are incorrect
|
||||
- remove things which will be never done from TODO list as suggested
|
||||
by Mark Aufflick in PR#18
|
||||
- Apply patch from Yanick Champoux to avoid spelling checker complains
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 16:14:08 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.416
|
||||
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||
|
||||
0.416 2016-07-06
|
||||
- Change the way how the XS part is loaded as a result of RT#115808
|
||||
- Fix some spelling errors (fix RT#115807), thanks Salvatore Bonaccorso
|
||||
- Requires XSLoader 0.22
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 09:30:24 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-List-MoreUtils
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: perl-List-MoreUtils
|
||||
Version: 0.415
|
||||
Version: 0.419
|
||||
Release: 0
|
||||
%define cpan_name List-MoreUtils
|
||||
Summary: Provide the stuff missing in List::Util
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/List-MoreUtils/
|
||||
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Exporter::Tiny) >= 0.038
|
||||
BuildRequires: perl(IPC::Cmd)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Exporter::Tiny) >= 0.038
|
||||
%{perl_requires}
|
||||
@ -49,7 +49,7 @@ case the C portions of this module couldn't be compiled on this machine.
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
@ -62,6 +62,7 @@ case the C portions of this module couldn't be compiled on this machine.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README.md
|
||||
%doc Changes GPL-1 README.md
|
||||
%license ARTISTIC-1.0 LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user