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 <[email protected]>
+
+- 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:            https://www.abisource.com/projects/link-grammar/
+Source:         
http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
+Source1:        %{name}.rpmlintrc
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
+BuildRequires:  c++_compiler
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
-BuildRequires:  glibc-devel
-BuildRequires:  hunspell-devel
-BuildRequires:  libedit-devel
+BuildRequires:  minisat-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python-devel
-BuildRequires:  python3-devel
+BuildRequires:  pkgconfig(hunspell)
+BuildRequires:  pkgconfig(libedit)
+BuildRequires:  pkgconfig(libpcre2-8)
+BuildRequires:  pkgconfig(python)
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(zlib)
 Obsoletes:      perl-clinkgrammar < 5.4.3
 
 %description
@@ -97,15 +101,14 @@
 %setup -q
 
 %build
-# --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage
 %configure \
     --disable-static \
     --disable-java-bindings
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-find %{buildroot} -type f "(" -name "*.a" -o -name "*.la" ")" -delete -print
+find %{buildroot}%{_libdir} -type f "(" -name "*.a" -o -name "*.la" ")" 
-delete -print
 find %{buildroot} ! -type d -size 0 -delete
 %fdupes %{buildroot}%{_prefix}
 

++++++ link-grammar-5.5.0.tar.gz -> link-grammar-5.7.0.tar.gz ++++++
++++ 71195 lines of diff (skipped)

++++++ link-grammar.rpmlintrc ++++++
addFilter("devel-file-in-non-devel-package .*units.a")

Reply via email to