Accepting request 308163 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/308163 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-List-MoreUtils?expand=0&rev=25
This commit is contained in:
commit
65d748a6c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6407bb9ac7bada265a90e6801c9ecd45aa5736f7803af599e99afd22613c4d1
|
|
||||||
size 171897
|
|
3
List-MoreUtils-0.412.tar.gz
Normal file
3
List-MoreUtils-0.412.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66d31289647761e772fa26baa14e513e34c4186af7e5ee8a1bc13c79d1ee15b3
|
||||||
|
size 131271
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 20 08:25:44 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.412
|
||||||
|
see /usr/share/doc/packages/perl-List-MoreUtils/Changes
|
||||||
|
|
||||||
|
0.412 2015-05-19
|
||||||
|
- release 0.411_001 without further changes
|
||||||
|
|
||||||
|
0.411_001 2015-05-11
|
||||||
|
- move generation of test endpoints to author stage as requested per issue/#9
|
||||||
|
- add a rough guide for contributors
|
||||||
|
- fix rt#103251 to avoid removing bundled stuff by accident
|
||||||
|
- Fix compilation errors under cl (Thanks to jddurand)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 18:23:33 UTC 2015 - coolo@suse.com
|
Mon Apr 13 18:23:33 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,14 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-List-MoreUtils
|
Name: perl-List-MoreUtils
|
||||||
Version: 0.410
|
Version: 0.412
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name List-MoreUtils
|
%define cpan_name List-MoreUtils
|
||||||
Summary: Provide the stuff missing in List::Util
|
Summary: Provide the stuff missing in List::Util
|
||||||
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/List-MoreUtils/
|
Url: http://search.cpan.org/dist/List-MoreUtils/
|
||||||
Source: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Loading…
x
Reference in New Issue
Block a user