Package Release Info

xfce4-cpufreq-plugin-1.2.8-bp155.1.5

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xfce4-cpufreq-plugin
xfce4-cpufreq-plugin-lang

Change Logs

* Fri Dec 23 2022 Manfred Hollstein <manfred.h@gmx.net>
- Update to version 1.2.8
  * Bump build requirements for Xfce 4.18.0
  * Remove code obsoleted by libxfce4util-4.17.2
  * Fix GLib warnings occurring with newer xfce4-dev-tools
  * Fix intltool lock file bug in make distcheck
  * Translation Updates
- Remove _service file
Version: 1.2.7-bp154.1.47
* Wed Feb 02 2022 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 1.2.7
  * Use locale-independent floats in configuration files
  * Fix translations not showing in the GUI
  * Translation Updates
* Tue Feb 01 2022 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 1.2.6
  * Prevent cur_freq sysfs reads from stalling plugin initialization
  * Enable fractional update internals
  * Prevent sysfs read latency from interfering with GUI updates
  * Improve static type-safety of signal handlers
  * Replace C pointers with reference-counted pointers
  * Cleanup configuration files
  * Bump libxfce4panel requirement from 4.12 to 4.14
  * Update copyright year
  * Bump required xdt-autogen version to 4.14.0
  * Update configure.ac.in syntax
  * Update and sort the list of authors
  * Manually update %d to %zu in translations
  * Translation Updates
Version: 1.2.5-bp153.2.3.1
* Fri Mar 05 2021 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.2.5
  - Adjust CPU icon color according to frequency
  - Use 99th percentile as the max frequency when adjusting icon color
  - Display text using a drawing area instead of using a label with CSS
  - Enable font color reset
  - Disable font settings when not displaying text
  - Switch to symbolic close icons
  - Bump required version of Xfce UI to 4.14
  - Compute max_freq and min_freq when calculating avg/min/max
  - Delete font name from RC file if using the default font
  - Code cleanups, fixes and minor optimizations
  - Translation Updates
Version: 1.2.4-bp153.1.10
* Wed Feb 03 2021 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 1.2.4
  * Display governors even if they differ among CPU cores
  * Enable fixed units in the frequency text box
  * Create the label widget if it does not exist
  * Update copyright year
  * Translation Updates
* Tue Jan 12 2021 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to 1.2.3
  * configure.ac: use AC_PROG_CC_C99
  * Remove duplicate information from configuration window's title
  * Fix missing-prototypes
  * Remove GSourceFunc casts
  * Fix font color memory leak
  * Fix fatal compiler warnings
  * Record release date in the NEWS file like in all previous releases
  * Fix CSS provider memory leak and an invalid line ordering in an
  * if-statement
  * Use heap allocations instead of stack allocations
  * Better handling of changes in the number of installed CPUs
  * Display the actual governor instead of "current"
  * Fix font size (gxo#panel-plugins/xfce4-cpufreq-plugin#5)
  * Translation Updates
* Tue Oct 27 2020 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to 1.2.2:
  * Update URLs and copyright year
  * Add basic GitLab pipeline
  * Fix compilation with gcc-10
  * Update URLs from goodies.x.o to docs.x.o (bxo#16156)
  * s/http/https
  * Fix build with panel 4.15
  * Replace GtkStock buttons
  * Rename applet to plugin (bxo#15582)
  * Post release tag bump
  * Translation Updates
* Mon Jun 08 2020 Maurizio Galli <maurizio.galli@gmail.com>
- add -fcommon to CFLAGS as temporary work around for gcc10 default
  changes
Version: 1.2.1-bp152.101.19
* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Tue Jul 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Package renamed to follow upstream name xfce4-foo-plugin
- Use lang subpackage for manual edits instead of %lang_package macro
- Cleaned up spec file
- Added bcond for git master builds
* Mon Oct 15 2018 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 1.2.1:
  * Improved spacing in dialogs (bxo#14661)
  * Check if each cpu is online (bxo#14641)
  * Use xfce_panel_plugin_lookup_rc_file (bxo#11823)
  * Translation updates
* Fri May 25 2018 seife+obs@b1-systems.com
- update to 1.2.0:
  * Prefer sysfs to Intel pstate in cpufreq_linux_init (bxo#13835)
  * Add option to configure text color (bxo#13565)
  * Translation updates
- packaging: mark COPYING file as %license
* Tue Nov 28 2017 seife+obs@b1-systems.com
- update to version 1.1.90
  - port to GTK-3
  - translation updates
- do not package ChangeLog, NEWS is enough
* Sun Dec 25 2016 seife+obs@b1-systems.com
- update to version 1.1.3
  - translation updates
* Tue Jun 23 2015 gber@opensuse.org
- update to version 1.1.2
  - fix IT_PROG_INTLTOOL warning
  - translation updates
* Tue Dec 23 2014 gber@opensuse.org
- update to version 1.1.1
  - fix panel resizing caused by freq format function (bxo#10385)
  - various other widget layout fixes and simplifications
  - fix missing return type of cpufreq_show_about (bxo#10343)
  - fix typo in panel-plugin/Makefile.am (bxo#10332)
  - various other fixes to the build system
  - many translation updates
- remove obsolete
  xfce4-panel-plugin-cpufreq-fix-missing-return-type.patch
* Sun Sep 08 2013 gber@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)
* Fri Apr 20 2012 gber@opensuse.org
- added documentation files
* Tue Apr 17 2012 gber@opensuse.org
- corrected source URL
* Tue Apr 03 2012 gber@opensuse.org
- added xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch in
  order to correctly refresh the selected core rather than always
  the last one (bxo#7179)
* Tue Apr 03 2012 gber@opensuse.org
- added xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch in
  order to correctly refresh the selected core rather than always
  the last one (bxo#7179)
* Wed Mar 09 2011 gber@opensuse.org
- new package (split off from xfce4-panel-plugins)