Hello community,

here is the log from the commit of package xfce4-panel-plugin-clipman for 
openSUSE:Factory checked in at 2012-04-19 10:41:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-panel-plugin-clipman", Maintainer is 
"[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-clipman/xfce4-panel-plugin-clipman.changes
    2012-02-21 12:26:58.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-clipman.new/xfce4-panel-plugin-clipman.changes
       2012-04-19 10:41:41.000000000 +0200
@@ -1,0 +2,27 @@
+Tue Apr 17 19:28:09 UTC 2012 - [email protected]
+
+- fix source URL
+
+-------------------------------------------------------------------
+Tue Apr 10 09:36:22 UTC 2012 - [email protected]
+
+- update to version 1.2.3
+  - use new online documentation location http://docs.xfce.org/
+  - handle images and texts as one stack
+  - added a checkbox "Don't ask again" to clear the history
+  - include rows support from Xfce Panel 4.9
+  - don't terminate gtk_message_dialog_new_with_markup with
+    NULL
+  - use g_return_val_if_fail instead of g_return_if_fail
+- dropped obsolete
+  
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch,
+  xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
+
+-------------------------------------------------------------------
+Tue Apr  3 15:12:33 UTC 2012 - [email protected]
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch
  xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
  xfce4-clipman-plugin-1.2.2.tar.bz2

New:
----
  xfce4-clipman-plugin-1.2.3.tar.bz2

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

Other differences:
------------------
++++++ xfce4-panel-plugin-clipman.spec ++++++
--- /var/tmp/diff_new_pack.HHDu7e/_old  2012-04-19 10:41:42.000000000 +0200
+++ /var/tmp/diff_new_pack.HHDu7e/_new  2012-04-19 10:41:42.000000000 +0200
@@ -20,29 +20,30 @@
 %define plugin_name xfce4-clipman-plugin
 
 Name:           xfce4-panel-plugin-clipman
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
 Summary:        Clipboard Manager Plugin for the Xfce Panel
 License:        GPL-2.0+
 Group:          System/GUI/XFCE
 Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin
-Source0:        xfce4-clipman-plugin-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM 
xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch 
bxo#8106 [email protected] -- Fixes non-void function not returning a value 
(backported from upstream git)
-Patch0:         
xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
-# PATCH-FIX-UPSTREAM 
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch 
bxo#8147 [email protected] -- Fix gtk_message_dialog_new_with_markup usage 
which is a variadic function
-Patch1:         
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch
+Source0:        
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  pkgconfig(libglade-2.0)
+BuildRequires:  pkgconfig(gdk-x11-2.0)
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xproto)
 BuildRequires:  pkgconfig(xtst)
-Requires:       xfce4-panel >= 4.8.0
+Requires:       xfce4-panel >= %{panel_version}
+Recommends:     %{name}-lang = %{version}
 Recommends:     %{name}-doc = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -53,26 +54,18 @@
 can be configured to execute arbitrary actions when the selection content
 matches specific regular expressions.
 
-
 %package doc
-Summary:        Documentation for xfce4-panel-plugin-clipman
+Summary:        Documentation for %{name}
 Group:          Documentation/HTML
-Requires:       xfce4-panel-plugin-clipman = %{version}
+Requires:       xfce4-panel >= %{panel_version}
 
 %description doc
-This is a clipboard manager which comes with a plugin for the Xfce Panel. It
-stores the X selection (primary and clipboard) contents even after an
-application has quit and is able to handle text and image data. Furthermore, it
-can be configured to execute arbitrary actions when the selection content
-matches specific regular expressions.
-
 This package contains the user documentation for xfce4-panel-plugin-clipman.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %configure \
@@ -82,11 +75,16 @@
 
 %install
 %make_install
+
 rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libclipman.la
+
 %suse_update_desktop_file xfce4-clipman
 %suse_update_desktop_file %{plugin_name}-autostart
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
@@ -100,9 +98,9 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_datadir}/xfce4/panel/plugins/xfce4-clipman-plugin.desktop
 %{_sysconfdir}/xdg/autostart/xfce4-clipman-plugin-autostart.desktop
 %config %{_sysconfdir}/xdg/xfce4/panel/xfce4-clipman-actions.xml
@@ -112,11 +110,7 @@
 %{_bindir}/xfce4-clipman-settings
 %{_bindir}/xfce4-popup-clipman
 %{_datadir}/applications/xfce4-clipman.desktop
-%{_datadir}/icons/hicolor/16x16/apps/xfce4-clipman-plugin.png
-%{_datadir}/icons/hicolor/22x22/apps/xfce4-clipman-plugin.png
-%{_datadir}/icons/hicolor/24x24/apps/xfce4-clipman-plugin.png
-%{_datadir}/icons/hicolor/32x32/apps/xfce4-clipman-plugin.png
-%{_datadir}/icons/hicolor/scalable/apps/xfce4-clipman-plugin.svg
+%{_datadir}/icons/hicolor/*/apps/*
 
 %files doc
 %defattr(-,root,root)
@@ -124,4 +118,6 @@
 %dir %{_datadir}/xfce4/%{plugin_name}
 %doc %{_datadir}/xfce4/%{plugin_name}/html
 
+%files lang -f %{name}.lang
+
 %changelog

++++++ xfce4-clipman-plugin-1.2.2.tar.bz2 -> xfce4-clipman-plugin-1.2.3.tar.bz2 
++++++
++++ 15669 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to