Mailinglist Archive: opensuse-commit (1737 mails)
| < Previous | Next > |
commit xfce4-panel-plugin-timer for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 08 Feb 2012 15:44:12 +0100
- Message-id: <20120208144412.8A291203AB@hilbert.suse.de>
Hello community,
here is the log from the commit of package xfce4-panel-plugin-timer for
openSUSE:Factory checked in at 2012-02-08 15:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-timer", Maintainer is "xfce-maintainers@xxxxxxx"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer/xfce4-panel-plugin-timer.changes
2012-02-02 18:01:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new/xfce4-panel-plugin-timer.changes
2012-02-08 15:44:11.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Feb 7 10:09:50 UTC 2012 - gber@xxxxxxxxxxxx
+
+- update to version 0.6.4
+ - incorporated xfce4-panel-plugin-timer-fix-windows.patch and
+ xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch
+ - the mouse click receive code is separated for pre-4.8 and 4.8
+ panels
+ - added an icon
+
+-------------------------------------------------------------------
Old:
----
xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch
xfce4-panel-plugin-timer-fix-windows.patch
xfce4-timer-plugin-0.6.3.tar.bz2
New:
----
xfce4-timer-plugin-0.6.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-timer.spec ++++++
--- /var/tmp/diff_new_pack.ifXRhx/_old 2012-02-08 15:44:12.000000000 +0100
+++ /var/tmp/diff_new_pack.ifXRhx/_new 2012-02-08 15:44:12.000000000 +0100
@@ -20,17 +20,13 @@
%define plugin_name xfce4-timer-plugin
Name: xfce4-panel-plugin-timer
-Version: 0.6.3
+Version: 0.6.4
Release: 0
Summary: Alarm clock plugin for the Xfce panel
License: GPL-2.0+
Group: System/GUI/XFCE
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
Source0: xfce4-timer-plugin-%{version}.tar.bz2
-# xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch bnc#742788
gber@xxxxxxxxxxxx -- Use a dynamically allocated string to hold timer data in
order to prevent truncation in some locales
-Patch0: xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch
-# xfce4-panel-plugin-timer-fix-windows.patch gber@xxxxxxxxxxxx -- Set the
add/edit dialog transient for the main configuration window and make the
notification dialog modal
-Patch1: xfce4-panel-plugin-timer-fix-windows.patch
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig(libxfce4panel-1.0)
@@ -44,8 +40,6 @@
%prep
%setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
%build
%configure --disable-static
@@ -60,9 +54,16 @@
%clean
rm -rf %{buildroot}
+%post
+%icon_theme_cache_post
+
+%postun
+%icon_theme_cache_postun
+
%files -f %{name}.lang
%defattr(-,root,root)
%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
%{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
+%{_datadir}/icons/hicolor/*/apps/xfce4-timer.png
%changelog
++++++ xfce4-timer-plugin-0.6.3.tar.bz2 -> xfce4-timer-plugin-0.6.4.tar.bz2
++++++
++++ 8998 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package xfce4-panel-plugin-timer for
openSUSE:Factory checked in at 2012-02-08 15:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-timer", Maintainer is "xfce-maintainers@xxxxxxx"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-timer/xfce4-panel-plugin-timer.changes
2012-02-02 18:01:02.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-timer.new/xfce4-panel-plugin-timer.changes
2012-02-08 15:44:11.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Feb 7 10:09:50 UTC 2012 - gber@xxxxxxxxxxxx
+
+- update to version 0.6.4
+ - incorporated xfce4-panel-plugin-timer-fix-windows.patch and
+ xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch
+ - the mouse click receive code is separated for pre-4.8 and 4.8
+ panels
+ - added an icon
+
+-------------------------------------------------------------------
Old:
----
xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch
xfce4-panel-plugin-timer-fix-windows.patch
xfce4-timer-plugin-0.6.3.tar.bz2
New:
----
xfce4-timer-plugin-0.6.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-timer.spec ++++++
--- /var/tmp/diff_new_pack.ifXRhx/_old 2012-02-08 15:44:12.000000000 +0100
+++ /var/tmp/diff_new_pack.ifXRhx/_new 2012-02-08 15:44:12.000000000 +0100
@@ -20,17 +20,13 @@
%define plugin_name xfce4-timer-plugin
Name: xfce4-panel-plugin-timer
-Version: 0.6.3
+Version: 0.6.4
Release: 0
Summary: Alarm clock plugin for the Xfce panel
License: GPL-2.0+
Group: System/GUI/XFCE
Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
Source0: xfce4-timer-plugin-%{version}.tar.bz2
-# xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch bnc#742788
gber@xxxxxxxxxxxx -- Use a dynamically allocated string to hold timer data in
order to prevent truncation in some locales
-Patch0: xfce4-panel-plugin-timer-fix-timerinfo-truncation.patch
-# xfce4-panel-plugin-timer-fix-windows.patch gber@xxxxxxxxxxxx -- Set the
add/edit dialog transient for the main configuration window and make the
notification dialog modal
-Patch1: xfce4-panel-plugin-timer-fix-windows.patch
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig(libxfce4panel-1.0)
@@ -44,8 +40,6 @@
%prep
%setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
%build
%configure --disable-static
@@ -60,9 +54,16 @@
%clean
rm -rf %{buildroot}
+%post
+%icon_theme_cache_post
+
+%postun
+%icon_theme_cache_postun
+
%files -f %{name}.lang
%defattr(-,root,root)
%{_libexecdir}/xfce4/panel-plugins/xfce4-timer
%{_datadir}/xfce4/panel-plugins/xfce4-timer.desktop
+%{_datadir}/icons/hicolor/*/apps/xfce4-timer.png
%changelog
++++++ xfce4-timer-plugin-0.6.3.tar.bz2 -> xfce4-timer-plugin-0.6.4.tar.bz2
++++++
++++ 8998 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |