8
0

Accepting request 482689 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/482689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Starter?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2017-03-26 08:26:11 +00:00
committed by Git OBS Bridge
parent 17babf0ece
commit c4e76412c3
5 changed files with 60 additions and 12 deletions

View File

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

View File

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

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,24 @@
-------------------------------------------------------------------
Sun Mar 26 06:08:50 UTC 2017 - coolo@suse.com
- updated to 1.72
see /usr/share/doc/packages/perl-Module-Starter/Changes
1.72 Sat Mar 25 21:20:41 EDT 2017
* Stable release containing previous fixes
1.71_01 Thu Mar 23 23:04:11 EDT 2017
* GH#51: drop use of Module::Build::Compat in Build.PL (Karen
Etheridge)
* GH#56: Fix generated syntax errors when using --fatalize (Dan Book)
* GH#57: Fix strange scoping issue in test on 5.8 (Dan Book)
* GH#58: Typo and doc fixes (Tordek)
* GH#59: Quote versions in generated Makefile.PL/Build.PL (Dan Book)
* GH#61: Fix version comparison in test (Dan Book)
* GH#63: Remove unneeded dependency Module::Install::AuthorTests (Dan
Book)
* GH#64: Replace usage of Path::Class with File::Spec (Dan Book)
-------------------------------------------------------------------
Mon Apr 13 18:43:00 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Starter
#
# Copyright (c) 2015 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,30 +17,29 @@
Name: perl-Module-Starter
Version: 1.71
Version: 1.72
Release: 0
%define cpan_name Module-Starter
Summary: a simple starter kit for any module
Summary: Simple Starter Kit for Any Module
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Starter/
Source: http://www.cpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Install::AuthorTests)
BuildRequires: perl(Path::Class)
BuildRequires: perl(parent)
Requires: perl(Module::Install::AuthorTests)
Requires: perl(Path::Class)
BuildRequires: perl(version)
Requires: perl(parent)
Requires: perl(version)
%{perl_requires}
%description
This is the core module for Module::Starter. If you're not looking to
extend or alter the behavior of this module, you probably want to look at
the module-starter manpage instead.
module-starter instead.
Module::Starter is used to create a skeletal CPAN distribution, including
basic builder scripts, tests, documentation, and module code. This is done