- 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 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-fonts?expand=0&rev=110
This commit is contained in:
parent
f23523ccbf
commit
d83f27fb1c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
|
||||
size 713817
|
3
encodings-1.0.6.tar.xz
Normal file
3
encodings-1.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77e301de661f35a622b18f60b555a7e7d8c4d5f43ed41410e830d5ac9084fc26
|
||||
size 312720
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 22:29:12 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 3 13:43:12 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -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 @@ Source28: http://xorg.freedesktop.org/archive/individual/font/font-sony-mi
|
||||
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 @@ to truetype format in the xorg-x11-fonts-converted package
|
||||
%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}
|
||||
|
Loading…
Reference in New Issue
Block a user