11 Commits

Author SHA256 Message Date
1968a09ce7 Accepting request 1316545 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1316545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=41
2025-11-09 20:08:35 +00:00
7c9b04fcba - Fix shebang in extras/convert.lua: set it to LUA 5.3 and thus use
the same lua version as the rest of the package (switched to LUA
  5.3 in 2019).

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=125
2025-11-08 09:33:47 +00:00
a6f894c941 Accepting request 1295138 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1295138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=40
2025-07-23 14:33:59 +00:00
fe628ec27a - update to 1.22.2
* Syntax file installation
  * Better Wayland build errors
- update to 1.22.1
  * MODULE
  * Add #include to fix building with gcc 15

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=123
2025-07-22 15:12:05 +00:00
f8a42e1459 - Update to 1.22.0:
Features:
  * Allow to override build date with SOURCE_DATE_EPOCH #2096
  * Add support for power_now #2099
  Bug fixes:
  * NetBSD: Fix CPU usage and top info. #2101
  * Fix out_to_wayland giving nothing #2103
  * Revert "Use private mapping from provided shm_pool buffer" #2104
  * Fix non-text content using own_window_argb_value #2105
  * NetBSD: Fix meminfo. #2122
  * wayland: fix clean_text bug #2127

- Update to 1.21.9:
  Features:
  * Implement -U for FreeBSD. #2077
  * OpenBSD: Fill missing fields in get_top_info(). #2093
  * Implement -U for Haiku. #2079
  Bug fixes:
  * lua-imlib2: fix memory leak #2083
  * Fix OpenBSD build #2080
  * Fix NetBSD build #2089
  * OpenBSD: Fix CPU Usage. #2092

- Update to 1.21.8:
  Features:
  * Implement -U. #2049
  Bug fixes:
  * set display to null for race condition #2032
  * src/fs.{cc,h}: Update fs_stats without error spam. #2033
  * audacious.cc: print_audacious_filename(): fix always empty $audacious_filename #2038

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=122
2025-07-22 13:50:19 +00:00
ba6a7fa145 Accepting request 1274465 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1274465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=39
2025-05-05 20:28:50 +00:00
5a7ba65649 - Use gcc13 in SLE15 because because C++17 is used
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=120
2025-05-05 09:48:46 +00:00
1fa729b58a Accepting request 1224993 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1224993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=38
2024-11-20 15:59:37 +00:00
3482eb0db3 Accepting request 1224992 from home:simotek:branches:server:monitoring
Fix previous issue with docs

OBS-URL: https://build.opensuse.org/request/show/1224992
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=118
2024-11-19 06:04:39 +00:00
3115b1b8cc Accepting request 1216895 from home:simotek:branches:server:monitoring
- Update to 1.21.7
  * Too many changes in the 8 version bumps to list here
- Drop
  * conky.timestamp.patch - included upstream
  * reproducible.patch - included upstream
  * html docs

OBS-URL: https://build.opensuse.org/request/show/1216895
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=117
2024-10-22 06:23:15 +00:00
b5a5fe667a Accepting request 1203882 from home:dimstar:Factory
only address the libXNVCtrl dep to only stick to ix86, x86_64 and aarch64 - does NOT Address the curent build failure in Factory

OBS-URL: https://build.opensuse.org/request/show/1203882
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=116
2024-09-26 14:20:57 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Sat Nov 22 21:16:24 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
-------------------------------------------------------------------
Wed Oct 29 11:35:47 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -58,6 +58,7 @@ BuildRequires: pandoc
BuildRequires: pkgconfig
BuildRequires: python3-Jinja2
BuildRequires: python3-PyYAML
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(cairo-xlib)
BuildRequires: pkgconfig(glib-2.0)