From 92f49b6ed1cf796ab9df85b8ad1516496a1dbebd6638013fecdfcd3ca4da62ff Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sun, 31 Dec 2023 09:02:23 +0000 Subject: [PATCH] Accepting request 1135289 from home:dirkmueller:Factory - 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 OBS-URL: https://build.opensuse.org/request/show/1135289 OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=174 --- fontconfig-2.14.2.tar.xz | 3 --- fontconfig-2.15.0.tar.xz | 3 +++ fontconfig.changes | 34 ++++++++++++++++++++++++++++++++++ fontconfig.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 fontconfig-2.14.2.tar.xz create mode 100644 fontconfig-2.15.0.tar.xz diff --git a/fontconfig-2.14.2.tar.xz b/fontconfig-2.14.2.tar.xz deleted file mode 100644 index b6a612a..0000000 --- a/fontconfig-2.14.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b -size 1440844 diff --git a/fontconfig-2.15.0.tar.xz b/fontconfig-2.15.0.tar.xz new file mode 100644 index 0000000..7b7b2b6 --- /dev/null +++ b/fontconfig-2.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e +size 1447820 diff --git a/fontconfig.changes b/fontconfig.changes index 50de8bc..b653cb4 100644 --- a/fontconfig.changes +++ b/fontconfig.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Dec 27 11:19:12 UTC 2023 - Dirk Müller + +- 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 diff --git a/fontconfig.spec b/fontconfig.spec index 4f954af..105ba24 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -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