Hello community,

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

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

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timeout/xfce4-panel-plugin-timeout.changes
    2011-09-23 12:51:26.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timeout.new/xfce4-panel-plugin-timeout.changes
       2012-04-19 12:40:19.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Apr 17 22:39:57 UTC 2012 - [email protected]
+
+- corrected source URL
+
+-------------------------------------------------------------------
+Tue Apr 17 11:21:56 UTC 2012 - [email protected]
+
+- update to version 1.0.1
+  - port to libxfce4ui
+  - build the plugin as a module
+  - fix double-free when seconds are not displayed
+  - port to GtkTooltip
+  - emit the 'update' signal only if the countdown is running
+  - only call gtk_progress_set_percentage() with valid value
+- dropped obsolete
+  xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
+
+-------------------------------------------------------------------
+Wed Apr  4 08:16:01 UTC 2012 - [email protected]
+
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
  xfce4-time-out-plugin-1.0.0.tar.bz2

New:
----
  xfce4-time-out-plugin-1.0.1.tar.bz2

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

Other differences:
------------------
++++++ xfce4-panel-plugin-timeout.spec ++++++
--- /var/tmp/diff_new_pack.FPXTi6/_old  2012-04-19 12:40:24.000000000 +0200
+++ /var/tmp/diff_new_pack.FPXTi6/_new  2012-04-19 12:40:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-timeout
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -20,19 +20,21 @@
 %define plugin_name xfce4-time-out-plugin
 
 Name:           xfce4-panel-plugin-timeout
+Version:        1.0.1
+Release:        0
+Summary:        Time-out Plugin for the Xfce Panel
 License:        GPL-2.0+
-Version:        1.0.0
-Release:        6
-Summary:        Periodical break plugin for the Xfce panel
-Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
 Group:          System/GUI/XFCE
-Source:         xfce4-time-out-plugin-1.0.0.tar.bz2
-# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch bxo#7660 
[email protected] -- Fixes invalid progress bar update
-Patch0:         xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
-BuildRequires:  intltool
+Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin
+Source:         
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-Requires:       xfce4-panel >= 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:       xfce4-panel >= %{panel_version}
+Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,10 +42,10 @@
 periodical intervals and will provide a notification and lock the screen each
 the break time has been reached.
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
 
 %build
 %configure --disable-static
@@ -51,26 +53,30 @@
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libtime-out.la
+
 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
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} >= 1140
-
 %post
 %icon_theme_cache_post
 
 %postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-time-out-plugin
+%{_libdir}/xfce4/panel/plugins/libtime-out.so
 %{_datadir}/icons/hicolor/*/apps/xfce4-time-out-plugin.*
-%{_datadir}/xfce4/panel-plugins/xfce4-time-out-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/xfce4-time-out-plugin.desktop
+
+%files lang -f %{name}.lang
 
 %changelog

++++++ xfce4-time-out-plugin-1.0.0.tar.bz2 -> 
xfce4-time-out-plugin-1.0.1.tar.bz2 ++++++
++++ 32878 lines of diff (skipped)

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

Reply via email to