8
0

Accepting request 433905 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/433905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Load-Conditional?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2016-10-08 15:08:00 +00:00
committed by Git OBS Bridge
parent 204209aa78
commit bc22134d6d
5 changed files with 47 additions and 4 deletions

View File

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

View File

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

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,17 @@
-------------------------------------------------------------------
Sat Oct 8 14:42:18 UTC 2016 - coolo@suse.com
- updated to 0.68
see /usr/share/doc/packages/perl-Module-Load-Conditional/CHANGES
0.68 Fri Jul 29 08:01:12 BST 2016
* Fix unconditional @INC localisation
0.66 Wed Jul 27 08:22:53 BST 2016
* Add FORCE_SAFE_INC option to fix CVE-2016-1238
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 8 13:41:32 UTC 2016 - coolo@suse.com Sat Oct 8 13:41:32 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Module-Load-Conditional Name: perl-Module-Load-Conditional
Version: 0.64 Version: 0.68
Release: 0 Release: 0
%define cpan_name Module-Load-Conditional %define cpan_name Module-Load-Conditional
Summary: Looking up module information / loading at runtime Summary: Looking up module information / loading at runtime
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Load-Conditional/ Url: http://search.cpan.org/dist/Module-Load-Conditional/
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{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