Accepting request 602903 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/602903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooX-ConfigFromFile?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
6ae11a976a
commit
0fa8f10da3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8029ee6932ca62b721623eac49a4a3312b0538d011a164ae52d03efb2bf937ff
|
||||
size 13451
|
3
MooX-ConfigFromFile-0.009.tar.gz
Normal file
3
MooX-ConfigFromFile-0.009.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12fbfd7659d15992c5994d88e66622c1dc0abce903fc9531f9db59449f4d393d
|
||||
size 22724
|
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,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 2 05:36:27 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 0.009
|
||||
see /usr/share/doc/packages/perl-MooX-ConfigFromFile/Changes
|
||||
|
||||
0.009 2018-05-01
|
||||
- ensure maximal test coverage
|
||||
- improve test diagnostics
|
||||
- fix distribution META data
|
||||
- add license files
|
||||
- introduce sorted_loaded_config to allow implementation
|
||||
of different sort strategies
|
||||
- allow tune merge behavior
|
||||
- improve documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 19:11:46 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooX-ConfigFromFile
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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-MooX-ConfigFromFile
|
||||
Version: 0.008
|
||||
Version: 0.009
|
||||
Release: 0
|
||||
%define cpan_name MooX-ConfigFromFile
|
||||
Summary: Moo eXtension for initializing objects from config file
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooX-ConfigFromFile/
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -136,6 +137,7 @@ MooX::ConfigFromFile::Role has been consumed.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README.md
|
||||
%doc Changes GPL-1 README.md
|
||||
%license ARTISTIC-1.0 LICENSE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user