Dominique Leuenberger 2024-03-09 19:54:15 +00:00 committed by Git OBS Bridge
commit 0b0f28b7dc
4 changed files with 39 additions and 5 deletions

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

Binary file not shown.

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
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>

View File

@ -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
@ -161,7 +161,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