Sync from SUSE:SLFO:Main fontconfig revision 4912cfb4071ea3fce556675a6c60ce88
This commit is contained in:
parent
a76010e5a3
commit
fc44c163aa
BIN
fontconfig-2.14.2.tar.xz
(Stored with Git LFS)
BIN
fontconfig-2.14.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
fontconfig-2.15.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
fontconfig-2.15.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 11:28:56 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- Run autoreconf unconditionally to allow newer versions
|
||||
of Automake.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 27 11:19:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.15.0:
|
||||
* Do not change the order of orth files
|
||||
* Convert tabs to spaces
|
||||
* Convert more tabs to spaces in docs
|
||||
* Report more detailed logs instead of assertion.
|
||||
* Add some missing constant names for weight.
|
||||
* Adujst indentation between programlisting in fontconfig-user.sgml
|
||||
* Add another test case for flatpak
|
||||
* Update 65-nonlatin.conf for macOS
|
||||
* Change the order of the properties to the order of fontconfig
|
||||
cache format
|
||||
* Add missing property descriptions
|
||||
* Add namedinstance property
|
||||
* Remove the problematic language from code and doc
|
||||
* Use 'outline' instead of 'scalable' for bitmaps
|
||||
* Add more docs about selectfont
|
||||
* Rework CI implementation
|
||||
* Fix uninitialized memory access when failing memory allocation.
|
||||
* Create a symlink with relative path
|
||||
* Fix an error of "initializer element is not constant"
|
||||
* Update CaseFolding.txt to Unicode 15.1
|
||||
* Update the encoding table for Simplified Chinese
|
||||
* Retry to decode strings in the name table as UTF-16BE in some
|
||||
cases.
|
||||
* Work around decoding strings in Macintosh encoding for the
|
||||
name table.
|
||||
* Use memmove instead of memcpy
|
||||
* Rename README to NEWS and add README.md
|
||||
* Update so version
|
||||
* Fix leak of `reason` in _FcConfigParse when not complaining
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 16:24:08 UTC 2023 - Takashi Iwai <tiwai@suse.com>
|
||||
|
||||
- Run autoreconf for Leap 15.x to fix build breakage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 28 21:23:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fontconfig
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: fontconfig
|
||||
%define lname libfontconfig1
|
||||
Version: 2.14.2
|
||||
Version: 2.15.0
|
||||
Release: 0
|
||||
Summary: Library for Font Configuration
|
||||
License: MIT
|
||||
@ -95,6 +95,7 @@ fontconfig library.
|
||||
%autosetup -p1
|
||||
# use suse-specific doc path:
|
||||
find -name \*.1 -o -name \*.sgml -exec sed -i -e 's/usr\/share\/doc\/fontconfig/usr\/share\/doc\/packages\/fontconfig/g' {} +
|
||||
autoreconf -fi
|
||||
|
||||
%build
|
||||
# We don't want to rebuild the docs, but we want to install the included ones.
|
||||
@ -158,7 +159,7 @@ mkdir -p %{buildroot}/%{_docdir}/%{name}
|
||||
%files lang -f %{name}.lang -f %{name}-conf.lang
|
||||
|
||||
%files doc
|
||||
%doc AUTHORS ChangeLog README
|
||||
%doc AUTHORS ChangeLog README.md
|
||||
%dir %{_docdir}/%{name}
|
||||
%{_docdir}/%{name}/fontconfig-user.html
|
||||
%{_docdir}/%{name}/fontconfig-user.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user