Accepting request 588499 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/588499 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=41
This commit is contained in:
commit
ee1424eaec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6d38a416da79de874c5f1825221f22e972ad500b6527d190cc6e9ebc45194b4
|
||||
size 65322
|
3
Config-IniFiles-2.95.tar.gz
Normal file
3
Config-IniFiles-2.95.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:414a19f98cc745769ce762aefce01fa52d031bc244403cd32fd1f6257f2dedc2
|
||||
size 65502
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 17 06:05:47 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 2.95
|
||||
see /usr/share/doc/packages/perl-Config-IniFiles/Changes
|
||||
|
||||
* Make use of perltidy and test for it.
|
||||
* Remove firstload / reload logic
|
||||
- https://rt.cpan.org/Ticket/Display.html?id=104763
|
||||
- thanks to José Joaquín Atria
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 30 06:13:12 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Config-IniFiles
|
||||
#
|
||||
# Copyright (c) 2016 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,14 @@
|
||||
|
||||
|
||||
Name: perl-Config-IniFiles
|
||||
Version: 2.94
|
||||
Version: 2.95
|
||||
Release: 0
|
||||
%define cpan_name Config-IniFiles
|
||||
Summary: Module for Reading .Ini-Style Configuration Files
|
||||
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/Config-IniFiles/
|
||||
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -33,6 +33,7 @@ BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::Scalar)
|
||||
BuildRequires: perl(List::Util) >= 1.33
|
||||
BuildRequires: perl(Module::Build) >= 0.280000
|
||||
BuildRequires: perl(parent)
|
||||
Requires: perl(IO::Scalar)
|
||||
Requires: perl(List::Util) >= 1.33
|
||||
%{perl_requires}
|
||||
@ -59,6 +60,7 @@ tied hash.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE OLD-Changes.txt README scripts
|
||||
%doc Changes OLD-Changes.txt README scripts
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user