20
0

Accepting request 1118072 from devel:languages:perl:autoupdate

- updated to 2.30
   see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
  [V 2.30]
  Date=2023-10-12T17:17:08
  Comments= <<EOT
  - As of V 2.30, this module supports an array syntax for cases where you wish to
  assign an array of values to a key.
  - See the new POD section called ARRAY SYNTAX.
  - See also the updated question in the FAQ: What happens if a key is repeated?
  - See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
  - In each case, search for the word greetings to find the new code samples.
  - This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.
  EOT

OBS-URL: https://build.opensuse.org/request/show/1118072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Tiny?expand=0&rev=37
This commit is contained in:
2023-10-19 11:22:45 +00:00
committed by Git OBS Bridge
parent 6f43597d10
commit 0cdb132d2e
4 changed files with 27 additions and 11 deletions
+18
View File
@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Oct 13 03:06:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.30
see /usr/share/doc/packages/perl-Config-Tiny/Changelog.ini
[V 2.30]
Date=2023-10-12T17:17:08
Comments= <<EOT
- As of V 2.30, this module supports an array syntax for cases where you wish to
assign an array of values to a key.
- See the new POD section called ARRAY SYNTAX.
- See also the updated question in the FAQ: What happens if a key is repeated?
- See also the sample code in the Synopsis and in t/02.main.t and in t/test.conf.
- In each case, search for the word greetings to find the new code samples.
- This patch was kindly provided by Steven Schoch, with some additions by Ron Savage.
EOT
-------------------------------------------------------------------
Mon Apr 24 22:28:58 UTC 2023 - Andrew Daugherity <adaugherity@tamu.edu>
+6 -8
View File
@@ -18,12 +18,13 @@
%define cpan_name Config-Tiny
Name: perl-Config-Tiny
Version: 2.29
Version: 2.300.0
Release: 0
%define cpan_version 2.30
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Read/Write .ini style files with as little code as possible
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{cpan_version}.tgz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -33,13 +34,10 @@ BuildRequires: perl(File::Temp) >= 0.22
BuildRequires: perl(Test::More) >= 1.001002
Requires: perl(File::Spec) >= 3.30
Requires: perl(File::Temp) >= 0.22
Provides: perl(Config::Tiny) = 2.300.0
%define __perllib_provides /bin/true
%{perl_requires}
# make_build doesn't exist on SLES 12
%if %{undefined make_build}
%define make_build %{__make} %{?_smp_mflags}
%endif
%description
'Config::Tiny' is a Perl class to read and write .ini style configuration
files with as little code as possible, reducing load time and memory
@@ -63,7 +61,7 @@ See Config::Tiny::Ordered (and possibly others) for the preservation of the
order of the entries in the file.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3de79b0ea03a8d6a93e9d9128fe845fb556222b14699a4f6f0d5ca057ae3333b
size 22910
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d
size 26973