Hello community,

here is the log from the commit of package xfce4-panel-plugin-cpufreq for 
openSUSE:Factory checked in at 2013-09-09 09:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-panel-plugin-cpufreq"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpufreq/xfce4-panel-plugin-cpufreq.changes
    2012-05-08 06:50:48.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpufreq.new/xfce4-panel-plugin-cpufreq.changes
       2013-09-09 09:54:03.000000000 +0200
@@ -1,0 +2,26 @@
+Sun Sep  8 11:26:05 UTC 2013 - g...@opensuse.org
+
+- update to version 1.1.0
+  - support the Intel performance state driver
+  - improve config dialog and use mnemonics
+  - add a proper "About" dialog
+  - add min, avg and max frequencies in cpu selection
+  - add support for selecting a custom font
+  - support showing icon only
+  - improve overview window size and layout
+  - remove code for showing the frame
+  - rewrite layout code using >=xfce4-panel-4.9 features
+  - remove code for deprecated APIs and <xfce4-panel-4.9
+  - build plugin as a module
+  - fix showing frequency of wrong CPU core
+  - fix reading min frequency from cpufreq sysfs
+  - support panel 4.9 features (deskbar mode)
+  - port plugin to libxfce4ui
+  - code clean up and refactoring
+  - updates and fixes for build system files
+- drop obsolete
+  xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch
+- add xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch in
+  order to fix a missing return type (bxo#10343)
+
+-------------------------------------------------------------------

Old:
----
  xfce4-cpufreq-plugin-1.0.0.tar.bz2
  xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch

New:
----
  xfce4-cpufreq-plugin-1.1.0.tar.bz2
  xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch

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

Other differences:
------------------
++++++ xfce4-panel-plugin-cpufreq.spec ++++++
--- /var/tmp/diff_new_pack.EoPIuH/_old  2013-09-09 09:54:04.000000000 +0200
+++ /var/tmp/diff_new_pack.EoPIuH/_new  2013-09-09 09:54:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-cpufreq
 #
-# 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
@@ -16,26 +16,26 @@
 #
 
 
-%define panel_version 4.8.0
+%define panel_version 4.10.0
 %define plugin_name xfce4-cpufreq-plugin
 
 Name:           xfce4-panel-plugin-cpufreq
-Version:        1.0.0
+Version:        1.1.0
 Release:        0
 Summary:        CPU Frequency Scaling Monitor Plugin for the Xfce Panel
 License:        GPL-2.0+
 Group:          System/GUI/XFCE
 Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin
-Source0:        
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch 
bxo#7179 g...@opensuse.org -- Correctly refresh the selected core rather than 
always the last one
-Patch0:         xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch
+Source0:        
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.1/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch 
bxo#10343 g...@opensuse.org -- Fix missing return type
+Patch0:         xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 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)
 Requires:       xfce4-panel >= %{panel_version}
 Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,8 @@
 %install
 %make_install
 
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/libcpufreq.la
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
@@ -75,9 +77,9 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_libexecdir}/xfce4/panel-plugins/xfce4-cpufreq-plugin
+%{_libdir}/xfce4/panel/plugins/libcpufreq.so*
 %{_datadir}/icons/hicolor/*/apps/xfce4-cpufreq-plugin.*
-%{_datadir}/xfce4/panel-plugins/xfce4-cpufreq-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/cpufreq.desktop
 
 %files lang -f %{name}.lang
 

++++++ xfce4-cpufreq-plugin-1.0.0.tar.bz2 -> xfce4-cpufreq-plugin-1.1.0.tar.bz2 
++++++
++++ 54397 lines of diff (skipped)

++++++ xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch ++++++
Index: xfce4-cpufreq-plugin-1.1.0/panel-plugin/xfce4-cpufreq-plugin.c
===================================================================
--- xfce4-cpufreq-plugin-1.1.0.orig/panel-plugin/xfce4-cpufreq-plugin.c
+++ xfce4-cpufreq-plugin-1.1.0/panel-plugin/xfce4-cpufreq-plugin.c
@@ -558,6 +558,7 @@ cpufreq_set_size (XfcePanelPlugin *plugi
        return TRUE;
 }
 
+static void
 cpufreq_show_about(XfcePanelPlugin *plugin,
                                   CpuFreqPlugin *cpufreq)
 {
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to