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.000000000 +0100
+++ /mounts/work_src_done/STABLE/link-grammar/link-grammar.changes      
2011-04-29 17:19:17.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.6LqUJb/_new  2011-05-03 09:25:55.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package link-grammar (Version 4.7.2)
+# spec file for package link-grammar
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -19,7 +19,7 @@
 
 Name:           link-grammar
 Version:        4.7.2
-Release:        1
+Release:        6
 License:        BSD3c(or similar)
 Summary:        An English grammar checker
 Url:            http://www.abisource.com/projects/link-grammar/

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">http</param>
    <param name="host">www.abisource.com</param>
    <param 
name="path">/downloads/link-grammar/4.7.4/link-grammar-4.7.4.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

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

Reply via email to