From 7da514ab6b934835f1409178dc13d4e474a11a1a0015e32f546fb0d79ccee37c Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Sun, 15 Nov 2020 14:20:06 +0000 Subject: [PATCH] Accepting request 848718 from devel:languages:perl:autoupdate - updated to 0.06 see /usr/share/doc/packages/perl-Tie-Hash-Indexed/Changes Version 0.06 (2020-11-14) ------------------------- * remove accidentally added test ---------------------------- Version 0.05_04 (2020-11-13) ---------------------------- * Merge PR #3: fix for changed scalar(%hash) return signature * updated ppport.h to silence compiler warnings * added more tests ---------------------------- Version 0.05_03 (2016-05-15) ---------------------------- * added iterator support * added support for preinc / postinc / predec / postdec * added support for add / subtract / multiply / divide / ... ---------------------------- Version 0.05_02 (2016-05-12) ---------------------------- * added OO interface ---------------------------- Version 0.05_01 (2016-05-11) ---------------------------- * fixed CPAN #81449: Test failures due to hash randomisation in perl 5.17.6 thanks to MARIOROY for a patch * added some optimisations suggested in CPAN #97641 * added UTF8 tests * general code cleanups ------------------------- OBS-URL: https://build.opensuse.org/request/show/848718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tie-Hash-Indexed?expand=0&rev=2 --- Tie-Hash-Indexed-0.05.tar.gz | 3 --- Tie-Hash-Indexed-0.06.tar.gz | 3 +++ cpanspec.yml | 34 ++++++++++++++++++++++++++++++++++ perl-Tie-Hash-Indexed.changes | 35 +++++++++++++++++++++++++++++++++++ perl-Tie-Hash-Indexed.spec | 29 ++++++++++++++--------------- 5 files changed, 86 insertions(+), 18 deletions(-) delete mode 100644 Tie-Hash-Indexed-0.05.tar.gz create mode 100644 Tie-Hash-Indexed-0.06.tar.gz create mode 100644 cpanspec.yml diff --git a/Tie-Hash-Indexed-0.05.tar.gz b/Tie-Hash-Indexed-0.05.tar.gz deleted file mode 100644 index 700daec..0000000 --- a/Tie-Hash-Indexed-0.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8862a4763d58a8c785e34b8b18e5db4ce5c3e36b9b5cf565a3088584eab361e -size 21712 diff --git a/Tie-Hash-Indexed-0.06.tar.gz b/Tie-Hash-Indexed-0.06.tar.gz new file mode 100644 index 0000000..0bf0f50 --- /dev/null +++ b/Tie-Hash-Indexed-0.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2482f77160e1589fbeee4ecb9430527f0ef0d4a5667a0e1ef4165b9b527c2f +size 68960 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..74cd9d8 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,34 @@ +--- +#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 +#skip_doc: regexp_to_skip_for_doc.* +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section diff --git a/perl-Tie-Hash-Indexed.changes b/perl-Tie-Hash-Indexed.changes index 9f5583a..a4b0766 100644 --- a/perl-Tie-Hash-Indexed.changes +++ b/perl-Tie-Hash-Indexed.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Sun Nov 15 03:08:02 UTC 2020 - Tina Müller + +- updated to 0.06 + see /usr/share/doc/packages/perl-Tie-Hash-Indexed/Changes + + Version 0.06 (2020-11-14) + ------------------------- + * remove accidentally added test + ---------------------------- + Version 0.05_04 (2020-11-13) + ---------------------------- + * Merge PR #3: fix for changed scalar(%hash) return signature + * updated ppport.h to silence compiler warnings + * added more tests + ---------------------------- + Version 0.05_03 (2016-05-15) + ---------------------------- + * added iterator support + * added support for preinc / postinc / predec / postdec + * added support for add / subtract / multiply / divide / ... + ---------------------------- + Version 0.05_02 (2016-05-12) + ---------------------------- + * added OO interface + ---------------------------- + Version 0.05_01 (2016-05-11) + ---------------------------- + * fixed CPAN #81449: Test failures due to hash randomisation in perl 5.17.6 + thanks to MARIOROY for a patch + * added some optimisations suggested in CPAN #97641 + * added UTF8 tests + * general code cleanups + ------------------------- + ------------------------------------------------------------------- Sun May 1 10:35:39 UTC 2011 - coolo@opensuse.org diff --git a/perl-Tie-Hash-Indexed.spec b/perl-Tie-Hash-Indexed.spec index bd48db9..bf04810 100644 --- a/perl-Tie-Hash-Indexed.spec +++ b/perl-Tie-Hash-Indexed.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Tie-Hash-Indexed (Version 0.05) +# spec file for package perl-Tie-Hash-Indexed # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: perl-Tie-Hash-Indexed -Version: 0.05 -Release: 1 -License: GPL+ or Artistic +Version: 0.06 +Release: 0 %define cpan_name Tie-Hash-Indexed Summary: Ordered hashes for Perl -Url: http://search.cpan.org/dist/Tie-Hash-Indexed/ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/M/MH/MHX/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/MH/MHX/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -39,22 +41,19 @@ hashes. Currently, only the plain tying mechanism is supported. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README TODO +%doc Changes README README.md TODO %changelog