- 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
35 lines
890 B
YAML
35 lines
890 B
YAML
---
|
|
#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
|