[libtext-hunspell-perl] branch master updated (e70076f -> 748d7de)
Lucas Kanashiro
kanashiro.duarte at gmail.com
Thu Feb 4 15:29:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a change to branch master
in repository libtext-hunspell-perl.
from e70076f update changelog
adds af012a9 use Alien::Hunspell instead of ExtUtils::PkgConfig
adds 54f02b2 make Alien::Hunspell a configure requires
adds 22ab54a also update the .travis.yml
adds a5eee78 use faster travis
adds 6067f71 Release 2.12
adds 25e2d6d Update the OOo link The existing link provides a page that links to the new page.
adds 093dbd4 Merge pull request #12 from plicease/moved_link
adds a348971 use the system hunspell.hxx
adds 1edcb97 free with free_list instead of free()
adds 5045c54 Merge pull request #11 from plicease/win32
adds aff50bd add test for generate() and generate2()
adds cb5e926 Merge pull request #13 from plicease/generate_tests
adds e88eb91 Whitespace.
adds 90226f3 Release 2.13 to CPAN
adds d06e8da v2.14: now depends on Alien::Hunspell 0.04
adds ce11445 Imported Upstream version 2.14
new ee51d28 Merge tag 'upstream/2.14'
new 3502fd3 Update debian/changelog
new ea56301 Add upstream contact in d/u/metadata
new 08b536a Declare compliance with Debian policy 3.9.7
new 748d7de WAITS-FOR: libalien-hunspell-perl 0.04
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 21 +
Hunspell.pm | 4 +-
Hunspell.xs | 13 +-
MANIFEST | 11 +-
META.json | 6 +-
META.yml | 4 +-
Makefile.PL | 23 +-
debian/changelog | 12 +-
debian/control | 2 +-
debian/upstream/metadata | 1 +
hunspell.h | 1085 -
t/08-two-dics.t | 40 +
t/09-rt92820.t | 22 +
t/10-generate.t | 34 +
t/11-generate2.t | 11 +
t/morph.aff | 12 +
t/morph.dic | 10 +
t/spanish.aff | 29 +
t/spanish.dic | 71166 +++++++++++++++++++++++++++++++++++++++++++++
t/supp.aff | 1 +
t/test.pl | 98 +
21 files changed, 71487 insertions(+), 1118 deletions(-)
delete mode 100644 hunspell.h
create mode 100644 t/08-two-dics.t
create mode 100644 t/09-rt92820.t
create mode 100644 t/10-generate.t
create mode 100644 t/11-generate2.t
create mode 100644 t/morph.aff
create mode 100644 t/morph.dic
create mode 100644 t/spanish.aff
create mode 100644 t/spanish.dic
create mode 100644 t/supp.aff
create mode 100644 t/test.pl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-hunspell-perl.git
More information about the Pkg-perl-cvs-commits
mailing list