Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xload for openSUSE:Factory checked in at 2026-08-27 18:54:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xload (Old) and /work/SRC/openSUSE:Factory/.xload.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xload" Thu Aug 27 18:54:39 2026 rev:12 rq:1374058 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xload/xload.changes 2026-07-21 23:11:34.648712144 +0200 +++ /work/SRC/openSUSE:Factory/.xload.new.1265/xload.changes 2026-08-27 18:56:59.582443662 +0200 @@ -1,0 +2,7 @@ +Thu Aug 20 11:14:04 UTC 2026 - Stefan Dirsch <[email protected]> + +- Update to version 1.2.2: + * This release fixes builds with meson on systems like NetBSD that + need libintl for gettext(). + +------------------------------------------------------------------- Old: ---- xload-1.2.1.tar.xz New: ---- xload-1.2.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xload.spec ++++++ --- /var/tmp/diff_new_pack.nrwb1l/_old 2026-08-27 18:57:00.365471227 +0200 +++ /var/tmp/diff_new_pack.nrwb1l/_new 2026-08-27 18:57:00.367471298 +0200 @@ -17,7 +17,7 @@ Name: xload -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: X utility to display system load average License: MIT ++++++ xload-1.2.1.tar.xz -> xload-1.2.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xload-1.2.1/ChangeLog new/xload-1.2.2/ChangeLog --- old/xload-1.2.1/ChangeLog 2026-07-20 00:06:38.000000000 +0200 +++ new/xload-1.2.2/ChangeLog 2026-08-18 03:22:49.000000000 +0200 @@ -1,3 +1,22 @@ +commit d1acb1a9da6a8a062c15e016b3c379b127846a91 +Author: Alan Coopersmith <[email protected]> +Date: Mon Aug 17 18:19:25 2026 -0700 + + xload 1.2.2 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 731cc931846fd613a244fc32b72ccdc873e95823 +Author: Thomas Klausner <[email protected]> +Date: Sun Aug 9 09:04:52 2026 -0700 + + meson: deps needs to be initialized before it can be modified. + + Fix build on systems like NetBSD that need libintl for gettext() + + Signed-off-by: Alan Coopersmith <[email protected]> + Part-of: <https://gitlab.freedesktop.org/xorg/app/xload/-/merge_requests/17> + commit 54c418c46a2f1353be47b6a7d1cdb8e06c45fe8a Author: Alan Coopersmith <[email protected]> Date: Sun Jul 19 15:00:19 2026 -0700 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xload-1.2.1/configure new/xload-1.2.2/configure --- old/xload-1.2.1/configure 2026-07-20 00:06:31.000000000 +0200 +++ new/xload-1.2.2/configure 2026-08-18 03:22:42.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.73 for xload 1.2.1. +# Generated by GNU Autoconf 2.73 for xload 1.2.2. # # Report bugs to <https://gitlab.freedesktop.org/xorg/app/xload/-/issues>. # @@ -589,8 +589,8 @@ # Identity of this package. PACKAGE_NAME='xload' PACKAGE_TARNAME='xload' -PACKAGE_VERSION='1.2.1' -PACKAGE_STRING='xload 1.2.1' +PACKAGE_VERSION='1.2.2' +PACKAGE_STRING='xload 1.2.2' PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/app/xload/-/issues' PACKAGE_URL='' @@ -1334,7 +1334,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -'configure' configures xload 1.2.1 to adapt to many kinds of systems. +'configure' configures xload 1.2.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1405,7 +1405,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xload 1.2.1:";; + short | recursive ) echo "Configuration of xload 1.2.2:";; esac cat <<\_ACEOF @@ -1525,7 +1525,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xload configure 1.2.1 +xload configure 1.2.2 generated by GNU Autoconf 2.73 Copyright (C) 2026 Free Software Foundation, Inc. @@ -1803,7 +1803,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xload $as_me 1.2.1, which was +It was created by xload $as_me 1.2.2, which was generated by GNU Autoconf 2.73. Invocation command line was $ $0$ac_configure_args_raw @@ -4809,7 +4809,7 @@ # Define the identity of the package. PACKAGE='xload' - VERSION='1.2.1' + VERSION='1.2.2' printf '%s\n' "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -13054,7 +13054,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xload $as_me 1.2.1, which was +This file was extended by xload $as_me 1.2.2, which was generated by GNU Autoconf 2.73. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13122,7 +13122,7 @@ cat >>"$CONFIG_STATUS" <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -xload config.status 1.2.1 +xload config.status 1.2.2 configured by $0, generated by GNU Autoconf 2.73, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xload-1.2.1/configure.ac new/xload-1.2.2/configure.ac --- old/xload-1.2.1/configure.ac 2026-07-20 00:06:26.000000000 +0200 +++ new/xload-1.2.2/configure.ac 2026-08-18 03:22:37.000000000 +0200 @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xload], [1.2.1], +AC_INIT([xload], [1.2.2], [https://gitlab.freedesktop.org/xorg/app/xload/-/issues], [xload]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([Makefile.am]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xload-1.2.1/meson.build new/xload-1.2.2/meson.build --- old/xload-1.2.1/meson.build 2026-07-20 00:06:26.000000000 +0200 +++ new/xload-1.2.2/meson.build 2026-08-18 03:22:37.000000000 +0200 @@ -25,7 +25,7 @@ project( 'xload', 'c', - version: '1.2.1', + version: '1.2.2', license: 'X11 AND MIT', license_files: 'COPYING', meson_version: '>= 1.1.0', @@ -52,6 +52,14 @@ add_project_arguments('-fno-strict-aliasing', language: 'c') endif +# Checks for pkg-config packages +dep_libxaw = dependency('xaw7', required: true) +dep_libxmu = dependency('xmu', required: true) +dep_libxt = dependency('xt', required: true) +dep_libx11 = dependency('x11', required: true) +dep_xproto = dependency('xproto', required: true, version: '>= 7.0.17') +deps = [dep_libxaw, dep_libxmu, dep_libxt, dep_libx11, dep_xproto] + # Checks for library functions. conf.set('HAVE_ASPRINTF', cc.has_function('asprintf', args: system_extensions, @@ -106,14 +114,6 @@ ) endforeach -# Checks for pkg-config packages -dep_libxaw = dependency('xaw7', required: true) -dep_libxmu = dependency('xmu', required: true) -dep_libxt = dependency('xt', required: true) -dep_libx11 = dependency('x11', required: true) -dep_xproto = dependency('xproto', required: true, version: '>= 7.0.17') -deps = [dep_libxaw, dep_libxmu, dep_libxt, dep_libx11, dep_xproto] - config_h = configure_file(output: 'config.h', configuration: conf) add_project_arguments('-DHAVE_CONFIG_H', language: ['c'])
