SHA256
1
0
forked from pool/conky

13 Commits

Author SHA256 Message Date
0f2bfab51e Accepting request 1322954 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1322954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conky?expand=0&rev=42
2025-12-16 14:54:36 +00:00
628da1de20 - Remove unused BuildRequires: update-desktop-files.
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=127
2025-12-15 13:00:57 +00:00
00e71f9907 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
70476c51d6 - 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
be2f305f59 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
edaba32959 - 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
6045d1c1c2 - 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
6ff8a07d3e 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
376e22d2e0 - 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
a54cfc1b5f 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
04a281d7c2 Fix previous issue with docs
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/conky?expand=0&rev=118
2024-11-19 06:04:39 +00:00
c22f9b63f8 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
9664b8c330 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 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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,7 +58,6 @@ 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)