commit wordnet for openSUSE:Factory

2020-08-31 Thread root
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2020-08-31 16:52:57

Comparing /work/SRC/openSUSE:Factory/wordnet (Old)
 and  /work/SRC/openSUSE:Factory/.wordnet.new.3399 (New)


Package is "wordnet"

Mon Aug 31 16:52:57 2020 rev:15 rq:830702 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2017-06-01 
16:34:56.792398543 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new.3399/wordnet.changes
2020-08-31 16:53:17.488442891 +0200
@@ -1,0 +2,6 @@
+Fri Aug 28 21:43:28 UTC 2020 - Atri Bhattacharya 
+
+- Disable LTO since it causes segmentation faults when running.
+- Run spec-cleaner to clean up specfile.
+
+---



Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.DXpr82/_old  2020-08-31 16:53:19.060443653 +0200
+++ /var/tmp/diff_new_pack.DXpr82/_new  2020-08-31 16:53:19.064443655 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# Copyright (c) 2017 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,21 +12,21 @@
 # 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 dbver 3.1
 %define sover 3
 %define lib_name libWN%{sover}
-
+%define _lto_cflags %{nil}
 Name:   wordnet
 Version:3.0
 Release:0
 Summary:A lexical database for the English language
 License:MIT
 Group:  Productivity/Office/Dictionary
-Url:http://wordnet.princeton.edu
+URL:https://wordnet.princeton.edu
 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
@@ -49,7 +49,6 @@
 BuildRequires:  xorg-x11-libXext-devel
 Requires:   tcl
 Requires:   tk
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 WordNet is a large lexical database of English.
@@ -115,7 +114,7 @@
 CFLAGS="%{optflags} -DUSE_INTERP_RESULT"
 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/
 
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install DESTDIR=%{buildroot}
@@ -137,23 +136,21 @@
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog README doc/{html,ps,pdf}
+%license COPYING
+%doc AUTHORS ChangeLog README doc/{html,ps,pdf}
 %{_bindir}/wishwn
 %{_bindir}/wn
 %{_bindir}/wnb
-%{_mandir}/man1/*.1%{ext_man}
-%{_mandir}/man5/*.5%{ext_man}
-%{_mandir}/man7/*.7%{ext_man}
+%{_mandir}/man1/*.1%{?ext_man}
+%{_mandir}/man5/*.5%{?ext_man}
+%{_mandir}/man7/*.7%{?ext_man}
 %{_datadir}/%{name}-%{version}/
 
 %files -n %{lib_name}
-%defattr(-,root,root)
 %{_libdir}/libWN.so.%{sover}*
 
 %files devel
-%defattr(-,root,root,-)
-%{_mandir}/man3/*.3%{ext_man}
+%{_mandir}/man3/*.3%{?ext_man}
 %{_includedir}/wn.h
 %{_libdir}/libWN.so
 




commit wordnet for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2017-06-01 16:34:54

Comparing /work/SRC/openSUSE:Factory/wordnet (Old)
 and  /work/SRC/openSUSE:Factory/.wordnet.new (New)


Package is "wordnet"

Thu Jun  1 16:34:54 2017 rev:14 rq:500238 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2017-05-27 
13:16:24.384119114 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes 2017-06-01 
16:34:56.792398543 +0200
@@ -1,0 +2,5 @@
+Tue May 23 22:11:08 UTC 2017 - jeng...@inai.de
+
+- Remove not-so-relevant parts from descriptions.
+
+---



Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.R5umeO/_old  2017-06-01 16:34:58.184202213 +0200
+++ /var/tmp/diff_new_pack.R5umeO/_new  2017-06-01 16:34:58.184202213 +0200
@@ -52,12 +52,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-WordNet is a large lexical database of English, developed under the direction
-of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
+WordNet is a large lexical database of English.
+Nouns, verbs, adjectives and adverbs are grouped into sets
 of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
 are interlinked by means of conceptual-semantic and lexical relations. The
 resulting network of meaningfully related words and concepts can be navigated
-with the browser. WordNet is also freely and publicly available for download.
+with the browser.
 WordNet's structure makes it a useful tool for computational linguistics and
 natural language processing.
 
@@ -66,12 +66,12 @@
 Group:  System/Libraries
 
 %description -n %{lib_name}
-WordNet is a large lexical database of English, developed under the direction
-of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
+WordNet is a large lexical database of English.
+Nouns, verbs, adjectives and adverbs are grouped into sets
 of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
 are interlinked by means of conceptual-semantic and lexical relations. The
 resulting network of meaningfully related words and concepts can be navigated
-with the browser. WordNet is also freely and publicly available for download.
+with the browser.
 WordNet's structure makes it a useful tool for computational linguistics and
 natural language processing.
 
@@ -85,12 +85,12 @@
 Requires:   tk-devel
 
 %description devel
-WordNet is a large lexical database of English, developed under the direction
-of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
+WordNet is a large lexical database of English.
+Nouns, verbs, adjectives and adverbs are grouped into sets
 of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
 are interlinked by means of conceptual-semantic and lexical relations. The
 resulting network of meaningfully related words and concepts can be navigated
-with the browser. WordNet is also freely and publicly available for download.
+with the browser.
 WordNet's structure makes it a useful tool for computational linguistics and
 natural language processing.
 




commit wordnet for openSUSE:Factory

2017-05-27 Thread root
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2017-05-27 13:16:22

Comparing /work/SRC/openSUSE:Factory/wordnet (Old)
 and  /work/SRC/openSUSE:Factory/.wordnet.new (New)


Package is "wordnet"

Sat May 27 13:16:22 2017 rev:13 rq:496969 version:3.0

Changes:

--- /work/SRC/openSUSE:Factory/wordnet/wordnet.changes  2016-10-10 
16:20:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes 2017-05-27 
13:16:24.384119114 +0200
@@ -1,0 +2,6 @@
+Tue May  9 13:19:15 UTC 2017 - mplus...@suse.com
+
+- Split shared library
+- Small cleanup with spec-cleaner
+
+---



Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.kMPvbz/_old  2017-05-27 13:16:25.703932524 +0200
+++ /var/tmp/diff_new_pack.kMPvbz/_new  2017-05-27 13:16:25.707931958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# Copyright (c) 2016 SUSE LINUX 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
@@ -17,6 +17,8 @@
 
 
 %define dbver 3.1
+%define sover 3
+%define lib_name libWN%{sover}
 
 Name:   wordnet
 Version:3.0
@@ -59,11 +61,26 @@
 WordNet's structure makes it a useful tool for computational linguistics and
 natural language processing.
 
-%package devel
+%package -n %{lib_name}
+Summary:Shared library for %{name}
+Group:  System/Libraries
+
+%description -n %{lib_name}
+WordNet is a large lexical database of English, developed under the direction
+of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
+of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
+are interlinked by means of conceptual-semantic and lexical relations. The
+resulting network of meaningfully related words and concepts can be navigated
+with the browser. WordNet is also freely and publicly available for download.
+WordNet's structure makes it a useful tool for computational linguistics and
+natural language processing.
 
+This package contains shared library for %{name}.
+
+%package devel
 Summary:The development libraries and header files for WordNet
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{version}
+Requires:   %{lib_name} = %{version}
 Requires:   tcl-devel
 Requires:   tk-devel
 
@@ -95,7 +112,7 @@
 autoupdate
 autoreconf -i
 
-CFLAGS="%optflags -DUSE_INTERP_RESULT"
+CFLAGS="%{optflags} -DUSE_INTERP_RESULT"
 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/
 
 make %{?_smp_mflags}
@@ -116,12 +133,8 @@
 
 %fdupes %{buildroot}%{_datadir}/%{name}-%{version}/dict/
 
-%clean
-%{?buildroot:rm -rf %{buildroot}}
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post -n %{lib_name} -p /sbin/ldconfig
+%postun -n %{lib_name} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -129,15 +142,18 @@
 %{_bindir}/wishwn
 %{_bindir}/wn
 %{_bindir}/wnb
-%{_mandir}/man1/*.1.gz
-%{_mandir}/man5/*.5.gz
-%{_mandir}/man7/*.7.gz
+%{_mandir}/man1/*.1%{ext_man}
+%{_mandir}/man5/*.5%{ext_man}
+%{_mandir}/man7/*.7%{ext_man}
 %{_datadir}/%{name}-%{version}/
-%{_libdir}/libWN.so.*
+
+%files -n %{lib_name}
+%defattr(-,root,root)
+%{_libdir}/libWN.so.%{sover}*
 
 %files devel
 %defattr(-,root,root,-)
-%{_mandir}/man3/*.3.gz
+%{_mandir}/man3/*.3%{ext_man}
 %{_includedir}/wn.h
 %{_libdir}/libWN.so
 




commit wordnet for openSUSE:Factory

2016-10-10 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes 2016-10-10 
16:20:16.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct  4 13:06:55 UTC 2016 - badshah...@gmail.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.esZ9Hl/_new  2016-10-10 16:20:18.0 +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 badshah...@gmail.com -- 
Use system tk headers, patch came from Fedora
 Patch0: wordnet-system-tk-headers.patch
 # PATCH-FIX-UPSTREAM wordnet-libtool.patch badshah...@gmail.com -- 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




commit wordnet for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory checked 
in at 2013-08-04 08:05:50

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  2011-09-23 
12:50:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.wordnet.new/wordnet.changes 2013-08-04 
08:05:51.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  1 16:57:39 UTC 2013 - m...@suse.com
+
+- Add -DUSE_INTERP_RESULT to fix build with Tcl 8.6.
+
+---



Other differences:
--
++ wordnet.spec ++
--- /var/tmp/diff_new_pack.NWGilR/_old  2013-08-04 08:05:51.0 +0200
+++ /var/tmp/diff_new_pack.NWGilR/_new  2013-08-04 08:05:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wordnet
 #
-# Copyright (c) 2011 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   wordnet
 Version:3.0
-Release:17
-License:MIT
+Release:0
 Summary:A lexical database for the English language
-Url:http://wordnet.princeton.edu
+License:MIT
 Group:  Productivity/Office/Dictionary
+Url:http://wordnet.princeton.edu
 Source: WordNet-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM wordnet-system-tk-headers.patch badshah...@gmail.com -- 
Use system tk headers, patch came from Fedora
 Patch0: wordnet-system-tk-headers.patch
@@ -58,7 +57,6 @@
 
 %package devel
 
-
 Summary:The development libraries and header files for WordNet
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
@@ -93,6 +91,7 @@
 autoupdate
 autoreconf -i
 
+CFLAGS=%optflags -DUSE_INTERP_RESULT
 %configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/
 
 make %{?_smp_mflags}

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



commit wordnet for openSUSE:Factory

2011-08-03 Thread h_root

Hello community,

here is the log from the commit of package wordnet for openSUSE:Factory
checked in at Wed Aug 3 11:35:50 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/wordnet/wordnet.changes2011-07-29 
01:01:12.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Jul 28 22:53:59 UTC 2011 - badshah...@gmail.com
+
+- Initial package (version 3.0)
+

calling whatdependson for head-i586


New:

  WordNet-3.0.tar.bz2
  wordnet-3.0-CVE-2008-2149.patch
  wordnet-3.0-CVE-2008-3908.patch
  wordnet-3.0-fix_man.patch
  wordnet-libtool.patch
  wordnet-system-tk-headers.patch
  wordnet.changes
  wordnet.spec



Other differences:
--
++ wordnet.spec ++
#
# spec file for package wordnet
#
# 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:   wordnet
Version:3.0
Release:1
License:MIT and GPLv2
Summary:A lexical database for the English language
Url:http://wordnet.princeton.edu
Group:  Productivity/Office/Dictionary
Source: WordNet-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM wordnet-system-tk-headers.patch badshah...@gmail.com -- 
Use system tk headers, patch came from Fedora
Patch0: wordnet-system-tk-headers.patch
# PATCH-FIX-UPSTREAM wordnet-libtool.patch badshah...@gmail.com -- Correct 
checking for libtool, patch came from Fedora
Patch1: wordnet-libtool.patch
# PATCH-FIX-UPSTREAM wordnet-3.0-CVE-2008-2149.patch badshah...@gmail.com -- 
Fix buffer overflows, patch came from upstream
Patch2: wordnet-3.0-CVE-2008-2149.patch
# PATCH-FIX-UPSTREAM wordnet-3.0-CVE-2008-3908.patch badshah...@gmail.com -- 
String and character corrections in various source files, patch came from 
upstream
Patch3: wordnet-3.0-CVE-2008-3908.patch
# PATCH-FIX-UPSTREAM wordnet-3.0-fix_man.patch badshah...@gmail.com -- 
Miscellaneous correction to the man files, patch came from Fedora
Patch4: wordnet-3.0-fix_man.patch
BuildRequires:  automake = 1.8
BuildRequires:  fdupes
BuildRequires:  libtool
BuildRequires:  tcl-devel
BuildRequires:  tk-devel
BuildRequires:  xorg-x11-devel
BuildRequires:  xorg-x11-libXext-devel
Requires:   tcl
Requires:   tk
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
WordNet is a large lexical database of English, developed under the direction
of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
are interlinked by means of conceptual-semantic and lexical relations. The
resulting network of meaningfully related words and concepts can be navigated
with the browser. WordNet is also freely and publicly available for download.
WordNet's structure makes it a useful tool for computational linguistics and
natural language processing.

%package devel

Summary:The development libraries and header files for WordNet
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}
Requires:   tcl-devel
Requires:   tk-devel

%description devel
WordNet is a large lexical database of English, developed under the direction
of George A. Miller. Nouns, verbs, adjectives and adverbs are grouped into sets
of cognitive synonyms (synsets), each expressing a distinct concept. Synsets
are interlinked by means of conceptual-semantic and lexical relations. The
resulting network of meaningfully related words and concepts can be navigated
with the browser. WordNet is also freely and publicly available for download.
WordNet's structure makes it a useful tool for computational linguistics and
natural language processing.

This package contains the libraries and header files required to create
applications based on WordNet.

%prep
%setup -q -n WordNet-3.0
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
# delete the include/tk dir, since we do not use the included tk headers
rm -rf include/tk

%build
libtoolize  aclocal
autoupdate
autoreconf -i

%configure --enable-static=no --prefix=%{_datadir}/wordnet-%{version}/

make %{?_smp_mflags}

%install
%make_install DESTDIR=%{buildroot}

# delete the libWN.la files