Accepting request 510851 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/510851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Runtime?expand=0&rev=11
This commit is contained in:
parent
682163d857
commit
9949fa7f6d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4
|
||||
size 17396
|
3
Module-Runtime-0.015.tar.gz
Normal file
3
Module-Runtime-0.015.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67fcfaf4e33072924975675da9004bacc43fff9f61396135b93627cbe38e43c0
|
||||
size 17743
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 05:49:49 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.015
|
||||
see /usr/share/doc/packages/perl-Module-Runtime/Changes
|
||||
|
||||
version 0.015; 2017-07-16
|
||||
|
||||
* update test suite to not rely on . in @INC, which is no longer
|
||||
necessarily there from Perl 5.25.7
|
||||
|
||||
* in documentation, warn about the security problem with
|
||||
use_package_optimistically()
|
||||
|
||||
* declare correct version for Test::More dependency
|
||||
|
||||
* generate "traditional" style of compatibility Makefile.PL, to
|
||||
permit building in environments that don't support Build.PL or
|
||||
configure_requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 06:10:39 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Module-Runtime
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-Module-Runtime
|
||||
Version: 0.014
|
||||
Version: 0.015
|
||||
Release: 0
|
||||
%define cpan_name Module-Runtime
|
||||
Summary: runtime module handling
|
||||
Summary: Runtime Module Handling
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Module-Runtime/
|
||||
Source: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user