File xfce4-cpufreq-plugin.changes of Package xfce4-cpufreq-plugin

-------------------------------------------------------------------
Fri Dec 23 19:02:14 UTC 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

-------------------------------------------------------------------
Wed Feb  2 18:54:54 UTC 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  1 11:20:34 UTC 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

-------------------------------------------------------------------
Fri Mar  5 09:10:41 UTC 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

-------------------------------------------------------------------
Wed Feb  3 07:23:46 UTC 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 10:20:08 UTC 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 21:03:02 UTC 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  8 10:34:43 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>

- add -fcommon to CFLAGS as temporary work around for gcc10 default 
  changes

-------------------------------------------------------------------
Fri Aug 16 12:34:58 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>

- Fixed sources in spec file

-------------------------------------------------------------------
Tue Jul 16 15:39:38 UTC 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 20:18:25 UTC 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 13:59:51 UTC 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 07:57:15 UTC 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 18:33:37 UTC 2016 - seife+obs@b1-systems.com

- update to version 1.1.3
  - translation updates

-------------------------------------------------------------------
Tue Jun 23 20:10:13 UTC 2015 - gber@opensuse.org

- update to version 1.1.2
  - fix IT_PROG_INTLTOOL warning
  - translation updates

-------------------------------------------------------------------
Tue Dec 23 15:47:33 UTC 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  8 11:26:05 UTC 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 09:53:36 UTC 2012 - gber@opensuse.org

- added documentation files

-------------------------------------------------------------------
Tue Apr 17 19:34:43 UTC 2012 - gber@opensuse.org

- corrected source URL

-------------------------------------------------------------------
Tue Apr  3 16:55:05 UTC 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  3 15:14:24 UTC 2012 - gber@opensuse.org

- specfile cleanup
- correct dependencies
- split off -lang subpackage

-------------------------------------------------------------------
Wed Mar  9 11:00:00 UTC 2011 - gber@opensuse.org

- new package (split off from xfce4-panel-plugins)

openSUSE Build Service is sponsored by