Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xorg-x11-fonts for openSUSE:Factory 
checked in at 2026-02-10 21:10:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-fonts"

Tue Feb 10 21:10:44 2026 rev:62 rq:1331899 version:7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-fonts/xorg-x11-fonts.changes    
2025-05-30 17:28:06.062154760 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new.1670/xorg-x11-fonts.changes  
2026-02-10 21:10:47.235451629 +0100
@@ -1,0 +2,7 @@
+Sun Feb  8 18:59:43 UTC 2026 - Stefan Dirsch <[email protected]>
+
+- font-alias 1.0.6
+  * Add a meson build system
+  * gitlab CI: drop the ci-fairy check-mr job
+
+-------------------------------------------------------------------

Old:
----
  font-alias-1.0.5.tar.xz

New:
----
  font-alias-1.0.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-fonts.spec ++++++
--- /var/tmp/diff_new_pack.Og1X2d/_old  2026-02-10 21:10:51.819643724 +0100
+++ /var/tmp/diff_new_pack.Og1X2d/_new  2026-02-10 21:10:51.831644227 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-fonts
 #
-# Copyright (c) 2025 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
@@ -67,7 +67,7 @@
 Source33:       
http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.5.tar.xz
 Source34:       
http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.5.tar.xz
 Source35:       
http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz
-Source36:       
http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.5.tar.xz
+Source36:       
http://xorg.freedesktop.org/archive/individual/font/font-alias-1.0.6.tar.xz
 Source100:      README.converted
 %if "%{flavor}" == "converted"
 Source1000:     https://pwu.fedorapeople.org/fonts/convertbitmap/convertfont.py

++++++ font-alias-1.0.5.tar.xz -> font-alias-1.0.6.tar.xz ++++++
++++ 4792 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/font-alias-1.0.5/ChangeLog new/font-alias-1.0.6/ChangeLog
--- old/font-alias-1.0.5/ChangeLog      2023-02-28 00:22:40.000000000 +0100
+++ new/font-alias-1.0.6/ChangeLog      2026-02-08 02:23:44.000000000 +0100
@@ -1,3 +1,36 @@
+commit ebeee85f070dc12197ad98d1c849786f8e3be124
+Author: Alan Coopersmith <[email protected]>
+Date:   Sat Feb 7 17:20:58 2026 -0800
+
+    font-alias 1.0.6
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit 55ceddb52f9e08a277ba634b2b0a03a9be31fb46
+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]>
+
+commit 184c43dd059f785537c8a48a4a7972c488ac1215
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Nov 19 09:45:41 2023 -0800
+
+    Add a meson build system
+    
+    Includes CI checks comparing installed files based on those from xorgproto
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
 commit 05282e1160350c2340d51ac991704f7e390f8420
 Author: Alan Coopersmith <[email protected]>
 Date:   Mon Feb 27 15:20:00 2023 -0800
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/font-alias-1.0.5/Makefile.am new/font-alias-1.0.6/Makefile.am
--- old/font-alias-1.0.5/Makefile.am    2023-02-28 00:22:35.000000000 +0100
+++ new/font-alias-1.0.6/Makefile.am    2026-02-08 02:23:40.000000000 +0100
@@ -33,4 +33,4 @@
 
 dist-hook: ChangeLog INSTALL
 
-EXTRA_DIST = README.md
+EXTRA_DIST = README.md meson.build meson_options.txt
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/font-alias-1.0.5/configure.ac new/font-alias-1.0.6/configure.ac
--- old/font-alias-1.0.5/configure.ac   2023-02-28 00:22:35.000000000 +0100
+++ new/font-alias-1.0.6/configure.ac   2026-02-08 02:23:40.000000000 +0100
@@ -22,7 +22,7 @@
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
-AC_INIT([font-alias], [1.0.5],
+AC_INIT([font-alias], [1.0.6],
         [https://gitlab.freedesktop.org/xorg/font/alias/-/issues],
         [font-alias])
 AM_INIT_AUTOMAKE([foreign dist-xz])
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/font-alias-1.0.5/meson.build new/font-alias-1.0.6/meson.build
--- old/font-alias-1.0.5/meson.build    1970-01-01 01:00:00.000000000 +0100
+++ new/font-alias-1.0.6/meson.build    2026-02-08 02:23:40.000000000 +0100
@@ -0,0 +1,26 @@
+project('font-alias',
+        version: '1.0.6',
+        meson_version: '>= 0.64.0',
+        license: 'MIT'
+)
+
+fontrootdir = get_option('fontrootdir')
+if fontrootdir == ''
+  fontutil = dependency('fontutil', required: false, version: '>= 1.1.0')
+  if fontutil.found()
+    fontrootdir = fontutil.get_variable('fontrootdir')
+  endif
+  if fontrootdir == ''
+    fontrootdir = get_option('datadir') / 'fonts' / 'X11'
+  endif
+endif
+
+alias_files = [
+  '100dpi/fonts.alias',
+  '75dpi/fonts.alias',
+  'cyrillic/fonts.alias',
+  'misc/fonts.alias'
+]
+install_data(alias_files, install_dir: fontrootdir, preserve_path: true)
+
+summary({'fontrootdir': fontrootdir})
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/font-alias-1.0.5/meson_options.txt new/font-alias-1.0.6/meson_options.txt
--- old/font-alias-1.0.5/meson_options.txt      1970-01-01 01:00:00.000000000 
+0100
+++ new/font-alias-1.0.6/meson_options.txt      2026-02-08 02:23:40.000000000 
+0100
@@ -0,0 +1,3 @@
+# option for setting the installation path
+option('fontrootdir', type: 'string',
+       description: 'Path to root directory for font files')
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/font-alias-1.0.5/missing new/font-alias-1.0.6/missing
--- old/font-alias-1.0.5/missing        2023-02-28 00:22:38.000000000 +0100
+++ new/font-alias-1.0.6/missing        2026-02-08 02:23:43.000000000 +0100
@@ -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:

Reply via email to