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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.link-grammar.new/link-grammar.changes   
2014-07-21 21:39:34.000000000 +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

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ link-grammar.spec ++++++
--- /var/tmp/diff_new_pack.sRhkdu/_old  2014-07-21 21:39:35.000000000 +0200
+++ /var/tmp/diff_new_pack.sRhkdu/_new  2014-07-21 21:39:35.000000000 +0200
@@ -17,14 +17,15 @@
 
 
 Name:           link-grammar
-Version:        4.8.6
+Version:        5.0.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.8.6/%{name}-%{version}.tar.gz
+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:  libedit-devel
 BuildRequires:  pkg-config
@@ -38,10 +39,23 @@
 "constituent" (Penn tree-bank style phrase tree) representation of a
 sentence (showing noun phrases, verb phrases, etc.).
 
+%package -n  perl-clinkgrammar
+Summary:        An English grammar checker (Perl bindings)
+Group:          Development/Libraries/C and C++
+
+%description -n  perl-clinkgrammar
+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
 Summary:        An English grammar checker (Development files)
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+Requires:       perl-clinkgrammar = %{version}
 
 %description devel
 The Link Grammar Parser is a syntactic parser of English, based on link
@@ -55,15 +69,17 @@
 
 %prep
 %setup -q
+# Install perl bindings to vendorlib, not sitelib
+sed -i "s:sitearchexp:vendorarchexp:g" configure*
 
 %build
 # --enable-sat-solver and --enable-corpus-stats are still at the prototype 
stage
 %configure --disable-static
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name '*.la' -delete -print
 
 %post -p /sbin/ldconfig
 
@@ -80,11 +96,17 @@
 %{_datadir}/link-grammar
 %{_mandir}/man1/*
 
+%files -n perl-clinkgrammar
+%defattr(-,root,root)
+%{perl_vendorlib}/*/clinkgrammar.pm
+%{perl_vendorlib}/*/clinkgrammar.so.*
+
 %files devel
 %defattr(-, root, root)
 %dir %{_includedir}/link-grammar
 %{_includedir}/link-grammar/*.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
+%{perl_vendorlib}/*/clinkgrammar.so
 
 %changelog

++++++ link-grammar-4.8.6.tar.gz -> link-grammar-5.0.8.tar.gz ++++++
++++ 125808 lines of diff (skipped)

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

Reply via email to