Hello community,

here is the log from the commit of package stardict for openSUSE:Factory 
checked in at 2013-01-21 18:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stardict (Old)
 and      /work/SRC/openSUSE:Factory/.stardict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stardict", Maintainer is "dmzh...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stardict/stardict.changes        2012-06-14 
21:11:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stardict.new/stardict.changes   2013-01-21 
18:26:19.000000000 +0100
@@ -1,0 +2,12 @@
+Wed Jan 16 06:56:12 UTC 2013 - b...@suse.com
+
+- updated to 3.0.4.
+  - Update default main window size.
+  - Add go back and go forward button.
+  - Configure.ac mysql-config fix and other small fixes.
+- Delete the patches which are fixed in upstream.
+  - stardict-3.0.3-gcc46.patch
+  - stardict-3.0.3-NetDictRequest.patch
+  - stardict-3.0.3-fix-glib_h-include.patch
+
+-------------------------------------------------------------------

Old:
----
  stardict-3.0.3-NetDictRequest.patch
  stardict-3.0.3-fix-glib_h-include.patch
  stardict-3.0.3-gcc46.patch
  stardict-3.0.3.tar.bz2

New:
----
  stardict-3.0.4.tar.bz2

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

Other differences:
------------------
++++++ stardict.spec ++++++
--- /var/tmp/diff_new_pack.o2kxxG/_old  2013-01-21 18:26:21.000000000 +0100
+++ /var/tmp/diff_new_pack.o2kxxG/_new  2013-01-21 18:26:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stardict
 #
-# Copyright (c) 2012 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
@@ -17,7 +17,7 @@
 
 
 Name:           stardict
-Version:        3.0.3
+Version:        3.0.4
 Release:        0
 Summary:        A cross-platform and internationalized dictionary
 License:        GPL-3.0
@@ -29,16 +29,10 @@
 Patch0:         stardict-3.0.3-fix-path-for-sounds.patch
 # PATCH-FIX-OPENSUSE stardict-3.0.3-improve-desktop-file.patch -- add 
GenericName entry
 Patch1:         stardict-3.0.3-improve-desktop-file.patch
-# PATCH-FIX-UPSTREAM stardict-3.0.3-gcc46.patch -- rebased from Fedora package
-Patch2:         stardict-3.0.3-gcc46.patch
-# PATCH-FIX-UPSTREAM stardict-3.0.3-NetDictRequest.patch -- rebased from Arch 
Linux package
-Patch3:         stardict-3.0.3-NetDictRequest.patch
 # PATCH-FIX-UPSTREAM stardict-wrong-memset.patch idoen...@suse.de -- Fix wrong 
memset size parameter
-Patch4:         stardict-3.0.3-wrong-memset.patch
-# PATCH-FIX-UPSTREAM stardict-3.0.3-fix-glib_h-include.patch 
kkir...@opensuse.org -- Fix glib.h include
-Patch5:         stardict-3.0.3-fix-glib_h-include.patch
+Patch2:         stardict-3.0.3-wrong-memset.patch
 # PATCH-FIX-UPSTREAM stardict-3.0.3-zlib-update.patch co...@suse.de - fix zlib
-Patch6:         stardict-3.0.3-zlib-update.patch
+Patch3:         stardict-3.0.3-zlib-update.patch
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -76,11 +70,8 @@
 %patch0
 %patch1
 %patch2
-%patch3
-%patch4
-%patch5
 %if 0%{?suse_version} > 1210
-%patch6 -p1
+%patch3 -p1
 %endif
 cp %{SOURCE1} dict/po/
 

++++++ stardict-3.0.3-fix-path-for-sounds.patch ++++++
--- /var/tmp/diff_new_pack.o2kxxG/_old  2013-01-21 18:26:21.000000000 +0100
+++ /var/tmp/diff_new_pack.o2kxxG/_new  2013-01-21 18:26:21.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- dict/src/conf.cpp.orig
 +++ dict/src/conf.cpp
-@@ -196,8 +196,8 @@ AppConf::AppConf() :
+@@ -205,8 +205,8 @@ AppConf::AppConf() :
                // stores absolute and relative paths
                add_entry("/apps/stardict/preferences/dictionary/tts_path", 
pathlist);
  #else

++++++ stardict-3.0.3-improve-desktop-file.patch ++++++
--- /var/tmp/diff_new_pack.o2kxxG/_old  2013-01-21 18:26:21.000000000 +0100
+++ /var/tmp/diff_new_pack.o2kxxG/_new  2013-01-21 18:26:21.000000000 +0100
@@ -2,17 +2,10 @@
 ===================================================================
 --- dict/data/stardict.desktop.in.orig
 +++ dict/data/stardict.desktop.in
-@@ -1,11 +1,12 @@
+@@ -1,5 +1,6 @@
  [Desktop Entry]
- Encoding=UTF-8
  _Name=StarDict
 +_GenericName=Dictionary
  _Comment=Lookup words
  Exec=stardict
  Terminal=false
- Type=Application
--Icon=stardict.png
-+Icon=stardict
- StartupNotify=true
- Categories=Utility;Dictionary;
- X-GNOME-DocPath=stardict/stardict.xml

++++++ stardict-3.0.3-wrong-memset.patch ++++++
--- /var/tmp/diff_new_pack.o2kxxG/_old  2013-01-21 18:26:21.000000000 +0100
+++ /var/tmp/diff_new_pack.o2kxxG/_new  2013-01-21 18:26:21.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- dict/src/lib/md5.c.orig
 +++ dict/src/lib/md5.c
-@@ -163,7 +163,7 @@ void MD5Final(unsigned char digest[16],
+@@ -174,7 +174,7 @@ void MD5Final(unsigned char digest[16],
      MD5Transform(ctx->buf, (uint32 *) ctx->in);
      byteReverse((unsigned char *) ctx->buf, 4);
      memcpy(digest, ctx->buf, 16);

++++++ stardict-3.0.3-zlib-update.patch ++++++
--- /var/tmp/diff_new_pack.o2kxxG/_old  2013-01-21 18:26:21.000000000 +0100
+++ /var/tmp/diff_new_pack.o2kxxG/_new  2013-01-21 18:26:21.000000000 +0100
@@ -1,203 +1,8 @@
-Only in stardict-3.0.3/dict/data: GNOME_Stardict.server
-Only in stardict-3.0.3/dict/data: stardict.desktop
-Only in stardict-3.0.3/dict/data: stardict.schemas
-Only in stardict-3.0.3/dict/help/mk: mk.mo
-Only in stardict-3.0.3/dict/help/nl: nl.mo
-Only in stardict-3.0.3/dict/help/ru: ru.mo
-Only in stardict-3.0.3/dict/help: stardict-C.omf
-Only in stardict-3.0.3/dict/help: stardict-mk.omf
-Only in stardict-3.0.3/dict/help: stardict-nl.omf
-Only in stardict-3.0.3/dict/help: stardict-ru.omf
-Only in stardict-3.0.3/dict/help: stardict-uk.omf
-Only in stardict-3.0.3/dict/help: stardict-zh_CN.omf
-Only in stardict-3.0.3/dict/help: stardict-zh_TW.omf
-Only in stardict-3.0.3/dict/help/uk: uk.mo
-Only in stardict-3.0.3/dict/help/zh_CN: zh_CN.mo
-Only in stardict-3.0.3/dict/help/zh_TW: zh_TW.mo
-Only in stardict-3.0.3/dict/po: .intltool-merge-cache
-Only in stardict-3.0.3/dict/po: ar.gmo
-Only in stardict-3.0.3/dict/po: be.gmo
-Only in stardict-3.0.3/dict/po: cs.gmo
-Only in stardict-3.0.3/dict/po: de.gmo
-Only in stardict-3.0.3/dict/po: el.gmo
-Only in stardict-3.0.3/dict/po: es.gmo
-Only in stardict-3.0.3/dict/po: fr.gmo
-Only in stardict-3.0.3/dict/po: ga.gmo
-Only in stardict-3.0.3/dict/po: hr.gmo
-Only in stardict-3.0.3/dict/po: hu.gmo
-Only in stardict-3.0.3/dict/po: kk.gmo
-Only in stardict-3.0.3/dict/po: ku.gmo
-Only in stardict-3.0.3/dict/po: lt.gmo
-Only in stardict-3.0.3/dict/po: mk.gmo
-Only in stardict-3.0.3/dict/po: nl.gmo
-Only in stardict-3.0.3/dict/po: pt_BR.gmo
-Only in stardict-3.0.3/dict/po: ru.gmo
-Only in stardict-3.0.3/dict/po: rw.gmo
-Only in stardict-3.0.3/dict/po: sk.gmo
-Only in stardict-3.0.3/dict/po: sv.gmo
-Only in stardict-3.0.3/dict/po: tr.gmo
-Only in stardict-3.0.3/dict/po: tt.gmo
-Only in stardict-3.0.3/dict/po: uk.gmo
-Only in stardict-3.0.3/dict/po: vi.gmo
-Only in stardict-3.0.3/dict/po: zh_CN.gmo
-Only in stardict-3.0.3/dict/po: zh_TW.gmo
-Only in stardict-3.0.3/dict/src: .libs
-Only in stardict-3.0.3/dict/src: GNOME_Stardict-common.o
-Only in stardict-3.0.3/dict/src: GNOME_Stardict-skels.o
-Only in stardict-3.0.3/dict/src: GNOME_Stardict-stubs.o
-Only in stardict-3.0.3/dict/src: articleview.o
-Only in stardict-3.0.3/dict/src: class_factory.o
-Only in stardict-3.0.3/dict/src: cmdlineopts.o
-Only in stardict-3.0.3/dict/src: conf.o
-Only in stardict-3.0.3/dict/src: desktop.o
-Only in stardict-3.0.3/dict/src: dictmanage.o
-Only in stardict-3.0.3/dict/src: dictmanagedlg.o
-Only in stardict-3.0.3/dict/src: docklet.o
-Only in stardict-3.0.3/dict/src: eggaccelerators.o
-Only in stardict-3.0.3/dict/src: floatwin.o
-Only in stardict-3.0.3/dict/src: gconf_file.o
-Only in stardict-3.0.3/dict/src: globalhotkeys.o
-Only in stardict-3.0.3/dict/src: gtk_iskeyspressed.o
-Only in stardict-3.0.3/dict/src: gtktextviewpango.o
-Only in stardict-3.0.3/dict/src: hotkeyeditor.o
-Only in stardict-3.0.3/dict/src: inifile.o
-Only in stardict-3.0.3/dict/src/lib: .libs
-Only in stardict-3.0.3/dict/src/lib: collation.lo
-Only in stardict-3.0.3/dict/src/lib: compositelookup.lo
-Only in stardict-3.0.3/dict/src/lib: ctype-mb.lo
-Only in stardict-3.0.3/dict/src/lib: ctype-uca.lo
-Only in stardict-3.0.3/dict/src/lib: ctype-utf8.lo
-Only in stardict-3.0.3/dict/src/lib: dictbase.lo
-Only in stardict-3.0.3/dict/src/lib: dictziplib.lo
-Only in stardict-3.0.3/dict/src/lib: edit-distance.lo
-Only in stardict-3.0.3/dict/src/lib: full_text_trans.lo
-Only in stardict-3.0.3/dict/src/lib: http_client.lo
-Only in stardict-3.0.3/dict/src/lib: httpmanager.lo
-Only in stardict-3.0.3/dict/src/lib: iappdirs.lo
-Only in stardict-3.0.3/dict/src/lib: kmp.lo
-Only in stardict-3.0.3/dict/src/lib: libstardict.la
-Only in stardict-3.0.3/dict/src/lib: md5.lo
-Only in stardict-3.0.3/dict/src/lib: netdictcache.lo
-Only in stardict-3.0.3/dict/src/lib: netdictplugin.lo
-Only in stardict-3.0.3/dict/src/lib: parsedata_plugin.lo
-Only in stardict-3.0.3/dict/src/lib: plugin.lo
-Only in stardict-3.0.3/dict/src/lib: pluginmanager.lo
-Only in stardict-3.0.3/dict/src/lib: sockets.lo
-Only in stardict-3.0.3/dict/src/lib: specialdictplugin.lo
-Only in stardict-3.0.3/dict/src/lib: stardict_client.lo
-Only in stardict-3.0.3/dict/src/lib: stddict.lo
-Only in stardict-3.0.3/dict/src/lib: storage.lo
-Only in stardict-3.0.3/dict/src/lib: treedict.lo
-Only in stardict-3.0.3/dict/src/lib: ttsplugin.lo
-Only in stardict-3.0.3/dict/src/lib: utils.lo
-Only in stardict-3.0.3/dict/src/lib: verify_dict.lo
-Only in stardict-3.0.3/dict/src/lib: virtualdictplugin.lo
-Only in stardict-3.0.3/dict/src/lib: xml_str.lo
-Only in stardict-3.0.3/dict/src: log.o
-Only in stardict-3.0.3/dict/src: mainwin.o
-Only in stardict-3.0.3/dict/src: pangoview.o
-Only in stardict-3.0.3/dict/src: pluginmanagedlg.o
-Only in stardict-3.0.3/dict/src: prefsdlg.o
-Only in stardict-3.0.3/dict/src: progresswin.o
-Only in stardict-3.0.3/dict/src: readword.o
-Only in stardict-3.0.3/dict/src: selection.o
-Only in stardict-3.0.3/dict/src: skin.o
-Only in stardict-3.0.3/dict/src: splash.o
-Only in stardict-3.0.3/dict/src: stardict
-Only in stardict-3.0.3/dict/src: stardict-application-server.o
-Only in stardict-3.0.3/dict/src: stardict.o
-Only in stardict-3.0.3/dict/src: tomboykeybinder.o
-Only in stardict-3.0.3/dict/src: tray.o
-Only in stardict-3.0.3/dict/src: x11_iskeyspressed.o
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-dictdotcn-plugin: .libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-dictdotcn-plugin: 
stardict_dictdotcn.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-dictdotcn-plugin: 
stardict_dictdotcn.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-espeak-tts-plugin: .libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-espeak-tts-plugin: 
stardict_espeak.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-espeak-tts-plugin: 
stardict_espeak.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-html-parsedata-plugin: 
.libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-html-parsedata-plugin: 
stardict_html_parsedata.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-html-parsedata-plugin: 
stardict_html_parsedata.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-man-plugin: .libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-man-plugin: 
stardict_man.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-man-plugin: 
stardict_man.lo
-Only in 
stardict-3.0.3/dict/stardict-plugins/stardict-powerword-parsedata-plugin: .libs
-Only in 
stardict-3.0.3/dict/stardict-plugins/stardict-powerword-parsedata-plugin: 
stardict_powerword_parsedata.la
-Only in 
stardict-3.0.3/dict/stardict-plugins/stardict-powerword-parsedata-plugin: 
stardict_powerword_parsedata.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-qqwry-plugin: .libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-qqwry-plugin: 
stardict_qqwry.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-qqwry-plugin: 
stardict_qqwry.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-spell-plugin: .libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-spell-plugin: 
stardict_spell.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-spell-plugin: 
stardict_spell.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
.libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
TXML.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
WIKI2XML.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
global.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
stardict_wiki2xml.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
stardict_wiki_parsedata.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wiki-parsedata-plugin: 
stardict_wiki_parsedata.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: .libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
court_widget.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: newton.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
newton_env.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: partic.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: scene.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: spring.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
stardict_wordnet.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
stardict_wordnet.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
stardict_wordnet_parsedata.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
stardict_wordnet_parsedata.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-wordnet-plugin: 
vector_t.lo
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-xdxf-parsedata-plugin: 
.libs
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-xdxf-parsedata-plugin: 
stardict_xdxf_parsedata.la
-Only in stardict-3.0.3/dict/stardict-plugins/stardict-xdxf-parsedata-plugin: 
stardict_xdxf_parsedata.lo
-Only in stardict-3.0.3/dict/tests: .libs
-Only in stardict-3.0.3/dict/tests: gconf_file.o
-Only in stardict-3.0.3/dict/tests: inifile.o
-Only in stardict-3.0.3/dict/tests: t_articleview
-Only in stardict-3.0.3/dict/tests: t_articleview.o
-Only in stardict-3.0.3/dict/tests: t_config_file
-Only in stardict-3.0.3/dict/tests: t_config_file.o
-Only in stardict-3.0.3/dict/tests: t_convert_old_ini
-Only in stardict-3.0.3/dict/tests: t_convert_old_ini.o
-Only in stardict-3.0.3/dict/tests: t_dict
-Only in stardict-3.0.3/dict/tests: t_dict.o
-Only in stardict-3.0.3/dict/tests: t_fuzzy
-Only in stardict-3.0.3/dict/tests: t_fuzzy.o
-Only in stardict-3.0.3/dict/tests: t_lookupdata
-Only in stardict-3.0.3/dict/tests: t_lookupdata.o
-Only in stardict-3.0.3/dict/tests: t_query
-Only in stardict-3.0.3/dict/tests: t_query.o
-Only in stardict-3.0.3/dict/tests: t_res_database
-Only in stardict-3.0.3/dict/tests: t_res_database.o
-Only in stardict-3.0.3/dict/tests: t_xml
-Only in stardict-3.0.3/dict/tests: t_xml.o
-Only in stardict-3.0.3/lib/src/.libs: ifo_file.o
-Only in stardict-3.0.3/lib/src/.libs: lib_binary_dict_parser.o
-Only in stardict-3.0.3/lib/src/.libs: lib_chars.o
-Only in stardict-3.0.3/lib/src/.libs: lib_dict_data_block.o
-Only in stardict-3.0.3/lib/src/.libs: lib_dict_verify.o
-Only in stardict-3.0.3/lib/src/.libs: lib_res_store.o
-Only in stardict-3.0.3/lib/src/.libs: libcommon.a
-Only in stardict-3.0.3/lib/src/.libs: libcommon.la
-Only in stardict-3.0.3/lib/src/.libs: libcommon.o
-Only in stardict-3.0.3/lib/src: ifo_file.lo
-Only in stardict-3.0.3/lib/src: ifo_file.o
-Only in stardict-3.0.3/lib/src: lib_binary_dict_parser.lo
-Only in stardict-3.0.3/lib/src: lib_binary_dict_parser.o
-Only in stardict-3.0.3/lib/src: lib_chars.lo
-Only in stardict-3.0.3/lib/src: lib_chars.o
-Only in stardict-3.0.3/lib/src: lib_dict_data_block.lo
-Only in stardict-3.0.3/lib/src: lib_dict_data_block.o
-Only in stardict-3.0.3/lib/src: lib_dict_verify.lo
-Only in stardict-3.0.3/lib/src: lib_dict_verify.o
-Only in stardict-3.0.3/lib/src: lib_res_store.lo
-Only in stardict-3.0.3/lib/src: lib_res_store.o
-diff -ru stardict-3.0.3.orig/lib/src/libcommon.h 
stardict-3.0.3/lib/src/libcommon.h
---- stardict-3.0.3.orig/lib/src/libcommon.h    2011-07-08 12:32:09.000000000 
+0000
-+++ stardict-3.0.3/lib/src/libcommon.h 2012-06-14 14:04:06.000000000 +0000
-@@ -188,7 +188,7 @@
+Index: stardict-3.0.4/lib/src/libcommon.h
+===================================================================
+--- stardict-3.0.4.orig/lib/src/libcommon.h
++++ stardict-3.0.4/lib/src/libcommon.h
+@@ -188,7 +188,7 @@ namespace clib {
  }
  
  namespace zip {
@@ -206,6 +11,3 @@
  }
  
  /* Create a new temporary file. Return file name in file name encoding.
-Only in stardict-3.0.3/lib/src: libcommon.la
-Only in stardict-3.0.3/lib/src: libcommon.lo
-Only in stardict-3.0.3/lib/src: libcommon.o

++++++ stardict-3.0.3.tar.bz2 -> stardict-3.0.4.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/stardict/stardict-3.0.3.tar.bz2 
/work/SRC/openSUSE:Factory/.stardict.new/stardict-3.0.4.tar.bz2 differ: char 
11, line 1

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

Reply via email to