Sync from SUSE:SLFO:Main perl-Data-OptList revision 5af215a65d54ec387e3da8ef7cbe9919

This commit is contained in:
Adrian Schröter 2024-05-03 18:02:05 +02:00
commit b2375470a4
5 changed files with 247 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Data-OptList-0.114.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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

101
perl-Data-OptList.changes Normal file
View File

@ -0,0 +1,101 @@
-------------------------------------------------------------------
Sun May 7 03:06:53 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.114
see /usr/share/doc/packages/perl-Data-OptList/Changes
0.114 2023-05-06 17:25:36-04:00 America/New_York
- Data::OptList now requires perl v5.12.0
- tests no longer add "-T" to shebang, so do not invoke taint mode
-------------------------------------------------------------------
Mon Jan 2 03:10:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.113
see /usr/share/doc/packages/perl-Data-OptList/Changes
0.113 2022-12-31 21:07:47-05:00 America/New_York
- update author contact info
-------------------------------------------------------------------
Sun Jun 27 03:07:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.112
see /usr/share/doc/packages/perl-Data-OptList/Changes
0.112 2021-06-26 11:01:31-04:00 America/New_York
- no changes since last trial release (0.111)
0.111 2021-06-20 20:55:10-04:00 America/New_York (TRIAL RELEASE)
- update author contact info
- add perl version support to docs
- replace a "goto" deep in the guts with a sub call, for speed (thanks,
Olivier Mengué and Graham Knop)
-------------------------------------------------------------------
Tue Mar 29 09:13:48 UTC 2016 - coolo@suse.com
- updated to 0.110
see /usr/share/doc/packages/perl-Data-OptList/Changes
0.110 2016-03-24 21:20:54-04:00 America/New_York
- major optimization to mkopt (thanks, Olivier Mengué)
-------------------------------------------------------------------
Wed Dec 18 10:43:22 UTC 2013 - coolo@suse.com
- updated to 0.109
update bugtracker and repo links
-------------------------------------------------------------------
Tue Jul 16 12:10:27 UTC 2013 - coolo@suse.com
- updated to 0.108
repackage, new bug tracker
-------------------------------------------------------------------
Fri Mar 16 09:25:31 UTC 2012 - lars@linux-schulserver.de
- remove old_test_more.patch and use sed statement
instead (less likely to break with every package update)
-------------------------------------------------------------------
Wed Feb 29 17:09:20 CET 2012 - ro@suse.de
- add old_test_more patch to build with sle11
-------------------------------------------------------------------
Sat Nov 19 16:09:00 UTC 2011 - coolo@suse.com
- update to 0.107
mkopt now prefers named parameters; docs updated
added the name_test parameter to mkopt
-------------------------------------------------------------------
Tue Nov 30 19:20:04 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sun Apr 11 20:21:40 UTC 2010 - chris@computersalat.de
- update to 0.106
* correct version style mismatch for Sub::Install (thanks, brian d foy)
- 0.105 2010-01-14
* fix a typo in documenation (thanks, Florian Ragwitz)
- removed .packlist, perllocal.pod files
> noarch package
- cleanup spec
o fix HEADER
o update License, Url, Source
o fix deps
- perl-macros deps
- perl(Sub::Install) >= 0.921
o update description
o macro usage
-------------------------------------------------------------------
Sun Jun 21 21:11:47 CEST 2009 - chris@computersalat.de
- initial package 0.104

92
perl-Data-OptList.spec Normal file
View File

@ -0,0 +1,92 @@
#
# spec file for package perl-Data-OptList
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Data-OptList
Name: perl-Data-OptList
Version: 0.114
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Parse and validate simple name/value option pairs
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Params::Util)
BuildRequires: perl(Sub::Install) >= 0.921
BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Params::Util)
Requires: perl(Sub::Install) >= 0.921
%{perl_requires}
%description
Hashes are great for storing named data, but if you want more than one
entry for a name, you have to use a list of pairs. Even then, this is
really boring to write:
$values = [
foo => undef,
bar => undef,
baz => undef,
xyz => { ... },
];
Just look at all those undefs! Don't worry, we can get rid of those:
$values = [
map { $_ => undef } qw(foo bar baz),
xyz => { ... },
];
Aaaauuugh! We've saved a little typing, but now it requires thought to
read, and thinking is even worse than typing... and it's got a bug! It
looked right, didn't it? Well, the 'xyz => { ... }' gets consumed by the
map, and we don't get the data we wanted.
With Data::OptList, you can do this instead:
$values = Data::OptList::mkopt([
qw(foo bar baz),
xyz => { ... },
]);
This works by assuming that any defined scalar is a name and any reference
following a name is its value.
%prep
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%license LICENSE
%changelog