Accepting request 297381 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=35
This commit is contained in:
parent
c4a830bc62
commit
66ed0e46d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11578b7ddb1b86148ef5e5091155b7c420f157837d5b9fb486c659829186827d
|
|
||||||
size 72950
|
|
3
Config-IniFiles-2.86.tar.gz
Normal file
3
Config-IniFiles-2.86.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a290839a6370535e3795cae304ac97d7bd9409df194a30e92933b418d3c85069
|
||||||
|
size 79705
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#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_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 16 20:22:29 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.86
|
||||||
|
see /usr/share/doc/packages/perl-Config-IniFiles/Changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 9 13:34:29 UTC 2014 - coolo@suse.com
|
Sun Feb 9 13:34:29 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-IniFiles
|
# spec file for package perl-Config-IniFiles
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-IniFiles
|
Name: perl-Config-IniFiles
|
||||||
Version: 2.83
|
Version: 2.86
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-IniFiles
|
%define cpan_name Config-IniFiles
|
||||||
Summary: A module for reading .ini-style configuration files.
|
Summary: Module for Reading .Ini-Style Configuration Files
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Config-IniFiles/
|
Url: http://search.cpan.org/dist/Config-IniFiles/
|
||||||
Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{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(List::MoreUtils) >= 0.33
|
BuildRequires: perl(List::MoreUtils) >= 0.33
|
||||||
BuildRequires: perl(Module::Build) >= 0.36
|
BuildRequires: perl(Module::Build) >= 0.360000
|
||||||
Requires: perl(List::MoreUtils) >= 0.33
|
Requires: perl(List::MoreUtils) >= 0.33
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@ -56,6 +57,6 @@ tied hash.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README scripts
|
%doc Changes LICENSE OLD-Changes.txt README scripts
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user