Accepting request 603367 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/603367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-ConfigDir?expand=0&rev=2
This commit is contained in:
2018-05-18 18:02:05 +00:00
committed by Git OBS Bridge
parent f3215241eb
commit bd48b01e3d
5 changed files with 69 additions and 10 deletions

View File

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

View File

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

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,31 @@
-------------------------------------------------------------------
Thu May 3 05:19:14 UTC 2018 - coolo@suse.com
- updated to 0.021
see /usr/share/doc/packages/perl-File-ConfigDir/Changes
0.021 2018-05-01
- more MSWin32 related fixups
- include locallib_cfg_dir in config_dirs
0.020 2018-04-30
- spelling fixes (Thanks to Mohammed Anwar for the reminder
and pull request)
- dependencies correctly expressed
- tests for and implementation of _find_common_base_dir
fixed
- MSWin32 related fixups
- add license texts
0.019 2018-04-27
- fix local::lib handling and suggest use local::lib
- find a users homedir even without File::HomeDir
- add Travis and Coverage status badges
- add more tests for proving edge cases to improve test coverage
- add perlcritic rules and tests
- introduce perltidy ensurance
- simplify Travis-CI runs, add coverage test
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 29 19:12:56 UTC 2017 - coolo@suse.com Mon May 29 19:12:56 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-File-ConfigDir # spec file for package perl-File-ConfigDir
# #
# 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 # 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,20 +17,22 @@
Name: perl-File-ConfigDir Name: perl-File-ConfigDir
Version: 0.018 Version: 0.021
Release: 0 Release: 0
%define cpan_name File-ConfigDir %define cpan_name File-ConfigDir
Summary: Get directories of configuration files Summary: Get directories of configuration files
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/File-ConfigDir/ Url: http://search.cpan.org/dist/File-ConfigDir/
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{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(File::Path) >= 2.000000 BuildRequires: perl(File::Path) >= 2.000000
BuildRequires: perl(Test::More) >= 0.9 BuildRequires: perl(Test::More) >= 0.9
BuildRequires: perl(Test::Without::Module)
Requires: perl(File::Path) >= 2.000000 Requires: perl(File::Path) >= 2.000000
Recommends: perl(File::HomeDir) >= 0.50 Recommends: perl(File::HomeDir) >= 0.50
Recommends: perl(List::MoreUtils) >= v0.0.419 Recommends: perl(List::MoreUtils) >= v0.0.419
@@ -40,14 +42,14 @@ Recommends: perl(List::MoreUtils::XS) >= v0.0.418
%description %description
This module is a helper for installing, reading and finding configuration This module is a helper for installing, reading and finding configuration
file locations. It's intended to work in every supported Perl5 environment file locations. It's intended to work in every supported Perl5 environment
and will always try to Do The Right Thing(tm). and will always try to Do The Right Thing(TM).
'File::ConfigDir' is a module to help out when perl modules (especially 'File::ConfigDir' is a module to help out when perl modules (especially
applications) need to read and store configuration files from more than one applications) need to read and store configuration files from more than one
location. Writing user configuration is easy thanks to File::HomeDir, but location. Writing user configuration is easy thanks to File::HomeDir, but
what when the system administrator needs to place some global configuration what when the system administrator needs to place some global configuration
or there will be system related configuration (in '/etc' on UNIX(tm) or or there will be system related configuration (in '/etc' on UNIX(TM) or
'$ENV{windir}' on Windows(tm)) and some network configuration in nfs mapped '$ENV{windir}' on Windows(TM)) and some network configuration in NFS mapped
'/etc/p5-app' or '$ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app"', '/etc/p5-app' or '$ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app"',
respectively. respectively.
@@ -71,6 +73,7 @@ user to pick the right directory for each particular application.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README.md %doc Changes GPL-1 README.md
%license ARTISTIC-1.0 LICENSE
%changelog %changelog