Mailinglist Archive: opensuse-commit (1262 mails)
| < Previous | Next > |
commit jDictionary
- From: root@xxxxxxx (h_root)
- Date: Tue, 12 Sep 2006 18:32:43 +0200 (CEST)
- Message-id: <20060912163243.B886B18B650@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package jDictionary
checked in at Tue Sep 12 18:32:43 CEST 2006.
--------
--- jDictionary/jDictionary.changes 2006-01-25 21:46:35.000000000 +0100
+++ jDictionary/jDictionary.changes 2006-09-12 18:11:26.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 12 18:11:03 CEST 2006 - dbornkessel@xxxxxxx
+
+- added encoding info (Bug #204372)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jDictionary.spec ++++++
--- /var/tmp/diff_new_pack.oGmzRk/_old 2006-09-12 18:32:34.000000000 +0200
+++ /var/tmp/diff_new_pack.oGmzRk/_new 2006-09-12 18:32:34.000000000 +0200
@@ -1,11 +1,11 @@
#
# spec file for package jDictionary (Version 1.80)
#
-# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
-# Please submit bugfixes or comments via http://www.suse.de/feedback/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
@@ -14,10 +14,10 @@
BuildRequires: java2-devel-packages xorg-x11 xorg-x11-devel
%define plugins_build SmartEngGer SmartEngHun SmartEngHunExp SmartGerHun Smart_English_Spanish Smart_French_Hungarian
Version: 1.80
-Release: 698
+Release: 715
License: LGPL
Group: Productivity/Office/Dictionary
-Summary: Modular dictionary software
+Summary: Modular Dictionary Software
URL: http://jdictionary.info
BuildArchitectures: noarch
Requires: jre1.3.x
@@ -43,7 +43,7 @@
%package -n jDictionary-SmartEngGer
Version: 1.4
-Release: 711
+Release: 728
Requires: jDictionary
Group: Productivity/Office/Dictionary
Summary: English-German, German-English dictionary plugin for jDictionary
@@ -60,7 +60,7 @@
%package -n jDictionary-SmartEngHun
Version: 1.4
-Release: 711
+Release: 728
Requires: jDictionary
Group: Productivity/Office/Dictionary
Summary: English-Hungarian, Hungarian-English dictionary plugin for jDictionary
@@ -79,7 +79,7 @@
%package -n jDictionary-SmartEngHunExp
Version: 1.4
-Release: 711
+Release: 728
Requires: jDictionary
Group: Productivity/Office/Dictionary
Summary: English-Hungarian, Hungarian-English expression dictionary plugin for jDictionary
@@ -97,7 +97,7 @@
%package -n jDictionary-SmartGerHun
Version: 1.4
-Release: 711
+Release: 728
Requires: jDictionary
Group: Productivity/Office/Dictionary
Summary: German-Hungarian dictionary plugin for jDictionary
@@ -115,7 +115,7 @@
%package -n jDictionary-SmartEngSpa
Version: 1.0
-Release: 711
+Release: 728
Requires: jDictionary
Group: Productivity/Office/Dictionary
Summary: English-Spanish, Spanish-English dictionary plugin for jDictionary
@@ -134,7 +134,7 @@
%package -n jDictionary-SmartFrHun
Version: 1.0
-Release: 711
+Release: 728
Requires: jDictionary
Group: Productivity/Office/Dictionary
Summary: French-Hungarian, Hungarian-French dictionary plugin for jDictionary
@@ -215,6 +215,8 @@
rm -rf $RPM_BUILD_ROOT
%changelog -n jDictionary
+* Tue Sep 12 2006 - dbornkessel@xxxxxxx
+- added encoding info (Bug #204372)
* Wed Jan 25 2006 - mls@xxxxxxx
- converted neededforbuild to BuildRequires
* Tue Aug 09 2005 - mls@xxxxxxx
++++++ jdictionary ++++++
--- jDictionary/jdictionary 2004-09-17 16:31:37.000000000 +0200
+++ jDictionary/jdictionary 2006-09-12 16:55:24.000000000 +0200
@@ -6,4 +6,4 @@
# Modifications: Krisztian Kovacs <kovacs@xxxxxxxxxxxx>
cd /usr/share/jdictionary || exit
-exec java -jar jdictionary.jar
+exec java -Dfile.encoding=iso-8859-1 -jar jdictionary.jar
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |