Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xbitmaps for openSUSE:Factory checked in at 2026-04-28 11:54:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xbitmaps (Old) and /work/SRC/openSUSE:Factory/.xbitmaps.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xbitmaps" Tue Apr 28 11:54:02 2026 rev:12 rq:1349324 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xbitmaps/xbitmaps.changes 2023-04-26 17:24:53.685459891 +0200 +++ /work/SRC/openSUSE:Factory/.xbitmaps.new.11940/xbitmaps.changes 2026-04-28 11:54:33.608985505 +0200 @@ -1,0 +2,8 @@ +Sun Apr 26 00:43:50 UTC 2026 - Stefan Dirsch <[email protected]> + +- Update to version 1.1.4 + * This release adds support for building with meson as well as + autoconf. +- switch to meson + +------------------------------------------------------------------- Old: ---- xbitmaps-1.1.3.tar.xz New: ---- xbitmaps-1.1.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xbitmaps.spec ++++++ --- /var/tmp/diff_new_pack.4a1nTt/_old 2026-04-28 11:54:34.145007639 +0200 +++ /var/tmp/diff_new_pack.4a1nTt/_new 2026-04-28 11:54:34.149007804 +0200 @@ -1,7 +1,7 @@ # # spec file for package xbitmaps # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: xbitmaps -Version: 1.1.3 +Version: 1.1.4 Release: 0 Summary: Base X bitmaps License: X11 Group: Development/Libraries/C and C++ URL: http://xorg.freedesktop.org/releases/individual/data/ Source: http://xorg.freedesktop.org/releases/individual/data/%{name}-%{version}.tar.xz +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.3 BuildArch: noarch @@ -44,11 +45,11 @@ %setup -q %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %files %defattr(-,root,root) ++++++ xbitmaps-1.1.3.tar.xz -> xbitmaps-1.1.4.tar.xz ++++++ ++++ 6076 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/COPYING new/xbitmaps-1.1.4/COPYING --- old/xbitmaps-1.1.3/COPYING 2023-02-23 18:08:47.000000000 +0100 +++ new/xbitmaps-1.1.4/COPYING 2026-04-25 21:57:02.000000000 +0200 @@ -29,11 +29,11 @@ X Window System is a trademark of The Open Group. -Copyright 1988 by Evans & Sutherland Computer Corporation, +Copyright 1988 by Evans & Sutherland Computer Corporation, Salt Lake City, Utah - All Rights Reserved - + All Rights Reserved + Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all @@ -41,8 +41,8 @@ sion notice appear in supporting documentation, and that the name of Evans & Sutherland not be used in advertising or publi- city pertaining to distribution of the software without specif- -ic, written prior permission. - +ic, written prior permission. + EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI- TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE @@ -50,5 +50,5 @@ AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER- -FORMANCE OF THIS SOFTWARE. +FORMANCE OF THIS SOFTWARE. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/ChangeLog new/xbitmaps-1.1.4/ChangeLog --- old/xbitmaps-1.1.3/ChangeLog 2023-02-23 18:08:52.000000000 +0100 +++ new/xbitmaps-1.1.4/ChangeLog 2026-04-25 21:57:07.000000000 +0200 @@ -1,3 +1,59 @@ +commit 433634f36f791c2779af974ab444c4b521b4a4d8 +Author: Alan Coopersmith <[email protected]> +Date: Sat Apr 25 12:53:25 2026 -0700 + + xbitmaps 1.1.4 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 0f7d3d0cf66fb6e9b89a86834f1f00a8e7a41815 +Author: Alan Coopersmith <[email protected]> +Date: Sat Feb 7 17:01:25 2026 -0800 + + Strip trailing whitespace from source files + + Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'` + + `git diff -w` & `git diff -b` show no diffs from this change + + Part-of: <https://gitlab.freedesktop.org/xorg/data/bitmaps/-/merge_requests/7> + +commit 77a8111d1204fd30a4e2ccf57afa4808031a9ce6 +Author: Alan Coopersmith <[email protected]> +Date: Sun Jan 11 11:20:41 2026 -0800 + + gitlab CI: drop the ci-fairy check-mr job + + The only thing this checked was the checkbox for allowing maintainers to + edit the MR. Changed permissions checks now fail this job but luckily + the setting it checked has been the default for years anyway so we can + drop it. + + https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81 + + Signed-off-by: Alan Coopersmith <[email protected]> + Part-of: <https://gitlab.freedesktop.org/xorg/data/bitmaps/-/merge_requests/7> + +commit 35307f27a4554f47534fe235be12128157888a7b +Author: Alan Coopersmith <[email protected]> +Date: Sun Mar 9 15:28:11 2025 -0700 + + xbitmaps.pc: Add URL + + https://github.com/pkgconf/pkgconf/blob/master/man/pc.5 says it's + a mandatory field in *.pc files. + + Signed-off-by: Alan Coopersmith <[email protected]> + Part-of: <https://gitlab.freedesktop.org/xorg/data/bitmaps/-/merge_requests/6> + +commit f11467df3c9e54469fb629762dc3bc35baa563aa +Author: Alan Coopersmith <[email protected]> +Date: Sat Nov 18 11:52:04 2023 -0800 + + Add a meson build system + + Signed-off-by: Alan Coopersmith <[email protected]> + commit aed8d7ced841f9c5af757bf24e5488828d5c77e6 Author: Alan Coopersmith <[email protected]> Date: Thu Feb 23 09:04:47 2023 -0800 @@ -368,7 +424,7 @@ - Update modular Xorg version commit e064819df8ea9f09c925772056aa441cd36d7aab -Author: Søren Sandmann Pedersen <[email protected]> +Author: Søren Sandmann Pedersen <[email protected]> Date: Fri Jul 15 16:43:19 2005 +0000 Build system for bitmaps diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/Makefile.am new/xbitmaps-1.1.4/Makefile.am --- old/xbitmaps-1.1.3/Makefile.am 2023-02-23 18:08:47.000000000 +0100 +++ new/xbitmaps-1.1.4/Makefile.am 2026-04-25 21:57:02.000000000 +0200 @@ -89,4 +89,4 @@ dist-hook: ChangeLog INSTALL -EXTRA_DIST = README.md +EXTRA_DIST = README.md meson.build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/configure.ac new/xbitmaps-1.1.4/configure.ac --- old/xbitmaps-1.1.3/configure.ac 2023-02-23 18:08:47.000000000 +0100 +++ new/xbitmaps-1.1.4/configure.ac 2026-04-25 21:57:02.000000000 +0200 @@ -2,7 +2,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xbitmaps], [1.1.3], +AC_INIT([xbitmaps], [1.1.4], [https://gitlab.freedesktop.org/xorg/data/bitmaps/-/issues], [xbitmaps]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/meson.build new/xbitmaps-1.1.4/meson.build --- old/xbitmaps-1.1.3/meson.build 1970-01-01 01:00:00.000000000 +0100 +++ new/xbitmaps-1.1.4/meson.build 2026-04-25 21:57:02.000000000 +0200 @@ -0,0 +1,94 @@ +project('xbitmaps', + version: '1.1.4', + meson_version: '>= 0.49.0', + license: 'MIT' +) + +pc_conf = configuration_data({ + 'prefix': get_option('prefix'), + 'exec_prefix': '${prefix}', + 'includedir': '${prefix}' / get_option('includedir'), + 'PACKAGE_VERSION': meson.project_version() +}) +configure_file(input: 'xbitmaps.pc.in', + output: 'xbitmaps.pc', + install_dir: get_option('datadir') / 'pkgconfig', + configuration : pc_conf) + +bitmap_files = [ + '1x1', + '2x2', + 'black', + 'black6', + 'boxes', + 'box6', + 'calculator', + 'cntr_ptr', + 'cntr_ptrmsk', + 'cross_weave', + 'dimple1', + 'dimple3', + 'dot', + 'dropbar7', + 'dropbar8', + 'escherknot', + 'flagdown', + 'flagup', + 'flipped_gray', + 'gray', + 'gray1', + 'gray3', + 'grid16', + 'grid2', + 'grid4', + 'grid8', + 'hlines2', + 'hlines3', + 'icon', + 'keyboard16', + 'left_ptr', + 'left_ptrmsk', + 'letters', + 'light_gray', + 'mailempty', + 'mailemptymsk', + 'mailfull', + 'mailfullmsk', + 'mensetmanus', + 'menu10', + 'menu12', + 'menu16', + 'menu6', + 'menu8', + 'noletters', + 'opendot', + 'opendotMask', + 'plaid', + 'right_ptr', + 'right_ptrmsk', + 'root_weave', + 'scales', + 'sipb', + 'star', + 'starMask', + 'stipple', + 'target', + 'terminal', + 'tie_fighter', + 'vlines2', + 'vlines3', + 'weird_size', + 'wide_weave', + 'wingdogs', + 'woman', + 'xfd_icon', + 'xlogo11', + 'xlogo16', + 'xlogo32', + 'xlogo64', + 'xsnow' +] + +install_headers(bitmap_files, + subdir: 'X11' / 'bitmaps') + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/missing new/xbitmaps-1.1.4/missing --- old/xbitmaps-1.1.3/missing 2023-02-23 18:08:50.000000000 +0100 +++ new/xbitmaps-1.1.4/missing 2026-04-25 21:57:06.000000000 +0200 @@ -1,9 +1,11 @@ #! /bin/sh -# Common wrapper for a few potentially missing GNU programs. +# Common wrapper for a few potentially missing GNU and other programs. -scriptversion=2018-03-07.03; # UTC +scriptversion=2025-06-18.21; # UTC -# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells + +# Copyright (C) 1996-2025 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -54,18 +56,20 @@ -v, --version output version information and exit Supported PROGRAM values: - aclocal autoconf autoheader autom4te automake makeinfo - bison yacc flex lex help2man +aclocal autoconf autogen autoheader autom4te automake autoreconf +bison flex help2man lex makeinfo perl yacc Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. -Send bug reports to <[email protected]>." +Report bugs to <[email protected]>. +GNU Automake home page: <https://www.gnu.org/software/automake/>. +General help using GNU software: <https://www.gnu.org/gethelp/>." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "missing $scriptversion (GNU Automake)" + echo "missing (GNU Automake) $scriptversion" exit $? ;; @@ -108,7 +112,7 @@ program_details () { case $1 in - aclocal|automake) + aclocal|automake|autoreconf) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" @@ -123,6 +127,9 @@ echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; + *) + : + ;; esac } @@ -137,48 +144,55 @@ printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + autoheader_deps="'acconfig.h'" + automake_deps="'Makefile.am'" + aclocal_deps="'acinclude.m4'" case $normalized_program in + aclocal*) + echo "You should only need it if you modified $aclocal_deps or" + echo "$configure_deps." + ;; autoconf*) - echo "You should only need it if you modified 'configure.ac'," - echo "or m4 files included by it." - program_details 'autoconf' + echo "You should only need it if you modified $configure_deps." + ;; + autogen*) + echo "You should only need it if you modified a '.def' or '.tpl' file." + echo "You may want to install the GNU AutoGen package:" + echo "<$gnu_software_URL/autogen/>" ;; autoheader*) - echo "You should only need it if you modified 'acconfig.h' or" + echo "You should only need it if you modified $autoheader_deps or" echo "$configure_deps." - program_details 'autoheader' ;; automake*) - echo "You should only need it if you modified 'Makefile.am' or" - echo "$configure_deps." - program_details 'automake' - ;; - aclocal*) - echo "You should only need it if you modified 'acinclude.m4' or" + echo "You should only need it if you modified $automake_deps or" echo "$configure_deps." - program_details 'aclocal' ;; - autom4te*) + autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." - program_details 'autom4te' + ;; + autoreconf*) + echo "You should only need it if you modified $aclocal_deps or" + echo "$automake_deps or $autoheader_deps or $automake_deps or" + echo "$configure_deps." ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; - lex*|flex*) - echo "You should only need it if you modified a '.l' file." - echo "You may want to install the Fast Lexical Analyzer package:" - echo "<$flex_URL>" - ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." @@ -189,6 +203,12 @@ echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; + perl*) + echo "You should only need it to run GNU Autoconf, GNU Automake, " + echo " assorted other tools, or if you modified a Perl source file." + echo "You may want to install the Perl 5 language interpreter:" + echo "<$perl_URL>" + ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" @@ -197,6 +217,7 @@ echo "case some other package contains this missing '$1' program." ;; esac + program_details "$normalized_program" } give_advice "$1" | sed -e '1s/^/WARNING: /' \ @@ -207,9 +228,9 @@ exit $st # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "scriptversion=" -# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-format: "%Y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/xbitmaps-1.1.3/xbitmaps.pc.in new/xbitmaps-1.1.4/xbitmaps.pc.in --- old/xbitmaps-1.1.3/xbitmaps.pc.in 2023-02-23 18:08:47.000000000 +0100 +++ new/xbitmaps-1.1.4/xbitmaps.pc.in 2026-04-25 21:57:02.000000000 +0200 @@ -4,6 +4,7 @@ Name: X bitmaps Description: Bitmaps that are shared between X applications +URL: https://gitlab.freedesktop.org/xorg/data/bitmaps Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs:
