Hello community,

here is the log from the commit of package xfce4-dict for openSUSE:Factory 
checked in at 2013-05-27 10:12:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-dict (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-dict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-dict"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-dict/xfce4-dict.changes    2013-03-14 
15:36:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-dict.new/xfce4-dict.changes       
2013-05-27 10:12:04.000000000 +0200
@@ -1,0 +2,18 @@
+Mon May 20 18:19:48 UTC 2013 - g...@opensuse.org
+
+- update to version 0.7.0
+  - after clearing the query_buffer, set it to NULL to prevent
+    crashes
+  - depend on Xfce 4.10 and its GTK/GLib requirements
+  - replace libxfcegui4 by libxfce4ui
+  - adapting the plugin to panel version 4.9+
+  - add a 'Copy Link' menu item to the text view popup menu
+  - fix Categories keyword to be more compatible
+  - add a paste button to the Speed Reader
+  - Quit/Close main window if Escape is pressed
+  - translation updates
+- dropped obsolete xfce4-dict-0.6.0-fix-wrong-callback-arg.patch
+  xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch
+  xfce4-dict-fix-libm-underlinking.patch
+
+-------------------------------------------------------------------

Old:
----
  xfce4-dict-0.6.0-fix-wrong-callback-arg.patch
  xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch
  xfce4-dict-0.6.0.tar.bz2
  xfce4-dict-automake-1.13.patch
  xfce4-dict-fix-libm-underlinking.patch

New:
----
  xfce4-dict-0.7.0.tar.bz2

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

Other differences:
------------------
++++++ xfce4-dict.spec ++++++
--- /var/tmp/diff_new_pack.O4EB3C/_old  2013-05-27 10:12:05.000000000 +0200
+++ /var/tmp/diff_new_pack.O4EB3C/_new  2013-05-27 10:12:05.000000000 +0200
@@ -16,32 +16,23 @@
 #
 
 
-%define panel_version 4.7.0
+%define panel_version 4.10.0
 
 Name:           xfce4-dict
-Version:        0.6.0
+Version:        0.7.0
 Release:        0
 Summary:        Xfce Dictionary Client Application
 License:        GPL-2.0+
 Group:          Productivity/Office/Dictionary
 Url:            http://goodies.xfce.org/projects/applications/xfce4-dict
 Source:         
http://archive.xfce.org/src/apps/xfce4-dict/0.6/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 
xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch g...@opensuse.org 
-- Fix wrong callback argument (backported from git)
-Patch0:         xfce4-dict-0.6.0-use-correct-xfcepanelplugin-instance.patch
-# PATCH-FIX-OPENSUSE xfce4-dict-0.6.0-fix-wrong-callback-arg.patch 
g...@opensuse.org -- Use the correct XfcePanelPlugin instance when opening the 
preferences dialog to prevent crashes (backported from git)
-Patch1:         xfce4-dict-0.6.0-fix-wrong-callback-arg.patch
-# PATCH-FIX-UPSTREAM xfce4-dict-fix-libm-underlinking.patch bxo#7984 
g...@opensuse.org -- Link explicitly against libm (backported from git)
-Patch2:         xfce4-dict-fix-libm-underlinking.patch
-# PATCH-FIX-UPSTREAM xfce4-dict-automake-1.13.patch pgaj...@suse.cz
-Patch3:         xfce4-dict-automake-1.13.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRequires:  pkgconfig(libxfcegui4-1.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # uses xdg-open
 Requires:       xdg-utils
@@ -67,24 +58,21 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-xdt-autogen
 %configure
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
 
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4dict.la
+
 %suse_update_desktop_file -r %{name} Office Dictionary GTK
 
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
-%find_lang %{name}
+%find_lang %{name} %{?no_lang_C}
 
 %clean
 rm -rf %{buildroot}
@@ -107,8 +95,8 @@
 
 %files -n xfce4-panel-plugin-dict
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-dict-plugin
-%{_datadir}/xfce4/panel-plugins/*.desktop
+%{_libdir}/xfce4/panel/plugins/libxfce4dict.so
+%{_datadir}/xfce4/panel/plugins/*.desktop
 
 %files lang -f %{name}.lang
 

++++++ xfce4-dict-0.6.0.tar.bz2 -> xfce4-dict-0.7.0.tar.bz2 ++++++
++++ 65709 lines of diff (skipped)

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

Reply via email to