commit link-grammar for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2020-04-21 13:13:38

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new.2738 (New)


Package is "link-grammar"

Tue Apr 21 13:13:38 2020 rev:49 rq:795993 version:5.7.0

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2020-02-07 16:00:06.123687108 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new.2738/link-grammar.changes  
2020-04-21 13:13:41.081173372 +0200
@@ -1,0 +2,8 @@
+Mon Apr 20 08:57:02 UTC 2020 - Dominique Leuenberger 
+
+- Drop python2 bindings:
+  + Remove pkgconfig(python) BuildRequires.
+  + Drop python2-clinkgrammar subpackage (not obsoleted: users
+that need them can keep them).
+
+---



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.MxzfXu/_old  2020-04-21 13:13:42.113175430 +0200
+++ /var/tmp/diff_new_pack.MxzfXu/_new  2020-04-21 13:13:42.113175430 +0200
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(hunspell)
 BuildRequires:  pkgconfig(libedit)
 BuildRequires:  pkgconfig(libpcre2-8)
-BuildRequires:  pkgconfig(python)
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)
@@ -51,18 +50,6 @@
 This package contains Link Grammar's utility, its shared library and
 some data files.
 
-%package -n  python2-clinkgrammar
-Summary:Python 2 bindings for link-grammar, a grammar checker
-Group:  Development/Libraries/Python
-
-%description -n  python2-clinkgrammar
-The Link Grammar Parser is a syntactic parser of a number of
-languages, based on Link Grammar, an original theory of syntax and
-morphology.
-
-This package contains bindings for development with Link Grammar using
-Python 2.
-
 %package -n  python3-clinkgrammar
 Summary:Python 3 bindings for link-grammar, a grammar checker
 Group:  Development/Libraries/Python
@@ -122,9 +109,6 @@
 %{_datadir}/link-grammar
 %{_mandir}/man1/link-parser.1%{?ext_man}
 
-%files -n python2-clinkgrammar
-%{python_sitelib}/linkgrammar
-
 %files -n python3-clinkgrammar
 %{python3_sitelib}/linkgrammar.pth
 %{python3_sitelib}/linkgrammar




commit link-grammar for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2020-02-07 15:57:57

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new.26092 (New)


Package is "link-grammar"

Fri Feb  7 15:57:57 2020 rev:48 rq:771556 version:5.7.0

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2018-06-19 11:54:55.833486521 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new.26092/link-grammar.changes 
2020-02-07 16:00:06.123687108 +0100
@@ -1,0 +2,51 @@
+Sun Feb  2 19:56:27 UTC 2020 - Martin Herkt <9+suse@cirno.systems>
+
+- Update to version 5.7.0 (13 Sept 2019):
+  * Minor efficiency improvements to the SQL-backed dictionary.
+  * Incompatible change to the Exp traversal API.
+  * Remove the obsolete and unsupported "corpus statistics" code.
+  * Major performance improvement (3x-4x) for long sentences.
+  * Fix a bug that causes random results on 32-bit systems.
+  * Fix a bug that could cause missing linkages on some systems.
+- Changes from version 5.6.2 (24 June 2019):
+  * Bug-fix the SQL-backed dictionary.
+  * Add missing public symbol to shlib export list.
+  * English dict: additions of paraphrasing verbs.
+- Changes from version 5.6.1 (27 May 2019):
+  * Performance improvement (approx 20%) in expressions.
+  * Performance improvement (approx 10%) by disjunct/connectors pools.
+  * Performance improvement (4-10% for English) by faster power-pruning.
+  * Fix a bug in trailing connectors encoding (may cause bad linkages).
+  * Fix inability to form linkage when first word is disconnected.
+  * English dict: fix use of quotations with paraphrasing verbs.
+  * English dict: fix broken usage of "have not".
+  * Performance improvement (approx 16%) for long sentences.
+  * Performance improvement (approx 20%) for long sentences.
+- Changes from version 5.6.0 (4 January 2019):
+  * Fix dict cost reading under user locales with comma decimal separator.
+  * Support using the pcre2 regex package (configured by default if available).
+  * Add "-with-regexlib=pcre2|tre|regex|c" to "configure".
+  * Revise the manpage.
+  * Remove the experimental Viterbi code.
+  * Revise the SAT parser cost model to align it with the classic parser.
+  * Implement a strict check on connector name.
+  * Fix linkage_get_disjunct_*() when parse-option display_morphology is true.
+  * Change library and python-bindings default for display_morphology to true.
+  * Drastic speedup for long sentences (hash encoding of trailing connectors).
+  * English dict: Support locative replies/declarations.
+  * English dict: broaden support for misc paraphrasing verbs.
+  * English dict: fix relativized paraphrasing.
+  * English dict: fix comparative-style conjunctions.
+- Changes from version 5.5.1 (27 July 2018):
+  * English dict: Fix clause openers with questions.
+  * English dict: Various misc fixes.
+  * English dict: Various paraphrasing verbs
+  * Bring the SQL-backed dict to production state.
+  * Restore the repeatability of the produced linkages.
+- Enable SQLite3, pcre2 and SAT solver support: Add
+  pkgconfig(sqlite3), pkgconfig(libpcre-2.0) and minisat-devel
+  BuildRequires.
+- Unbreak English dictionary (do not remove units.a): limit *.a and
+  *.la removal to %_libdir.
+
+---

Old:

  link-grammar-5.5.0.tar.gz

New:

  link-grammar-5.7.0.tar.gz
  link-grammar.rpmlintrc



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.CZqcn8/_old  2020-02-07 16:00:14.195691226 +0100
+++ /var/tmp/diff_new_pack.CZqcn8/_new  2020-02-07 16:00:14.207691232 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package link-grammar
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname liblink-grammar5
 Name:   link-grammar
-Version:5.5.0
+Version:5.7.0
 Release:0
 Summary:Syntactic parser and grammar checker
 License:LGPL-2.1-only
 Group:  Productivity/Text/Spell
-URL:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/5.5.0/%{name}-%{version}.tar.gz
+URL:

commit link-grammar for openSUSE:Factory

2018-06-19 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2018-06-19 11:54:49

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is "link-grammar"

Tue Jun 19 11:54:49 2018 rev:47 rq:615930 version:5.5.0

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2018-03-26 13:05:04.373011747 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2018-06-19 11:54:55.833486521 +0200
@@ -1,0 +2,20 @@
+Mon Jun 11 02:49:29 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 5.5.0:
+  + Additions:
+- An extended version API and use it in "link-parser
+  --version".
+- A per-command help in link-parser.
+- A command line completion in link-parser.
+- Idiom lookup in link-parser's dict lookup command.
+  + Fixes:
+- Memory leak when parsing with null links.
+- Spurious errors if the last dict line is a comment.
+- Garbage report if EOF is encountered in a quoted dict word.
+- Garbage report if a whitespace is encountered in a quoted
+  dict word.
+- random selection of linkages so that it's actually random.
+  + Improve handling of quoted words (e.g. single words in "scare
+quotes").
+
+---

Old:

  link-grammar-5.4.4.tar.gz

New:

  link-grammar-5.5.0.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.s8dE3y/_old  2018-06-19 11:54:56.461463206 +0200
+++ /var/tmp/diff_new_pack.s8dE3y/_new  2018-06-19 11:54:56.461463206 +0200
@@ -18,13 +18,13 @@
 
 %define lname liblink-grammar5
 Name:   link-grammar
-Version:5.4.4
+Version:5.5.0
 Release:0
 Summary:Syntactic parser and grammar checker
 License:LGPL-2.1-only
 Group:  Productivity/Text/Spell
 URL:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/5.5.0/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  fdupes

++ link-grammar-5.4.4.tar.gz -> link-grammar-5.5.0.tar.gz ++
 21525 lines of diff (skipped)




commit link-grammar for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2018-03-26 13:04:56

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is "link-grammar"

Mon Mar 26 13:04:56 2018 rev:46 rq:590341 version:5.4.4

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2018-03-14 19:35:50.256022301 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2018-03-26 13:05:04.373011747 +0200
@@ -1,0 +2,24 @@
+Sun Mar 18 00:08:48 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 5.4.4:
+  + Dictionary loading now thread safe.
+  + Fixes:
+- post-nominal modifiers used with pronouns.
+- comparative openers.
+- given-name single-letter abbreviations.
+- conjoined questions and conjoined WH-statements.
+- conditional sentences.
+- misc comparatives.
+- crash on invalid UTF-8 input.
+- many predicative adjective uses.
+- many paraphrasing-type constructions.
+- conjoined infinitives.
+  + Minor cleanup of word-lists.
+  + New dict definition LENGTH-LIMIT-n to limit connector link
+length to n.
+  + Speed up parsing of Russian by factor of 2x.
+  + Add assorted technical vocabulary (bac#680)
+- Pass disable-java-bindings parameter to configure to ensure java
+  bindings are not wanted.
+
+---

Old:

  link-grammar-5.4.3.tar.gz

New:

  link-grammar-5.4.4.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.OgzqaW/_old  2018-03-26 13:05:05.924955961 +0200
+++ /var/tmp/diff_new_pack.OgzqaW/_new  2018-03-26 13:05:05.940955386 +0200
@@ -18,13 +18,13 @@
 
 %define lname liblink-grammar5
 Name:   link-grammar
-Version:5.4.3
+Version:5.4.4
 Release:0
 Summary:Syntactic parser and grammar checker
 License:LGPL-2.1-only
 Group:  Productivity/Text/Spell
 URL:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/5.4.3/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -99,7 +99,8 @@
 %build
 # --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage
 %configure \
---disable-static
+--disable-static \
+--disable-java-bindings
 make %{?_smp_mflags}
 
 %install
@@ -113,7 +114,7 @@
 
 %files
 %license LICENSE
-%doc ChangeLog
+%doc NEWS README.md
 %{_bindir}/*
 %{_datadir}/link-grammar
 %{_mandir}/man1/link-parser.1%{?ext_man}
@@ -129,7 +130,7 @@
 %{_libdir}/*.so.*
 
 %files devel
-%doc AUTHORS MAINTAINERS NEWS README.md
+%doc AUTHORS ChangeLog MAINTAINERS
 %dir %{_includedir}/link-grammar
 %{_includedir}/link-grammar/*.h
 %{_libdir}/*.so

++ link-grammar-5.4.3.tar.gz -> link-grammar-5.4.4.tar.gz ++
 47816 lines of diff (skipped)




commit link-grammar for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2018-03-14 19:35:45

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is "link-grammar"

Wed Mar 14 19:35:45 2018 rev:45 rq:582846 version:5.4.3

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2018-02-19 13:00:53.170253961 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2018-03-14 19:35:50.256022301 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:37:01 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.mYnfcd/_old  2018-03-14 19:35:51.515977550 +0100
+++ /var/tmp/diff_new_pack.mYnfcd/_new  2018-03-14 19:35:51.519977408 +0100
@@ -16,13 +16,14 @@
 #
 
 
+%define lname liblink-grammar5
 Name:   link-grammar
 Version:5.4.3
 Release:0
 Summary:Syntactic parser and grammar checker
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  Productivity/Text/Spell
-Url:http://www.abisource.com/projects/link-grammar/
+URL:http://www.abisource.com/projects/link-grammar/
 Source: 
http://www.abisource.com/downloads/link-grammar/5.4.3/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -31,12 +32,10 @@
 BuildRequires:  glibc-devel
 BuildRequires:  hunspell-devel
 BuildRequires:  libedit-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
 BuildRequires:  python3-devel
 Obsoletes:  perl-clinkgrammar < 5.4.3
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define lname liblink-grammar5
 
 %description
 The Link Grammar Parser is a syntactic parser of English, Russian, Arabic
@@ -113,18 +112,16 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%doc ChangeLog LICENSE
+%license LICENSE
+%doc ChangeLog
 %{_bindir}/*
 %{_datadir}/link-grammar
 %{_mandir}/man1/link-parser.1%{?ext_man}
 
 %files -n python2-clinkgrammar
-%defattr(-,root,root)
 %{python_sitelib}/linkgrammar
 
 %files -n python3-clinkgrammar
-%defattr(-,root,root)
 %{python3_sitelib}/linkgrammar.pth
 %{python3_sitelib}/linkgrammar
 
@@ -132,7 +129,6 @@
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-, root, root)
 %doc AUTHORS MAINTAINERS NEWS README.md
 %dir %{_includedir}/link-grammar
 %{_includedir}/link-grammar/*.h




commit link-grammar for openSUSE:Factory

2018-02-19 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2018-02-19 13:00:50

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is "link-grammar"

Mon Feb 19 13:00:50 2018 rev:44 rq:576848 version:5.4.3

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2017-08-18 14:59:12.446048404 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2018-02-19 13:00:53.170253961 +0100
@@ -1,0 +2,313 @@
+Wed Feb 14 19:46:01 UTC 2018 - jeng...@inai.de
+
+- Improve grammar of summaries, and compact description
+  for subpackages.
+- Fix broken find -delete calls.
+- Implement shared library packaging policy.
+
+---
+Wed Jan 17 03:21:07 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 5.4.3:
+  + Fixes:
+- Man page installation (actually broken from 5.3.0).
+- Printing inf loop for very narrow screen widths.
+- Square area and cubic volume measurements (English dict).
+- Assorted exclamations and responses (English dict).
+- Unit tokenization to remove ambiguity.
+  + Add:
+- "thither" to the English dictionary.
+- Missing affix file, needed for the 'any' language.
+- Remove obsolete %clean section since RPM does this work itself
+  nowadays.
+- Change the python bindings Group tag to
+  Development/Libraries/Python instead of */*/C and C++.
+- Change License tag to LGPL-2.1 instead of BSD-3-Clause following
+  upstream change in version 5.0.0.
+- Update package description making it shorter and more assertive.
+- Remove perl bindings package since it's use is not encouraged by
+  upstream.
+- Point fdupes to the /usr directory instead of the build root,
+  which is a practice that must be avoided.
+
+---
+Fri Nov 10 07:39:41 UTC 2017 - fezh...@suse.com
+
+- Update to version 5.4.2:
+  + Fix man page build (broken in 5.4.1)
+- Changes from version 5.4.1:
+  + Fix man page installation (broken in 5.3.8).
+  + Add affix-class MPUNC for splitting at intra-word punctuation.
+  + Fix crash when there is no PP info.
+  + Fix a stack buffer overflow.
+  + Eliminate hard-wired linkage diagram size limitations.
+  + Fix an unintended clipping of the linkage-limit option to
+25.
+- Changes from version 5.4.0:
+  + Empty out the post-processing tables for the any, ady, amy
+languages
+  + Remove left_print_string() from the API.
+  + Recover pp_lexer.l from ancient version 2.2!
+  + Fix unusual crash in post-processing for the "any" language.
+  + Remove three deprecated post-processing functions from API.
+  + Major reorganization of code base into more modular
+directories.
+  + Revive the sqlite3 dictionary into operational form.
+  + Add double-quotes to splittable punctuation for the "any"
+language.
+  + Add API functions to get linkage word positions in the
+sentence.
+  + Fix printing of diagrams containing Chinese or other wide
+glyphs.
+  + Fix `make distclean` when ant not installed.
+- Changes from version 5.3.16:
+  + Fix python3 unit tests.
+  + Restore tty state after ctrl-C, ctrl-Z of the app.
+  + Check for  before use (in Java bindings).
+  + Fix handling of punctuation in the "any" language.
+- Changes from version 5.3.15:
+  + Fix Windows compilation; the new wcwidth files were omitted.
+  + Fix "amy" language for 3-way random morphology splits.
+  + Remove the "EMPTY_WORD" device; it is no longer needed.
+  + Enable morphology display in the java bindings, by default.
+  + Improve random sampling in the "ady" language.
+  + Improve performance by 10% to 15% for all languages.
+  + Fix broken multi-threading support in the Java bindings.
+  + Fix the `make uninstall` targets.
+- Changes from version 5.3.14:
+  + Fix printing widths for Unicode-9 CJK ideographs and emoji's.
+  + Fix broken randomization in the "any" language.
+  + Add UTF-8 support to the random morpheme splitter (amy).
+  + Create an "ady" language for two-part morphology splits.
+  + Improved error notification facility (experimental).
+- Changes from version 5.3.13:
+  + Fix fatal errors w/ zlib-dev and python dependencies.
+- Changes from version 5.3.12:
+  + Fix bug in 'any' language (opencog/relex/issues/248).
+  + Preliminary support for common typos in English.
+  + Enable both python2 & python3 bindings by default.
+  + Fix locale_t use for the newly introduced Cygwin 2.6.0.
+  + Include in the distribution the missing make-check.py (for
+Windows).
+  + Minisat configuration improvements + fix a problem on Gentoo.
+  + When using the bundled minisat, link it statically, don't
+install it.
+- Changes from 

commit link-grammar for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2017-08-18 14:59:11

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is "link-grammar"

Fri Aug 18 14:59:11 2017 rev:43 rq:516869 version:5.0.8

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2014-07-21 21:39:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2017-08-18 14:59:12.446048404 +0200
@@ -1,0 +2,5 @@
+Wed Aug  9 12:18:44 UTC 2017 - pgaj...@suse.com
+
+- link against hunspell instead of aspell [bsc#1052958]
+
+---



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.Ah2IfM/_old  2017-08-18 14:59:13.029966204 +0200
+++ /var/tmp/diff_new_pack.Ah2IfM/_new  2017-08-18 14:59:13.029966204 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package link-grammar
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,9 @@
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
 Source: 
http://www.abisource.com/downloads/link-grammar/5.0.8/%{name}-%{version}.tar.gz
-BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
+BuildRequires:  hunspell-devel
 BuildRequires:  libedit-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit link-grammar for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2014-07-21 21:39:31

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2014-02-06 06:50:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2014-07-21 21:39:34.0 +0200
@@ -1,0 +2,96 @@
+Tue Jul  1 06:45:58 UTC 2014 - dims...@opensuse.org
+
+- Update to version 5.0.8:
+  + Fix handling of initial letters in ordered lists.
+  + Fix another serious error in constituent printing, introduced
+in 4.8.0.
+  + New emoticon support was clobbering certain number expressions.
+  + Misc English dict fixes, more verb-wall connectors.
+- Changes from version 5.0.7:
+  + Compile fixes in SAT solver.
+  + Add missing verb-wall connectors for is, hasn't, haven't,
+hadn't, etc.
+  + Remove verb-wall connector for imperative verbs.
+  + Fix serious error in constituent printing, introduced in 5.0.3.
+  + Fix old bug in command-line handling of options.
+  + Fix parsing of various ordered lists, including some tables of
+contents.
+- Ensure perl bindings are installed in vendorlib instead of
+  sitelib (by replacnig the perl calls using sed in configure).
+- Create new subpackage perl-clinkgrammar; require the same from
+  the -devel package.
+
+---
+Thu Apr 24 08:58:16 UTC 2014 - dims...@opensuse.org
+
+- Update to version 5.0.6:
+  + Fix: JSON output format missing brace.
+  + Fix: serious error in Russian morphology printing.
+- Changes from version 5.0.5:
+  + Fix packaging bug with the English dictionary.
+
+---
+Thu Apr 17 07:49:20 UTC 2014 - dims...@opensuse.org
+
+- Update to version 5.0.4:
+  + Expanded unit tests for capitalization.
+  + Fix who questions: Who are they?, Who are you?, etc.
+  + Provide verb-wall linkage for many questions.
+  + Add Biblical naming idioms: Lud, son of Shem, 
+  + Fix MacOSX build break.
+  + Fix the 'make clean' target to not remove critical files.
+  + Fix broken emoticon support in English dict.
+  + Remove obsolete entity detection tokens from Englsh dict.
+  + Fix broken equation parsing.
+- Changes from version 5.0.3:
+  + Minor memory usage optimization
+  + Fix unit test: suppress printing of empty word, and of
+morphology.
+  + Fix: Swig and python were meant to be optional, not required!
+- Changes from version 5.0.2:
+  + Expanded unit tests.
+  + Fix another sqlite3-dev build break.
+- Changes from version 5.0.1:
+  + Dictionary debugging print fixes.
+  + Print summary of parse statistics when in batch mode.
+  + Generalize the notion of prefix/suffix to arbitrary classes.
+  + Fixes for German adjectives.
+  + Fix build break when sqlite3-dev not installed.
+  + Fix regression in Russian morphology handling.
+- Add gcc-c++ BuildRequires: new dependency.
+
+---
+Wed Apr  2 12:17:53 UTC 2014 - dims...@opensuse.org
+
+- Update to version 5.0.0:
+  + License upgrade to LGPLv2.1.
+  + Arabic dictionaries, from Jon Dehdari
+  + Persian dictionaries, from Jon Dehdari
+  + Support for Hebrew tokenization, from Amir P.
+  + Fix wild-card matching for user-supplied word lookup.
+  + Prototype Turkish dictionary from Can Bruce.
+  + Re-arrange programming language bindings directory.
+  + Adopt the orphaned/unsupported pylinkgrammar Python bindings.
+  + Deprecate the obsolete CNode interface.
+  + Provide low-level perl bindings.
+  + Adopt the orphaned/unsupported Ocaml bindings.
+  + Support affirmative replies: Who did it? John's evil twin.
+  + Expanded Lithuanian dictionary.
+  + Minor disjunct printing fixes.
+  + Fix: Mary is too XXX to talk to.
+  + Prototype Hebrew dictionary from Amir P.
+  + Change !suffixes flag to !morphology.
+  + Introduce a bi-directional connector, for free-word-order
+languages.
+  + Introduce a symmetric-AND operator, for free-word-order
+languages.
+  + Add demo shell script for running the JSON parse server.
+  + Bugfix: Java server failing when input sentence has commas in
+it!
+  + New !test and !debug commands for selective debugging support.
+  + Print post-processing rejection message, when !bad is enabled.
+  + Remove some deprecated functions for C API.
+  + Remove all deprecated functions from Java API.
+  + Initial support for an SQL-backed dynamic dictionary.
+
+---

Old:

  link-grammar-4.8.6.tar.gz

New:

  link-grammar-5.0.8.tar.gz


commit link-grammar for openSUSE:Factory

2014-02-05 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2014-02-06 06:50:08

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2014-01-28 12:03:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2014-02-06 06:50:11.0 +0100
@@ -1,0 +2,12 @@
+Mon Feb  3 22:06:51 UTC 2014 - zai...@opensuse.org
+
+- Update to version 4.8.6:
+  + Fix minor OSX compiler warnings.
+  + Check for presence of Java ant before assuming it is there.
+  + Fix crash on certain sentences containing equals sign.
+  + Fix parsing of lists (blah, blah and blah).
+  + Fix build break for uClibc systems (Gentoo).
+  + Allow ungrammatical usage of 'ages' instead of 'aged'.
+  + Fix crash on certain sentences containing words with periods.
+
+---

Old:

  link-grammar-4.8.5.tar.gz

New:

  link-grammar-4.8.6.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.npZknL/_old  2014-02-06 06:50:12.0 +0100
+++ /var/tmp/diff_new_pack.npZknL/_new  2014-02-06 06:50:12.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.8.5
+Version:4.8.6
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.8.5/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.8.6/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.8.5.tar.gz - link-grammar-4.8.6.tar.gz ++
 1807 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/link-grammar-4.8.5/AUTHORS new/link-grammar-4.8.6/AUTHORS
--- old/link-grammar-4.8.5/AUTHORS  2013-10-11 18:29:57.0 +0200
+++ new/link-grammar-4.8.6/AUTHORS  2014-01-22 04:06:59.0 +0100
@@ -29,6 +29,7 @@
 Evgenii Philippov efilippov_at_gmail.com
 Sergey Protasov svp_at_tj.ru
 Sampo Pyysalo smp_at_is.s.u-tokyo.ac.jp
+René Rhéaume rene.rheaume_at_gmail.com
 Lian Ruiting lianlian1022_at_gmail.com
 Murilo Saraiva de Queiroz muriloq_at_gmail.com
 Fridrich Strba fridrich.strba_at_bluewin.ch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/link-grammar-4.8.5/ChangeLog new/link-grammar-4.8.6/ChangeLog
--- old/link-grammar-4.8.5/ChangeLog2014-01-06 00:06:58.0 +0100
+++ new/link-grammar-4.8.6/ChangeLog2014-02-02 20:16:21.0 +0100
@@ -1,11 +1,20 @@
+Version 4.8.6 (2 February 2014)
+ * Fix minor OSX compiler warnings.
+ * Check for presence of Java ant before assuming it is there.
+ * Fix crash on certain sentences containing equals sign.
+ * Fix parsing of lists (blah, blah and blah).
+ * Fix build break for uClibc systems (Gentoo).
+ * Allow ungrammatical usage of 'ages' instead of 'aged'.
+ * Fix crash on certain sentences containing words with periods.
+
 Version 4.8.5 (5 January 2014)
  * Update memory usage accounting; fix accounting bugs.
  * Fix Java garbage collection bug.
  * Fix numerous compiler warnings in the SAT-solver code.
- * Fix build-break involving multiple declaration of 'Boolean'
+ * Fix build-break involving multiple declaration of 'Boolean'.
 
 Version 4.8.4 (30 December 2013)
- * Fix build break for Mac OSX
+ * Fix build break for Mac OSX.
 
 Version 4.8.3 (30 December 2013)
  * Create new msvc12 build files, restore old msvc9 files.
@@ -22,7 +31,7 @@
  * Add missing JSONUtils file.
 
 Version 4.8.1 (21 November 2013)
- * Ongoing work on viterbi.
+ * Ongoing work on Viterbi.
  * Updated MSVC9 project files from Jand Hashemi (Lucky--)
  * Fix important bug in Java services: return top parses, not random ones.
  * Java: for the link-diagram string, do not limit to 80 char term width.
diff -urN '--exclude=CVS' 

commit link-grammar for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2014-01-28 12:03:22

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2013-12-16 16:35:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2014-01-28 12:03:24.0 +0100
@@ -1,0 +2,20 @@
+Fri Jan 24 15:13:48 UTC 2014 - zai...@opensuse.org
+
+- Update to version 4.8.5:
+  + Update memory usage accounting; fix accounting bugs.
+  + Fix Java garbage collection bug.
+  + Fix numerous compiler warnings in the SAT-solver code.
+  + Fix build-break involving multiple declaration of 'Boolean'.
+- Changes from version 4.8.4:
+  + Fix build break for Mac OSX.
+- Changes from version 4.8.3:
+  + Create new msvc12 build files, restore old msvc9 files.
+  + Revert location of the Windows mbrtowc declaration.
+  + Add verb-wall connector for present participles.
+  + Fix build-time include file directory paths.
+  + Provide the 'any' language to enumerate all possible linkages.
+  + Fix recognition of U+00A0, c2 a0, NO-BREAK SPACE as whitespace.
+  + Improve parse-time performance of exceptionally long sentences.
+  + Fix crash on certain sentences containing equals sign.
+
+---

Old:

  link-grammar-4.8.2.tar.gz

New:

  link-grammar-4.8.5.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.cNolYz/_old  2014-01-28 12:03:25.0 +0100
+++ /var/tmp/diff_new_pack.cNolYz/_new  2014-01-28 12:03:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package link-grammar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.8.2
+Version:4.8.5
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.8.5/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.8.2.tar.gz - link-grammar-4.8.5.tar.gz ++
 14114 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2013-12-16 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2013-12-16 16:35:13

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2013-06-25 14:42:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2013-12-16 16:35:14.0 +0100
@@ -1,0 +2,41 @@
+Sat Dec 14 21:57:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.8.2:
+  + More windows UTF-8/multi-byte fixes (for Russian).
+  + Add missing JSONUtils file.
+- Changes from version 4.8.1:
+  + Ongoing work on viterbi.
+  + Updated MSVC9 project files.
+  + Fix important bug in Java services: return top parses, not
+random ones.
+  + Java: for the link-diagram string, do not limit to 80 char term
+width.
+  + Windows: UTF-8 fixes so that Russian works in most windows
+locales.
+
+---
+Fri Oct 25 07:49:40 UTC 2013 - zai...@opensuse.org
+
+- Update to version 4.8.0:
+  + Support bulleted, numbered lists.
+  + New link types from Lian Ruiting, for identifying the
+head-verb.
+  + C API: remove some deprecated functions.
+  + Java:
+- Fix bug when totalling WordNet word-sense score.
+- Add info to README about using the JSON parse server.
+- Remove many deprecated functions.
+- Fix silent failure when library is not found.
+- Add support for fetching the ASCII-art diagram string.
+- Fix insane language selection initialization.
+  + Fixed:
+- The pig runs SLOWER than the cat.
+- Conjoined superlatives: ... the longest and the farthest.
+- inside can be used with conjunction: near or inside...
+- Conjoined question modifiers: exactly when and precisely
+  where...
+- issue 59: crash/corruption when dictionary opened twice.
+- Assorted exclamations.
+- he answered yes.
+
+---

Old:

  link-grammar-4.7.14.tar.gz

New:

  link-grammar-4.8.2.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.r9UkSM/_old  2013-12-16 16:35:15.0 +0100
+++ /var/tmp/diff_new_pack.r9UkSM/_new  2013-12-16 16:35:15.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.7.14
+Version:4.8.2
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.14/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.7.14.tar.gz - link-grammar-4.8.2.tar.gz ++
 23885 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2013-06-25 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2013-06-25 09:28:40

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2013-03-25 20:40:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2013-06-25 14:42:45.0 +0200
@@ -1,0 +2,33 @@
+Sat Jun 22 15:05:22 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.7.14:
+  + Fix build break on MacOSX.
+- Changes from version 4.7.13:
+  + Remove trailing carriage return in MSVC6 filenames.
+  + Performance improvement: avoid excess system timer calls.
+  + Unicode fixes for Windows.
+  + Fix: ... a purseful of pesos; other currency fixes.
+  + MinGW, unicode fixes.
+
+---
+Mon May 27 06:53:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.7.12:
+  + Large fixes to the Russian dictionaries.
+  + Windows: Explicitly fail if cygwin version is too old.
+  + Tweak the lt dict to work again with the modern parser.
+  + Make the fat linkages code be compile-time configurable.
+  + Disable fat linkages by default; mark as deprecated.
+  + Fix SAT-solver build; recent changes had broken it.
+  + Export read-dict.h as a public API.
+  + Ongoing development of the Viterbi prototype.
+  + Windows: some UTF8/widechar refactoring.
+  + Java bindings: add method to set the language.
+  + CMake: add version checking to the CMakefile.
+  + Fix: failed handling of capitalized first word for Russian.
+  + Fix: stemming failures in many cases.
+  + Add flag to suppress stem-suffix printing.
+  + Windows: Fixes to MSVC6 build files.
+  + Fix: hash-table bug affecting Russian dictionaries.
+
+---

Old:

  link-grammar-4.7.11.tar.gz

New:

  link-grammar-4.7.14.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.wr8ywg/_old  2013-06-25 14:42:46.0 +0200
+++ /var/tmp/diff_new_pack.wr8ywg/_new  2013-06-25 14:42:46.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.7.11
+Version:4.7.14
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.11/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.14/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.7.11.tar.gz - link-grammar-4.7.14.tar.gz ++
 299041 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2013-03-25 20:38:07

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2013-03-15 10:41:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2013-03-25 20:40:45.0 +0100
@@ -1,0 +2,8 @@
+Sun Mar 24 14:05:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.7.11:
+  + Fix build bug introduced recently.
+  + MSVC6 build environment fixes.
+  + Ongoing development of the Viterbi prototype.
+
+---

Old:

  link-grammar-4.7.10.tar.gz

New:

  link-grammar-4.7.11.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.bkrKS2/_old  2013-03-25 20:40:47.0 +0100
+++ /var/tmp/diff_new_pack.bkrKS2/_new  2013-03-25 20:40:47.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.7.10
+Version:4.7.11
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.10/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.11/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.7.10.tar.gz - link-grammar-4.7.11.tar.gz ++
 4892 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2013-03-15 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2013-03-15 10:41:37

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2012-11-12 12:39:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2013-03-15 10:41:38.0 +0100
@@ -1,0 +2,18 @@
+Tue Mar 12 07:50:10 UTC 2013 - dims...@opensuse.org
+
+- Update to version 4.7.10:
+  + New: Russian dictionaries.
+  + Improve prefix, suffix handling and stemming.
+  + Fix: add gurgle.n to dictionary.
+  + Improve memory utilization (remove pointless malloc/free).
+  + Fix: UTF8 multi-byte diagram printing.
+  + Add UTF8 multi-byte editline support, when available.
+  + Include Common Lisp bindings.
+  + Ongoing work on pre-alpha Viterbi decoder.
+  + Fix: Bug 55: aspell header file included even if disabled.
+  + Updated MSVC6, MSVC9 project files.
+  + New, improved search for java jni.h.
+  + Faster counting of disjuncts for the !! command.
+  + The !! command now shows regex entries and stem+suffix splits.
+
+---

Old:

  link-grammar-4.7.9.tar.gz

New:

  link-grammar-4.7.10.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.n5XHy2/_old  2013-03-15 10:41:39.0 +0100
+++ /var/tmp/diff_new_pack.n5XHy2/_new  2013-03-15 10:41:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package link-grammar
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.7.9
+Version:4.7.10
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.10/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.7.9.tar.gz - link-grammar-4.7.10.tar.gz ++
 288810 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2012-11-12 12:39:17

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2012-10-22 22:06:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2012-11-12 12:39:19.0 +0100
@@ -1,0 +2,33 @@
+Tue Nov  6 12:46:36 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.7.9:
+  + Fix: Poor comma chocies: The man, that you saw
+  + Fix: Add more java jni.h search paths.
+  + Fix: Warning in java JSON interface.
+  + Fix: weren't constructions: If it weren't for Sally, ...
+  + Fix: Better support for ellipsis ...
+  + Fix: strangely: He is behaving very strangely
+  + Fix: assorted usages of yes, no, maybe
+  + Fix: being in subordinate clauses: The blade being dull,
+ he ...
+  + Fix: Build failure for Mac OSX.
+  + Fix: ... this time for real.
+  + Fix: ... the impudence to laugh.
+  + Fix: we two, us two
+  + Fix: very old parse bug, using enough
+  + Fix: assorted profanity as synonyms to else
+  + Fix: whoever, whomever
+  + Fix: decade possessives: It's a 60's hit
+  + Fix: ... chances that ... could be ...
+  + Fix: Do you have it ready?
+  + Fix: What John wants are those cats
+  + Fix: greetings
+  + Fix: misc verbs: wave, ink, kiss, bake, corral, crown, decant,
+ rope, slice, ink, butter, proclaim, make, give, bid, bade,
+ think
+  + Fix: titles can behave as indefinite nouns.
+  + Fix: somewhere, near, nearby, halfway, about.
+  + Fix: police-interrogation style questions.
+
+
+---

Old:

  link-grammar-4.7.8.tar.gz

New:

  link-grammar-4.7.9.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.xAt2qk/_old  2012-11-12 12:39:20.0 +0100
+++ /var/tmp/diff_new_pack.xAt2qk/_new  2012-11-12 12:39:20.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.7.8
+Version:4.7.9
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.8/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  glibc-devel
 BuildRequires:  libedit-devel

++ link-grammar-4.7.8.tar.gz - link-grammar-4.7.9.tar.gz ++
 35262 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2012-10-22 22:06:54

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2012-05-22 08:16:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2012-10-22 22:06:56.0 +0200
@@ -1,0 +2,43 @@
+Sat Oct 13 13:29:16 UTC 2012 - zai...@opensuse.org
+
+- Drop hunspell-devel BuildRequires, as it is not used anyway. 
+- Drop hack for a obsolete openSUSE version, not needed anymore.
+
+---
+Thu Oct 11 15:15:55 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.7.8:
+  + Ongoing work on pre-alpha Viterbi decoder.
+  + Fix include file paths so that 'make install' doesn't cause
+recompile.
+  + Fix build break due to bad include file paths in Makefiles.
+
+---
+Wed Oct 10 08:51:09 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.7.7:
+  + Fix configure to not bomb if c++ is not found.
+  + Fix configure to explicitly require c++ only if sat-solver
+enabled.
+  + Dictionary: parse comma in Monsters, Inc.
+  + Update README about Viterbi algo.
+  + Update MSVC6 project file.
+  + Use enums for constituent display style.
+  + Move command-line parser to its own directory.
+  + Portability fixes for Windows.
+  + Fix: Show results from today
+  + Fix: conjoined imperatives.
+  + Fix: qualified conditional clauses
+  + Fix: conjoined irregular verbs: seem, appear, do, be, prove,
+have
+  + Disable fat link code via conditional compile.
+  + Fix: a lot of, a gaggle of now treated as quantifying
+determiners
+  + Fix: likewise: gallons of, grams of volume measures as
+determiners
+  + Update German dictionary so that it actually loads.
+  + Fix: assorted but not, not very constructions.
+  + Pre-alpha implementation of Viterbi decoder started.
+  + Fix: conjunctions of optionally ditransitive verbs.
+
+---

Old:

  link-grammar-4.7.6.tar.gz

New:

  link-grammar-4.7.8.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.qgXXD4/_old  2012-10-22 22:06:57.0 +0200
+++ /var/tmp/diff_new_pack.qgXXD4/_new  2012-10-22 22:06:57.0 +0200
@@ -17,17 +17,15 @@
 
 
 Name:   link-grammar
-Version:4.7.6
+Version:4.7.8
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.6/%{name}-%{version}.tar.gz
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.8/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
-BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
-BuildRequires:  hunspell-devel
 BuildRequires:  libedit-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -61,11 +59,6 @@
 %build
 # --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage
 %configure --disable-static
-# REALLY UGLY HACK for an error in libedit in openSUSE 11.2
-%if 0%{suse_version} == 1120
-for a in $(grep -r -- -lcurses * | awk -F: '{print $1}' | sort | uniq); do 
sed -i s/-lcurses/-lncurses/g $a; done
-%endif
-# END UGLY HACK for an error in libedit in openSUSE 11.2
 %__make %{?jobs:-j%jobs}
 
 %install

++ link-grammar-4.7.6.tar.gz - link-grammar-4.7.8.tar.gz ++
 60885 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2012-05-22 08:16:32

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2012-05-07 22:48:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2012-05-22 08:16:35.0 +0200
@@ -1,0 +2,10 @@
+Sat Apr 28 14:34:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 4.7.6:
+  + fast-match.c: unroll recursive call into loop.
+  + Fix accidental inclusion of internal header file from public
+header file.
+- Drop link-grammar-install-include.patch: No longer needed, as the
+  header is no longer referenced by the main header.
+
+---

Old:

  link-grammar-4.7.5.tar.gz
  link-grammar-install-include.patch

New:

  link-grammar-4.7.6.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.Po5Inj/_old  2012-05-22 08:16:36.0 +0200
+++ /var/tmp/diff_new_pack.Po5Inj/_new  2012-05-22 08:16:36.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   link-grammar
-Version:4.7.5
+Version:4.7.6
 Release:0
 Summary:An English grammar checker
 License:BSD-3-Clause
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
-Source: 
http://www.abisource.com/downloads/link-grammar/4.7.5/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM link-grammar-install-include.patch vu...@opensuse.org -- 
Install additional header referenced by other headers (sent upstream by mail on 
2012-04-26)
-Patch0: link-grammar-install-include.patch
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.6/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
@@ -59,7 +57,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage

++ link-grammar-4.7.5.tar.gz - link-grammar-4.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/link-grammar-4.7.5/ChangeLog 
new/link-grammar-4.7.6/ChangeLog
--- old/link-grammar-4.7.5/ChangeLog2012-04-16 22:44:21.0 +0200
+++ new/link-grammar-4.7.6/ChangeLog2012-04-26 19:15:14.0 +0200
@@ -1,3 +1,7 @@
+Version 4.7.6 (26 April 2012)
+ * fast-match.c: unroll recursive call into loop (thx Valery Kholodkov).
+ * Fix accidental inclusion of internal header file from public header file.
+
 Version 4.7.5 (16 April 2012)
  * Remove several duplicate given names.
  * Remove malloc-dbg.c from the MSVC9 project file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/link-grammar-4.7.5/README 
new/link-grammar-4.7.6/README
--- old/link-grammar-4.7.5/README   2012-04-16 20:37:05.0 +0200
+++ new/link-grammar-4.7.6/README   2012-04-26 19:18:36.0 +0200
@@ -1,7 +1,7 @@
 
Link Grammar Parser
---
-  Version 4.7.5
+  Version 4.7.6
 
 The Link Grammar Parser implements the Sleator/Temperley/Lafferty
 theory of natural language parsing. This version of the parser is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/link-grammar-4.7.5/configure 
new/link-grammar-4.7.6/configure
--- old/link-grammar-4.7.5/configure2012-04-16 22:46:06.0 +0200
+++ new/link-grammar-4.7.6/configure2012-04-26 19:20:59.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for link-grammar 4.7.5.
+# Generated by GNU Autoconf 2.68 for link-grammar 4.7.6.
 #
 # Report bugs to link-gram...@googlegroups.com.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='link-grammar'
 PACKAGE_TARNAME='link-grammar'
-PACKAGE_VERSION='4.7.5'
-PACKAGE_STRING='link-grammar 4.7.5'
+PACKAGE_VERSION='4.7.6'
+PACKAGE_STRING='link-grammar 4.7.6'
 PACKAGE_BUGREPORT='link-gram...@googlegroups.com'
 PACKAGE_URL=''
 
@@ -1371,7 +1371,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures link-grammar 4.7.5 to adapt to many kinds of systems.
+\`configure' configures link-grammar 4.7.6 

commit link-grammar for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2012-05-07 22:47:51

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2012-04-20 15:18:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2012-05-07 22:48:17.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 26 07:50:46 UTC 2012 - vu...@opensuse.org
+
+- Add link-grammar-install-include.patch: install additional header
+  referenced by the main header, to fix build failure in abiword.
+
+---

New:

  link-grammar-install-include.patch



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.aZ7ClZ/_old  2012-05-07 22:48:19.0 +0200
+++ /var/tmp/diff_new_pack.aZ7ClZ/_new  2012-05-07 22:48:19.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Text/Spell
 Url:http://www.abisource.com/projects/link-grammar/
 Source: 
http://www.abisource.com/downloads/link-grammar/4.7.5/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM link-grammar-install-include.patch vu...@opensuse.org -- 
Install additional header referenced by other headers (sent upstream by mail on 
2012-04-26)
+Patch0: link-grammar-install-include.patch
 BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
@@ -57,6 +59,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage

++ link-grammar-install-include.patch ++
Index: link-grammar-4.7.5/link-grammar/Makefile.am
===
--- link-grammar-4.7.5.orig/link-grammar/Makefile.am
+++ link-grammar-4.7.5/link-grammar/Makefile.am
@@ -159,6 +159,7 @@ liblink_grammar_la_SOURCES =\
 liblink_grammar_includedir = $(includedir)/link-grammar
 liblink_grammar_include_HEADERS =   \
link-includes.h  \
+   api-types.h  \
link-features.h
 
 liblink_grammar_java_la_SOURCES =   \
Index: link-grammar-4.7.5/link-grammar/Makefile.in
===
--- link-grammar-4.7.5.orig/link-grammar/Makefile.in
+++ link-grammar-4.7.5/link-grammar/Makefile.in
@@ -447,6 +447,7 @@ liblink_grammar_la_SOURCES = \
 liblink_grammar_includedir = $(includedir)/link-grammar
 liblink_grammar_include_HEADERS = \
link-includes.h  \
+   api-types.h  \
link-features.h
 
 liblink_grammar_java_la_SOURCES = \
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2012-04-20 15:18:24

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/link-grammar/link-grammar.changes
2011-09-23 02:11:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2012-04-20 15:18:35.0 +0200
@@ -1,0 +2,16 @@
+Tue Apr 17 07:07:54 UTC 2012 - vu...@opensuse.org
+
+- Update to version 4.7.5:
+  + Remove several duplicate given names.
+  + Remove several dozen duplicated idioms.
+  + Some intransitive verbs are actually transitive in rare cases.
+  + Clean up misc minor compiler warnings.
+  + Use enum not int for the cost-model type.
+  + Update the man page to reflect actual command usage.
+  + Start using -O3 optimization for another 2% perf improvment.
+  + Fix configure.in --enable/--disable flags.
+  + New AM_SILENT_RULES for less noisy build.
+  + Remove malloc-dbg.c from the MSVC9 project file.
+- Add gcc-c++ BuildRequires: it is now needed for the build.
+
+---

Old:

  link-grammar-4.7.4.tar.gz

New:

  link-grammar-4.7.5.tar.gz



Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.kMcbLE/_old  2012-04-20 15:18:36.0 +0200
+++ /var/tmp/diff_new_pack.kMcbLE/_new  2012-04-20 15:18:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package link-grammar
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
 #
 
 
-
 Name:   link-grammar
-Version:4.7.4
-Release:3
-License:BSD-3-Clause
+Version:4.7.5
+Release:0
 Summary:An English grammar checker
-Url:http://www.abisource.com/projects/link-grammar/
+License:BSD-3-Clause
 Group:  Productivity/Text/Spell
-Source: %{name}-%{version}.tar.gz
+Url:http://www.abisource.com/projects/link-grammar/
+Source: 
http://www.abisource.com/downloads/link-grammar/4.7.5/%{name}-%{version}.tar.gz
 BuildRequires:  aspell-devel
+BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel
 BuildRequires:  hunspell-devel
 BuildRequires:  libedit-devel
@@ -41,7 +41,6 @@
 sentence (showing noun phrases, verb phrases, etc.).
 
 %package devel
-License:BSD-3-Clause
 Summary:An English grammar checker (Development files)
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

++ link-grammar-4.7.4.tar.gz - link-grammar-4.7.5.tar.gz ++
 42436 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory 
checked in at 2011-12-06 18:26:42

Comparing /work/SRC/openSUSE:Factory/link-grammar (Old)
 and  /work/SRC/openSUSE:Factory/.link-grammar.new (New)


Package is link-grammar, Maintainer is gnome-maintain...@suse.de

Changes:




Other differences:
--
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.6fv2iT/_old  2011-12-06 18:48:25.0 +0100
+++ /var/tmp/diff_new_pack.6fv2iT/_new  2011-12-06 18:48:25.0 +0100
@@ -20,7 +20,7 @@
 Name:   link-grammar
 Version:4.7.4
 Release:3
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:An English grammar checker
 Url:http://www.abisource.com/projects/link-grammar/
 Group:  Productivity/Text/Spell
@@ -41,7 +41,7 @@
 sentence (showing noun phrases, verb phrases, etc.).
 
 %package devel
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Summary:An English grammar checker (Development files)
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit link-grammar for openSUSE:Factory

2011-05-03 Thread h_root

Hello community,

here is the log from the commit of package link-grammar for openSUSE:Factory
checked in at Tue May 3 09:28:27 CEST 2011.




--- link-grammar/link-grammar.changes   2011-01-07 17:45:20.0 +0100
+++ /mounts/work_src_done/STABLE/link-grammar/link-grammar.changes  
2011-04-29 17:19:17.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr 29 16:30:57 UTC 2011 - dims...@opensuse.org
+
+- Update to version 4.7.4:
+  + Dramatic speed improvement for long sentences (hash table fix).
+  + Fix: crash on certain sentences, when fat-link parsing enabled.
+  + Fix: fatal error introduced in last version (combinatorial
+explosion).
+  + Fix: mem leak introduced in last version (combinatorial
+explosion).
+  + Assorted fixes to the Boolean SAT solver.
+- Changes from version 4.7.3:
+  + Fix: level as indefinite noun: ... at knee level.
+  + Enable max disjunct cost as a controllable parser parameter.
+  + Don't just give up on combinatorial explosion, show something!
+- Use source services: download_url, recompress and set_version.
+
+---

calling whatdependson for head-i586


Old:

  link-grammar-4.7.2.tar.bz2

New:

  _service
  _service:recompress:download_url:link-grammar-4.7.4.tar.bz2
  _service:set_version:link-grammar.spec



Other differences:
--
++ _service:set_version:link-grammar.spec ++
#
# spec file for package link-grammar
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   link-grammar
Version:4.7.4
Release:1
License:BSD3c(or similar)
Summary:An English grammar checker
Url:http://www.abisource.com/projects/link-grammar/
Group:  Productivity/Text/Spell
Source: %{name}-%{version}.tar.bz2
BuildRequires:  aspell-devel
BuildRequires:  glibc-devel
BuildRequires:  hunspell-devel
BuildRequires:  libedit-devel
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The Link Grammar Parser is a syntactic parser of English, based on link
grammar, an original theory of English syntax. Given a sentence, the
system assigns to it a syntactic structure, which consists of a set of
labeled links connecting pairs of words. The parser also produces a
constituent (Penn tree-bank style phrase tree) representation of a
sentence (showing noun phrases, verb phrases, etc.).

%package devel
License:BSD3c(or similar)
Summary:An English grammar checker (Development files)
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}

%description devel
The Link Grammar Parser is a syntactic parser of English, based on link
grammar, an original theory of English syntax. Given a sentence, the
system assigns to it a syntactic structure, which consists of a set of
labeled links connecting pairs of words. The parser also produces a
constituent (Penn tree-bank style phrase tree) representation of a
sentence (showing noun phrases, verb phrases, etc.).

This package contains the development files.

%prep
%setup -q

%build
# --enable-sat-solver and --enable-corpus-stats are still at the prototype stage
%configure --disable-static
# REALLY UGLY HACK for an error in libedit in openSUSE 11.2
%if 0%{suse_version} == 1120
for a in $(grep -r -- -lcurses * | awk -F: '{print $1}' | sort | uniq); do 
sed -i s/-lcurses/-lncurses/g $a; done
%endif
# END UGLY HACK for an error in libedit in openSUSE 11.2
%__make %{?jobs:-j%jobs}

%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog LICENSE MAINTAINERS README TODO
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/link-grammar
%{_mandir}/man1/*

%files devel
%defattr(-, root, root)
%dir %{_includedir}/link-grammar
%{_includedir}/link-grammar/*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%changelog
++ link-grammar.spec ++
--- /var/tmp/diff_new_pack.6LqUJb/_old  2011-05-03 09:25:55.0 +0200
+++ /var/tmp/diff_new_pack.6LqUJb/_new  2011-05-03 09:25:55.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package link-grammar (Version 4.7.2)
+# spec file for package link-grammar
 #
 #