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 2022-07-14 16:33:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11-fonts (Old) and /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-x11-fonts" Thu Jul 14 16:33:10 2022 rev:56 rq:988770 version:7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-fonts/xorg-x11-fonts.changes 2021-08-06 22:44:52.222061070 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-x11-fonts.new.1523/xorg-x11-fonts.changes 2022-07-14 16:33:13.844569287 +0200 @@ -1,0 +2,19 @@ +Tue Jul 12 22:29:12 UTC 2022 - Stefan Dirsch <[email protected]> + +- encodings 1.0.6 + gitlab CI: add a basic build test + Build xz tarballs instead of bzip2 + adjust descriptions for the Unicode mapping to match the Unicode.org data file. + add mapping for 0x80-0x9f, as per Unicode.org data files. + use descriptions from UnicodeData.txt except for two obsolete or incorrect maps + correct a typo (in original), and use appropriate description + use Armenian eternity symbol from Unicode 6. + whitespace-only changes for consistency, using luit's annotate-enc script + add descriptions from UnicodeData.txt, using annotate-enc + add descriptions from UnicodeData.txt, using annotate-enc + add descriptions from UnicodeData.txt, using annotate-enc + add descriptions from UnicodeData.txt, with annotate-enc + add descriptions from UnicodeData.txt, with annotate-enc + whitespace-only, reformat with annotate-enc + +------------------------------------------------------------------- Old: ---- encodings-1.0.5.tar.bz2 New: ---- encodings-1.0.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-fonts.spec ++++++ --- /var/tmp/diff_new_pack.cPpRCN/_old 2022-07-14 16:33:14.672570063 +0200 +++ /var/tmp/diff_new_pack.cPpRCN/_new 2022-07-14 16:33:14.680570071 +0200 @@ -1,7 +1,7 @@ # -# spec file for package xorg-x11-fonts +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,7 +64,7 @@ Source29: http://xorg.freedesktop.org/archive/individual/font/font-sun-misc-1.0.3.tar.bz2 Source30: http://xorg.freedesktop.org/archive/individual/font/font-winitzki-cyrillic-1.0.3.tar.bz2 Source31: http://xorg.freedesktop.org/archive/individual/font/font-xfree86-type1-1.0.4.tar.bz2 -Source32: http://xorg.freedesktop.org/archive/individual/font/encodings-1.0.5.tar.bz2 +Source32: http://xorg.freedesktop.org/archive/individual/font/encodings-1.0.6.tar.xz Source33: http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2 Source34: http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2 Source35: http://xorg.freedesktop.org/archive/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2 @@ -141,7 +141,7 @@ %setup -n . -T -D %if "%{flavor}" != "converted" rm -rf $RPM_BUILD_DIR/* -for i in $RPM_SOURCE_DIR/*.tar.bz2; do tar xjf $i; done +for i in $RPM_SOURCE_DIR/*.tar.{bz2,xz}; do tar xf $i; done %else cp %{SOURCE100} . tar xjf %{SOURCE0}
