Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2016-10-10 16:20:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wordnet (Old)
 and      /work/SRC/openSUSE:Factory/.wordnet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wordnet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2013-08-04 
08:05:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes     2016-10-10 
16:20:16.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Oct  4 13:06:55 UTC 2016 - [email protected]
+
+- Update database to version 3.1 (version 3.1 only includes the
+  database, meant to be a drop-in replacement for 3.0's db).
+- Use full URL's for sources.
+- Drop INSTALL file from package
+
+-------------------------------------------------------------------

New:
----
  wn3.1.dict.tar.gz

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

Other differences:
------------------
++++++ wordnet.spec ++++++
--- /var/tmp/diff_new_pack.esZ9Hl/_old  2016-10-10 16:20:18.000000000 +0200
+++ /var/tmp/diff_new_pack.esZ9Hl/_new  2016-10-10 16:20:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,6 +16,8 @@
 #
 
 
+%define dbver 3.1
+
 Name:           wordnet
 Version:        3.0
 Release:        0
@@ -23,7 +25,9 @@
 License:        MIT
 Group:          Productivity/Office/Dictionary
 Url:            http://wordnet.princeton.edu
-Source:         WordNet-%{version}.tar.bz2
+Source0:        http://wordnetcode.princeton.edu/3.0/WordNet-%{version}.tar.bz2
+# Updated dict files as drop-in replacement
+Source1:        http://wordnetcode.princeton.edu/wn%{dbver}.dict.tar.gz
 # PATCH-FIX-UPSTREAM wordnet-system-tk-headers.patch [email protected] -- 
Use system tk headers, patch came from Fedora
 Patch0:         wordnet-system-tk-headers.patch
 # PATCH-FIX-UPSTREAM wordnet-libtool.patch [email protected] -- Correct 
checking for libtool, patch came from Fedora
@@ -77,7 +81,7 @@
 applications based on WordNet.
 
 %prep
-%setup -q -n WordNet-3.0
+%setup -q -n WordNet-3.0 -b 1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -106,6 +110,10 @@
 # Remove useless Makefiles installed by %%doc
 rm -rf doc/{html,ps,pdf}/Makefile*
 
+# REPLACE OLD DIC DATABASE WITH NEW
+rm -fr %{buildroot}%{_datadir}/%{name}-%{version}/dict
+cp -pr ../dict %{buildroot}%{_datadir}/%{name}-%{version}/dict
+
 %fdupes %{buildroot}%{_datadir}/%{name}-%{version}/dict/
 
 %clean
@@ -117,7 +125,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING INSTALL ChangeLog README doc/{html,ps,pdf}
+%doc AUTHORS COPYING ChangeLog README doc/{html,ps,pdf}
 %{_bindir}/wishwn
 %{_bindir}/wn
 %{_bindir}/wnb


Reply via email to