Hello community, here is the log from the commit of package freetype2 for openSUSE:Factory checked in at 2020-05-11 13:26:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freetype2 (Old) and /work/SRC/openSUSE:Factory/.freetype2.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freetype2" Mon May 11 13:26:33 2020 rev:88 rq:802021 version:2.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes 2019-10-22 15:37:52.469198974 +0200 +++ /work/SRC/openSUSE:Factory/.freetype2.new.2738/freetype2.changes 2020-05-11 13:26:40.671271714 +0200 @@ -1,0 +2,13 @@ +Sat May 9 10:24:29 UTC 2020 - Ismail Dönmez <[email protected]> + +- Update to version 2.10.2 + * Support for WOFF2 fonts, add BR on pkgconfig(libbrotlidec) + * Function `FT_Get_Var_Axis_Flags' returned random data for Type 1 + MM fonts. + * Type 1 fonts with non-integer metrics are now supported by the new + (CFF) engine introduced in FreeType 2.9. + * Drop support for Python 2 in Freetype's API reference generator + * Auto-hinter support for Hanifi Rohingya + * Document the `FT2_KEEP_ALIVE' debugging environment variable. + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/freetype2/ft2demos.changes 2019-07-08 14:58:58.738348944 +0200 +++ /work/SRC/openSUSE:Factory/.freetype2.new.2738/ft2demos.changes 2020-05-11 13:26:44.627280007 +0200 @@ -1,0 +2,8 @@ +Sat May 9 10:26:07 UTC 2020 - Ismail Dönmez <[email protected]> + +- Update to version 2.10.2 + * The `ftbench' demo program has a new test for testing the + `FT_Glyph_Stroke' functionality. +- Add BR on pkgconfig(libbrotlidec) for ftinspect + +------------------------------------------------------------------- Old: ---- freetype-2.10.1.tar.xz freetype-2.10.1.tar.xz.sig freetype-doc-2.10.1.tar.xz freetype-doc-2.10.1.tar.xz.sig ft2demos-2.10.1.tar.xz ft2demos-2.10.1.tar.xz.sig New: ---- freetype-2.10.2.tar.xz freetype-2.10.2.tar.xz.sig freetype-doc-2.10.2.tar.xz freetype-doc-2.10.2.tar.xz.sig ft2demos-2.10.2.tar.xz ft2demos-2.10.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freetype2.spec ++++++ --- /var/tmp/diff_new_pack.QIQg4r/_old 2020-05-11 13:26:46.135283168 +0200 +++ /var/tmp/diff_new_pack.QIQg4r/_new 2020-05-11 13:26:46.139283177 +0200 @@ -1,7 +1,7 @@ # # spec file for package freetype2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define doc_version 2.10.1 +%define doc_version 2.10.2 Name: freetype2 -Version: 2.10.1 +Version: 2.10.2 Release: 0 Summary: A TrueType Font Library License: SUSE-Freetype OR GPL-2.0-or-later @@ -42,6 +42,7 @@ BuildRequires: libpng-devel BuildRequires: pkgconfig BuildRequires: zlib-devel +BuildRequires: pkgconfig(libbrotlidec) %description This library features TrueType fonts for open source projects. This @@ -76,6 +77,7 @@ Group: Development/Libraries/C and C++ Requires: libfreetype6 = %{version} Requires: zlib-devel +Requires: pkgconfig(libbrotlidec) # there is no freetype-devel on suse: Provides: freetype-devel # Static library provides: ++++++ ft2demos.spec ++++++ --- /var/tmp/diff_new_pack.QIQg4r/_old 2020-05-11 13:26:46.155283210 +0200 +++ /var/tmp/diff_new_pack.QIQg4r/_new 2020-05-11 13:26:46.159283218 +0200 @@ -1,7 +1,7 @@ # # spec file for package ft2demos # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,14 @@ # -%define freetype_version 2.10.1 +%define freetype_version 2.10.2 Name: ft2demos -Version: 2.10.1 +Version: 2.10.2 Release: 0 Summary: Freetype2 Utilities and Demo Programs License: GPL-2.0-or-later Group: Productivity/Publishing/Other -Url: https://www.freetype.org +URL: https://www.freetype.org Source0: https://downloads.sourceforge.net/project/freetype/freetype2/%{version}/freetype-%{version}.tar.xz Source1: https://downloads.sourceforge.net/project/freetype/freetype-demos/%{version}/ft2demos-%{version}.tar.xz Source10: https://downloads.sourceforge.net/project/freetype/freetype2/%{version}/freetype-%{version}.tar.xz.sig @@ -47,6 +47,7 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(harfbuzz) +BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(zlib) Requires: ftbench = %{version}-%{release} ++++++ don-t-mark-libpng-as-required-library.patch ++++++ --- /var/tmp/diff_new_pack.QIQg4r/_old 2020-05-11 13:26:46.231283369 +0200 +++ /var/tmp/diff_new_pack.QIQg4r/_new 2020-05-11 13:26:46.231283369 +0200 @@ -1,56 +1,56 @@ -Index: freetype-2.10.0/builds/unix/configure +Index: freetype-2.10.2/builds/unix/configure =================================================================== ---- freetype-2.10.0.orig/builds/unix/configure -+++ freetype-2.10.0/builds/unix/configure -@@ -14848,7 +14848,6 @@ fi - # entries in Requires.private are separated by commas; +--- freetype-2.10.2.orig/builds/unix/configure ++++ freetype-2.10.2/builds/unix/configure +@@ -15014,7 +15014,6 @@ fi + # entries in Requires.private are separated by commas REQUIRES_PRIVATE="$zlib_reqpriv, \ $bzip2_reqpriv, \ - $libpng_reqpriv, \ - $harfbuzz_reqpriv" + $harfbuzz_reqpriv, \ + $brotli_reqpriv" # beautify - REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVATE" \ -@@ -14862,7 +14861,6 @@ REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVAT +@@ -15029,7 +15028,6 @@ REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVAT LIBS_PRIVATE="$zlib_libspriv \ $bzip2_libspriv \ - $libpng_libspriv \ $harfbuzz_libspriv \ + $brotli_libspriv \ $ft2_extra_libs" - # beautify -@@ -14874,7 +14872,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ +@@ -15042,7 +15040,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ LIBSSTATIC_CONFIG="-lfreetype \ $zlib_libsstaticconf \ $bzip2_libsstaticconf \ - $libpng_libsstaticconf \ $harfbuzz_libsstaticconf \ + $brotli_libsstaticconf \ $ft2_extra_libs" - # remove -L/usr/lib and -L/usr/lib64 since `freetype-config' adds them later -Index: freetype-2.10.0/builds/unix/configure.raw +Index: freetype-2.10.2/builds/unix/configure.raw =================================================================== ---- freetype-2.10.0.orig/builds/unix/configure.raw -+++ freetype-2.10.0/builds/unix/configure.raw -@@ -991,7 +991,6 @@ fi - # entries in Requires.private are separated by commas; +--- freetype-2.10.2.orig/builds/unix/configure.raw ++++ freetype-2.10.2/builds/unix/configure.raw +@@ -1039,7 +1039,6 @@ fi + # entries in Requires.private are separated by commas REQUIRES_PRIVATE="$zlib_reqpriv, \ $bzip2_reqpriv, \ - $libpng_reqpriv, \ - $harfbuzz_reqpriv" + $harfbuzz_reqpriv, \ + $brotli_reqpriv" # beautify - REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVATE" \ -@@ -1005,7 +1004,6 @@ REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVAT +@@ -1054,7 +1053,6 @@ REQUIRES_PRIVATE=`echo "$REQUIRES_PRIVAT LIBS_PRIVATE="$zlib_libspriv \ $bzip2_libspriv \ - $libpng_libspriv \ $harfbuzz_libspriv \ + $brotli_libspriv \ $ft2_extra_libs" - # beautify -@@ -1017,7 +1015,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ +@@ -1067,7 +1065,6 @@ LIBS_PRIVATE=`echo "$LIBS_PRIVATE" \ LIBSSTATIC_CONFIG="-lfreetype \ $zlib_libsstaticconf \ $bzip2_libsstaticconf \ - $libpng_libsstaticconf \ $harfbuzz_libsstaticconf \ + $brotli_libsstaticconf \ $ft2_extra_libs" - # remove -L/usr/lib and -L/usr/lib64 since `freetype-config' adds them later ++++++ freetype-2.10.1.tar.xz -> freetype-2.10.2.tar.xz ++++++ ++++ 188262 lines of diff (skipped) ++++++ freetype-doc-2.10.1.tar.xz -> freetype-doc-2.10.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freetype-2.10.1/README.freetype-doc new/freetype-2.10.2/README.freetype-doc --- old/freetype-2.10.1/README.freetype-doc 2019-07-01 17:59:07.000000000 +0200 +++ new/freetype-2.10.2/README.freetype-doc 2020-05-09 07:17:13.000000000 +0200 @@ -7,10 +7,10 @@ mkdir src cd src - tar xzvf freetype-2.10.1.tar.gz - tar xzvf freetype-doc-2.10.1.tar.gz + tar xzvf freetype-2.10.2.tar.gz + tar xzvf freetype-doc-2.10.2.tar.gz -Now you can move the `docs' subdirectory of `freetype-2.10.1' to any place +Now you can move the `docs' subdirectory of `freetype-2.10.2' to any place you want. The entry point for the documentation is diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freetype-2.10.1/docs/documentation.html new/freetype-2.10.2/docs/documentation.html --- old/freetype-2.10.1/docs/documentation.html 2019-07-01 17:59:07.000000000 +0200 +++ new/freetype-2.10.2/docs/documentation.html 2020-05-09 07:17:13.000000000 +0200 @@ -91,8 +91,9 @@ <p>This documents the new default hinting mode introduced with FreeType version 2.7.</p> - <h3><a href="rasterinfo/rasterinfo.html">The RasterInfo - Font</a></h3> + <!-- Leave this as full URL --> + <h3><a href="https://www.freetype.org/freetype2/docs/rasterinfo/rasterinfo.html">The + RasterInfo Font</a></h3> </div> @@ -178,7 +179,9 @@ <a href="design/index.html">Design</a> </li> <li class="secondary"> - <a href="rasterinfo/rasterinfo.html">The RasterInfo Font</a> + <!-- Leave this as full URL --> + <a href="https://www.freetype.org/freetype2/docs/rasterinfo/rasterinfo.html">The + RasterInfo Font</a> </li> </ul> </div> ++++++ ft2demos-2.10.1.tar.xz -> ft2demos-2.10.2.tar.xz ++++++ ++++ 3852 lines of diff (skipped)
