8
0

Accepting request 448227 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/448227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Modern-Perl?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2017-01-03 08:28:47 +00:00
committed by Git OBS Bridge
parent ea39329cdb
commit 00c0ada501
5 changed files with 50 additions and 8 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Dec 30 06:47:49 UTC 2016 - coolo@suse.com
- updated to 1.20161229
see /usr/share/doc/packages/perl-Modern-Perl/Changes
1.20161229 2016-12-28 16:02:17-08:00 America/Los_Angeles
- improved VERSION numbering (Gryphon Shafer, GH #5)
1.20161005 2016-10-05 09:38:21-07:00 America/Los_Angeles
- updated for 2016 release (Gryphon Shafer)
- added support for 5.24
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 7 16:23:00 UTC 2015 - coolo@suse.com Sat Feb 7 16:23:00 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Modern-Perl # spec file for package perl-Modern-Perl
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -17,19 +17,20 @@
Name: perl-Modern-Perl Name: perl-Modern-Perl
Version: 1.20150127 Version: 1.20161229
Release: 0 Release: 0
%define cpan_name Modern-Perl %define cpan_name Modern-Perl
Summary: enable all of the features of Modern Perl with one import Summary: Enable All of the Features of Modern Perl with One Import
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/Modern-Perl/ Url: http://search.cpan.org/dist/Modern-Perl/
Source: http://www.cpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/C/CH/CHROMATIC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.2800 BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(autodie) >= 2.22 BuildRequires: perl(autodie) >= 2.22
BuildRequires: perl(feature) BuildRequires: perl(feature)