[hfst-ospell] 01/02: Imported Upstream version 0.4.5~r343

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Thu Mar 30 07:43:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

tinodidriksen-guest pushed a commit to branch master
in repository hfst-ospell.

commit 1e38414052366e739071cb6b86bacf98cc3652e5
Author: Tino Didriksen <tino at didriksen.cc>
Date:   Thu Mar 30 07:42:49 2017 +0000

    Imported Upstream version 0.4.5~r343
---
 AUTHORS                    | 12 ++++++------
 ChangeLog                  | 17 ++++++++++++++++-
 ChangeLog => ChangeLog.old |  0
 Makefile.am                | 13 ++++++++++++-
 NEWS                       | 15 +++++++++++++++
 configure.ac               |  4 ++--
 hfst-ospell.1              | 24 +++++++++++++++++-------
 office.cc                  |  6 ++++--
 8 files changed, 72 insertions(+), 19 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 89b61a3..8230239 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,9 +3,9 @@ Authors of HFST ospell
 
 This lists authors relevant for copyright issues. See also THANKS.
 
-Listing is alphabetically sorted.
-
-Sam Hardwick
-Tommi A Pirinen <tommi.pirinen at helsinki.fi>
-Sjur Nørstebo Moshagen
-
+2012-2017, Erik Axelson <erik.axelson at helsinki.fi>
+2010-2016, Sam Hardwick <sam.hardwick at gmail.com>
+2015-2017, Tino Didriksen <mail at tinodidriksen.com>
+2010-2016, Sjur Nørstebø Moshagen <sjur.n.moshagen at uit.no>
+2010-2016, Tommi Pirinen <flammie at iki.fi>
+2013, Francis M. Tyers <ftyers at prompsit.com>
diff --git a/ChangeLog b/ChangeLog
index 4f13d12..3408383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-9562377 (HEAD -> master, origin/master, origin/HEAD) Fixes for big endian conversions; Make use of AC_C_BIGENDIAN and WORDS_BIGENDIAN; UCHAR_MAX should be +1 to allow hitting index 255
+4f2026c (HEAD -> master, origin/master, origin/HEAD) Add missing files to dist.
+bae21c3 Forgot to commit configure.ac... Update hfst-ospell manual and add man pages to dist.
+7c8690a (tag: v0.4.4) Ready for release 0.4.4.
+671efe6 Trusty has C++11
+32842b1 Disable nightly repo
+2a4e556 Move more files
+0ab57c9 Remove HFST dependency - fixes #26; Move tests to folder
+687b3c1 The --with-extract arg now sets the default - the other option is still tried if default fails; Oddly enough, this fixes issue #26 for no good reason - it's happily extracting to memory now, when it wasn't before.
+f061774 Apply the notimestamp patch in trunk
+3322fd2 Extra early checks for archive extraction failures
+0cc1a4a Use std::runtime_exception
+14b1b2c Rename stdafx.h and install it
+4569e9f Windows DLL fixes
+88aa8dd Allow building without XML support
+139790f (tag: v0.4.3) Ready for release 0.4.3.
+9562377 Fixes for big endian conversions; Make use of AC_C_BIGENDIAN and WORDS_BIGENDIAN; UCHAR_MAX should be +1 to allow hitting index 255
 bf79d25 Add returns
 8573403 Merge branch 'big_endian_compatibility_suggestion' In hopes that this approach to fixing build problems on the problematic architectures will get tested for Debian builds. This is experimental, but at least shouldn't break anything - feel free to revert if unhelpful.
 b756b2e Killed an error. Don't know whether it was the correct solution - please review.
diff --git a/ChangeLog b/ChangeLog.old
similarity index 100%
copy from ChangeLog
copy to ChangeLog.old
diff --git a/Makefile.am b/Makefile.am
index 9423c5c..82b41af 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ endif
 libhfstospell_la_SOURCES=hfst-ol.cc ospell.cc \
 						 ZHfstOspeller.cc ZHfstOspellerXmlMetadata.cc
 libhfstospell_la_CXXFLAGS=$(AM_CXXFLAGS) $(CXXFLAGS) $(PKG_CXXFLAGS)
-libhfstospell_la_LDFLAGS=-no-undefined -version-info 8:0:0 \
+libhfstospell_la_LDFLAGS=-no-undefined -version-info 9:0:0 \
 						 $(PKG_LIBS)
 
 # link sample program against library here
@@ -128,3 +128,14 @@ if CAN_DOXYGEN
 doxygen:
 	$(DOXYGEN)
 endif
+
+EXTRA_DIST=hfst-ospell.1 hfst-ospell-office.1 tests/basic-zhfst.sh tests/basic-edit1.sh \
+	  tests/empty-descriptions.sh tests/empty-titles.sh tests/empty-locale.sh \
+	  tests/trailing-spaces.sh tests/bad-errormodel.sh tests/empty-zhfst.sh \
+	  tests/analyse-spell.sh tests/no-errormodel.sh \
+	  tests/empty-descriptions.sh tests/empty-titles.sh tests/empty-locale.sh tests/empty-zhfst.sh \
+	  tests/acceptor.basic.txt tests/analyser.default.txt tests/errmodel.basic.txt tests/errmodel.edit1.txt tests/errmodel.extrachars.txt \
+	  tests/test.strings \
+	  tests/bad_errormodel.zhfst tests/empty_descriptions.zhfst tests/empty_locale.zhfst tests/empty_titles.zhfst tests/no_errormodel.zhfst \
+	  tests/speller_analyser.zhfst tests/speller_basic.zhfst tests/speller_edit1.zhfst tests/trailing_spaces.zhfst \
+	  tests/basic_test.xml tests/empty_descriptions.xml tests/empty_locale.xml tests/empty_titles.xml tests/no_errmodel.xml tests/trailing_spaces.xml
diff --git a/NEWS b/NEWS
index 4bb6ef5..5f70fb9 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,21 @@ NEWS for hfst-ospell
 This file contains all noteworthy changes in HFST-ospell development between
 releases. For full listing of changes see ChangeLog.
 
+Noteworthy changes in 0.4.5
+---------------------------
+
+* this is a bugfix release
+
+Noteworthy changes in 0.4.4
+---------------------------
+
+* restructure order of files
+* remove HFST dependency
+* fix issue #26
+* check for failures in archive extraction
+* fix dll issues on windows
+* allow building without XML support
+
 Noteworthy changes in 0.4.3
 ---------------------------
 
diff --git a/configure.ac b/configure.ac
index 5186cce..ae9280d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 # autoconf requirements
 AC_PREREQ([2.62])
-AC_INIT([hfstospell], [0.4.3], [hfst-bugs at helsinki.fi], [hfstospell], [http://hfst.github.io])
+AC_INIT([hfstospell], [0.4.5], [hfst-bugs at helsinki.fi], [hfstospell], [http://hfst.github.io])
 
 LT_PREREQ([2.2.6])
 
@@ -34,7 +34,7 @@ AC_CONFIG_HEADERS([config.h])
 HFSTOSPELL_NAME=hfstospell
 HFSTOSPELL_MAJOR=0
 HFSTOSPELL_MINOR=4
-HFSTOSPELL_EXTENSION=.3
+HFSTOSPELL_EXTENSION=.5
 HFSTOSPELL_VERSION=$HFSTOSPELL_MAJOR.$HFSTOSPELL_MINOR$HFSTOSPELL_EXTENSION
 AC_SUBST(HFSTOSPELL_MAJOR)
 AC_SUBST(HFSTOSPELL_MINOR)
diff --git a/hfst-ospell.1 b/hfst-ospell.1
index a57e125..c25fe99 100644
--- a/hfst-ospell.1
+++ b/hfst-ospell.1
@@ -1,6 +1,7 @@
-.TH HFST-OSPELL "1" "January 2016" "hfst-ospell " "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
+.TH HFST-OSPELL "1" "February 2017" "hfst-ospell " "User Commands"
 .SH NAME
-hfst-ospell \- Spell checker tool based on HFST
+hfst-ospell \- manual page for hfst-ospell 
 .SH SYNOPSIS
 .B hfstospell
 [\fIOPTIONS\fR] [\fIZHFST-ARCHIVE\fR]
@@ -51,8 +52,17 @@ Use this lexicon (must also give erro model as option)
 .SH "REPORTING BUGS"
 Report bugs to hfst\-bugs at helsinki.fi
 .PP
-hfstospell 0.4.1
-.br
-Jan 11 2016 12:57:25
-.br
-Copyright (C) 2009 \- 2016 University of Helsinki
+hfstospell 0.4.5
+copyright (C) 2009 \- 2017 University of Helsinki
+.SH "SEE ALSO"
+The full documentation for
+.B hfst-ospell
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B hfst-ospell
+programs are properly installed at your site, the command
+.IP
+.B info hfst-ospell
+.PP
+should give you access to the complete manual.
diff --git a/office.cc b/office.cc
index 4896b75..a798e34 100644
--- a/office.cc
+++ b/office.cc
@@ -1,7 +1,9 @@
 /*
 
-  Copyright 2009 University of Helsinki
-  Copyright 2015 Tino Didriksen <mail at tinodidriksen.com>
+  Copyright 2015 University of Helsinki
+
+  Bug reports for this file should go to:
+  Tino Didriksen <mail at tinodidriksen.com>
   Code adapted from https://github.com/TinoDidriksen/trie-tools
 
   Licensed under the Apache License, Version 2.0 (the "License");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hfst-ospell.git



More information about the debian-science-commits mailing list