Package Release Info

conky-1.13.1-bp160.1.3

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

conky
conky-doc
nano-plugin-conky
vim-plugin-conky

Change Logs

* Thu Oct 12 2023 Bernhard Wiedemann <bwiedemann@suse.com>
- Add reproducible.patch for deterministic output of toluapp (boo#1047218)
* Tue Mar 21 2023 olaf@aepfle.de
- Remove support for xmms2, which was dropped long ago
- Add constraints for librsvg-2.0
* Fri Mar 03 2023 olaf@aepfle.de
- Adjust package name of libXNVCtrl
- Enable conditionals libXNVCtrl and cmus, they are available in Factory
* Wed Sep 21 2022 Michael Vetter <mvetter@suse.com>
- Update to 1.13.1:
  * Add units_spacer #1094
  * Fixes #1068 : Added custom uninstall target #1103
  * fix typo in in lua_parse description #1121
  * Fix SEGFAULT caused by out-of-bounds write #1124
  * Document unimplemented weather features #1170
  * make gw_iface work with net stat #1104
  * Include hsv_gradient.h even if BUILTIN_CONFIG is disabled #1141
  * Correct dependencies on generated header files #1207
  * GUI backends phase 1 #664
  * Http port config #1205
  * Add syntax keyword for http_port config setting #1209
  * fix #1165 by applying the padding function to nvidia objects #1166
* Wed Sep 21 2022 Michael Vetter <mvetter@suse.com>
- Update to 1.13.0:
  * Add units_spacer #1094
  * Fixes #1068: Added custom uninstall target
  * fix typo in in lua_parse description #1121
  * Fix SEGFAULT caused by out-of-bounds write #1124
  * Document unimplemented weather features #1170
  * make gw_iface work with net stat #1104
  * Include hsv_gradient.h even if BUILTIN_CONFIG is disabled #1141
  * Correct dependencies on generated header files #1207
  * GUI backends phase 1 #664
  * Http port config #1205
  * Add syntax keyword for http_port config setting #1209
  * fix #1165 by applying the padding function to nvidia objects #1166
* Mon Apr 26 2021 Michael Vetter <mvetter@suse.com>
- Update to 1.12.2:
  * Add support for Intel backlight
  * Fix non-IPV6 build (#1033)
  * Code cleanup
* Thu Mar 04 2021 malcolmlewis@opensuse.org
- Updated to version 1.12.1:
  * Fix an issue in the AppImage build. There are no other changes
    from v1.12.0, and so v1.12.0 and v1.12.1 are otherwise
    equivalent.
- Changes from version 1.12.0:
  * No changelog foumd(?), for full details see:
    https://github.com/brndnmtthws/conky/compare/v1.12.0...v1.12.1
- Rebase conky.timestamp.patch and drop Conky.cmake part as this is
  upstreamed.
* Tue Jul 28 2020 Michael Vetter <mvetter@suse.com>
- Update to 1.11.6:
  * Fix negative RAM usage (#878)
  * Add nvidia driverversion variable (#889)
  * properly format PIDs longer than 5 digits
  * linux: update statistics based on newer kernel interface (#859)
  * Fix segfault on pulseaudio tunnel sinks
  * Added lower_case and upper_case commands
- Remove fix-negative-memory.patch: upstreamed
* Tue Apr 14 2020 Simon Lees <sflees@suse.com>
- Don't require nano with the nano completions, conky shouldn't
  pull in nano just for completions.
* Fri Apr 03 2020 Simon Lees <simonf.lees@suse.com>
- Fix negative ram reporting #877 #878 #909 fix-negative-memory.patch