- updated to 3.25 see /usr/share/doc/packages/perl-Storable/ChangeLog 2021-08-30 07:46:52 nwclark version 3.25 * No changes from previous version 2021-08-25 08:05:16 nwclark version 3.24_50 * Remove code and tests only present to support perls before 5.6.1 Storable implicitly needs >= v5.6.1. * Use SvPVCLEAR from ppport.h * Remove XS code "commented" out with #if 0 * Refactor store_lhash() to remove some code duplication * Avoid calling hv_iterval() twice for each hash entry * Fix a bug in the recursion depth check in store_lhash() unreleased version 3.24 * Fix a (possible) typo in Sntohl unreleased version 3.23 * Fix typos * avoid stderr noise in t/canonical.t 2020-07-31 19:36:37 atoomic version 3.22 * use PERL_COMPARE macros 2020-04-23 13:33:05 ilmari version 3.21 * fix repeated-word typos * fix t/huge.t PERL_TEST_MEMORY diagnostic messages 2020-01-27 10:27:00 TonyC version 3.20 * fix a format string and arguments for some debugging text * linkify references to alternatives to Storable 2020-01-27 11:01:00 TonyC version 3.19 * add casts to match some I32 parameters to "%d" formats (#17339) * fix dependencies in Makefile.PL -> META (#17422) * make use of note() optional, this requires a newer version of Test::More and there's a circular dependency between later versions of Test::More and Storable (#17422) 2019-11-19 07:59:39 TonyC version 3.18 * update bug tracker to point at github (#17298) * disallow vstring magic strings over 2GB-1 (#17306) * mark some ASCII dependent tests as ASCII platform only 2019-08-08 11:48:00 TonyC version 3.17 * correct a data type to ensure the check for too large results from STORABLE_freeze() are detected correctly (detected by Coverity) * removed remains of stack size detection from the build process. * moved CAN_FLOCK detection into XS to simplify the build process. 2019-06-11 10:43:00 TonyC version 3.16 * (perl #134179) fix self-referencing structures that include regexps * bless regexps to preserve bless qr//, "Foo" OBS-URL: https://build.opensuse.org/request/show/917042 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Storable?expand=0&rev=5
36 lines
923 B
YAML
36 lines
923 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:
|
|
# baz.patch: PATCH-FIX-OPENSUSE
|
|
#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
|