Accepting request 593893 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/593893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WordList?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2018-04-10 05:23:22 +00:00
committed by Git OBS Bridge
parent 88f19cd98e
commit 3fd5950fcb
4 changed files with 105 additions and 43 deletions

View File

@@ -1,3 +1,82 @@
-------------------------------------------------------------------
Fri Apr 6 06:42:54 UTC 2018 - coolo@suse.com
- updated to 0.4.1
see /usr/share/doc/packages/perl-WordList/Changes
0.4.1 2018-04-03 (PERLANCAR)
- Define non-deterministic wordlist (DYNAMIC=2).
- Remove todo list entries: no longer planned to provide random
pick from a subset, already provide interface for faster lookup
via WordList::Mod.
0.4.0 2018-04-02 (PERLANCAR)
- Define dynamic wordlist.
- Namespace: Add wordlist namespaces: WordList::Dynamic,
WordList::Number.
0.3.2 2018-04-02 (PERLANCAR)
- No spec changes.
- Namespace: Replace WordList::Role::* with WordList::Mod::*.
0.3.1 2018-03-23 (PERLANCAR)
- Add WordList::Bloom::* to non-wordlist namespace.
- [dist] Activate DZP:WordList and PWP:WordList.
0.3.0 2018-03-22 (PERLANCAR)
- Add WordList::Namespace.
- [spec] each_word() will exit early if code returns -2.
- [test] Add some tests.
- [internal] Implement word_exists, pick, and all_words in terms of
each_word(). Which is a tiny bit slower but more orthogonal and makes
it easier to change functionality.
0.2.1 2018-03-19 (PERLANCAR)
- [doc] Mention that there must not be duplicate entries.
0.2.0 2018-03-19 (PERLANCAR)
- Allow wordlist to be sorted other than ascibetically, and in that
case, require $SORT package variable to be set to some true value.
- Move back implementation from WordListC (WordListC was an experiment
and its feature is now incorporated into WordList).
0.1.5 2018-02-20 (PERLANCAR)
- No spec changes.
- [optimize] Avoid using base.pm.
0.1.4 2018-02-20 (PERLANCAR)
- No spec changes.
- [doc] Mention WordListC.
- Move implementation to WordListC and make it our base module.
-------------------------------------------------------------------
Tue Feb 20 07:10:37 UTC 2018 - coolo@suse.com