Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2023-07-17 19:22:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetype2 (Old)
 and      /work/SRC/openSUSE:Factory/.freetype2.new.3193 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetype2"

Mon Jul 17 19:22:50 2023 rev:105 rq:1098816 version:2.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes      2023-05-26 
20:15:11.488161807 +0200
+++ /work/SRC/openSUSE:Factory/.freetype2.new.3193/freetype2.changes    
2023-07-17 19:22:57.557623727 +0200
@@ -1,0 +2,20 @@
+Sat Jul 15 14:36:07 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.13.1:
+  * New function  `FT_Get_Default_Named_Instance` to get the
+    index of the default named instance of an OpenType Variation
+    Font. A new load flag `FT_LOAD_NO_SVG` to make FreeType ignore
+    glyphs in an 'SVG ' table.
+  * New function  `FT_GlyphSlot_AdjustWeight` to adjust
+    the glyph weight either  horizontally or  vertically.
+    This is part of the `ftsynth.h` header file
+  * TrueType interpreter  version 38 (also known  as
+    'Infinality') has been deactivated; the value  of
+    `TT_INTERPRETER_VERSION_38` is now the same as
+    `TT_INTERPRETER_VERSION_40`.
+  * Switching named instances on and  off in Variation Fonts
+    was buggy if the design coordinates didn't change.
+- drop enable-infinality-subpixel-hinting.patch (obsolete, infinality
+  is deactivated)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/freetype2/ft2demos.changes       2023-05-05 
15:57:01.571996129 +0200
+++ /work/SRC/openSUSE:Factory/.freetype2.new.3193/ft2demos.changes     
2023-07-17 19:22:57.617624075 +0200
@@ -1,0 +2,13 @@
+Sat Jul 15 14:39:02 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.13.1:
+  * `ftbench` has a new  command-line option  `-a`  to
+    apply design coordinates.
+  *  `ftview` can now flip SVG rendering on and off using the
+    'Z' key.
+  * `ftmulti` it  is  now possible  to toggle  the  fill
+    rule  and overlap flag  used for  rendering glyphs using  the 'F3'
+    and 'F4' keys,  respectively. Toggling the anti-aliased  mode
+    has been changed to the 'TAB' key.
+
+-------------------------------------------------------------------

Old:
----
  enable-infinality-subpixel-hinting.patch
  freetype-2.13.0.tar.xz
  freetype-2.13.0.tar.xz.sig
  freetype-doc-2.13.0.tar.xz
  freetype-doc-2.13.0.tar.xz.sig
  ft2demos-2.13.0.tar.xz
  ft2demos-2.13.0.tar.xz.sig

New:
----
  freetype-2.13.1.tar.xz
  freetype-2.13.1.tar.xz.sig
  freetype-doc-2.13.1.tar.xz
  freetype-doc-2.13.1.tar.xz.sig
  ft2demos-2.13.1.tar.xz
  ft2demos-2.13.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freetype2.spec ++++++
--- /var/tmp/diff_new_pack.7RgJ9M/_old  2023-07-17 19:22:59.773636563 +0200
+++ /var/tmp/diff_new_pack.7RgJ9M/_new  2023-07-17 19:22:59.777636587 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define doc_version 2.13.0
+%define doc_version 2.13.1
 Name:           freetype2
-Version:        2.13.0
+Version:        2.13.1
 Release:        0
 Summary:        A TrueType Font Library
 License:        FTL AND GPL-2.0-only
@@ -38,7 +38,6 @@
 Patch1:         don-t-mark-libpng-as-required-library.patch
 Patch2:         enable-long-family-names-by-default.patch
 Patch3:         enable-subpixel-rendering.patch
-Patch4:         enable-infinality-subpixel-hinting.patch
 BuildRequires:  gawk
 BuildRequires:  libbz2-devel
 BuildRequires:  libpng-devel

++++++ ft2demos.spec ++++++
--- /var/tmp/diff_new_pack.7RgJ9M/_old  2023-07-17 19:22:59.801636726 +0200
+++ /var/tmp/diff_new_pack.7RgJ9M/_new  2023-07-17 19:22:59.805636749 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%global freetype_version 2.13.0
+%global freetype_version 2.13.1
 Name:           ft2demos
-Version:        2.13.0
+Version:        2.13.1
 Release:        0
 Summary:        Freetype2 Utilities and Demo Programs
 License:        GPL-2.0-or-later






++++++ bugzilla-308961-cmex-workaround.patch ++++++
--- /var/tmp/diff_new_pack.7RgJ9M/_old  2023-07-17 19:22:59.885637212 +0200
+++ /var/tmp/diff_new_pack.7RgJ9M/_new  2023-07-17 19:22:59.889637236 +0200
@@ -2,11 +2,11 @@
  src/base/ftobjs.c |    5 +++++
  1 file changed, 5 insertions(+)
 
-Index: freetype-2.12.0/src/base/ftobjs.c
+Index: freetype-2.13.1/src/base/ftobjs.c
 ===================================================================
---- freetype-2.12.0.orig/src/base/ftobjs.c
-+++ freetype-2.12.0/src/base/ftobjs.c
-@@ -2732,6 +2732,11 @@
+--- freetype-2.13.1.orig/src/base/ftobjs.c
++++ freetype-2.13.1/src/base/ftobjs.c
+@@ -2753,6 +2753,11 @@
  
      if ( FT_IS_SCALABLE( face ) )
      {

++++++ don-t-mark-libpng-as-required-library.patch ++++++
--- /var/tmp/diff_new_pack.7RgJ9M/_old  2023-07-17 19:22:59.901637305 +0200
+++ /var/tmp/diff_new_pack.7RgJ9M/_new  2023-07-17 19:22:59.905637328 +0200
@@ -1,8 +1,8 @@
-Index: freetype-2.12.1/builds/unix/configure
+Index: freetype-2.13.1/builds/unix/configure
 ===================================================================
---- freetype-2.12.1.orig/builds/unix/configure
-+++ freetype-2.12.1/builds/unix/configure
-@@ -16368,7 +16368,6 @@ fi
+--- freetype-2.13.1.orig/builds/unix/configure
++++ freetype-2.13.1/builds/unix/configure
+@@ -16389,7 +16389,6 @@ fi
  # entries in Requires.private are separated by commas
  PKGCONFIG_REQUIRES_PRIVATE="$zlib_reqpriv,     \
                              $bzip2_reqpriv,    \
@@ -10,7 +10,7 @@
                              $harfbuzz_reqpriv, \
                              $brotli_reqpriv"
  # beautify
-@@ -16396,7 +16395,6 @@ PKGCONFIG_LIBS_PRIVATE=`echo "$PKGCONFIG
+@@ -16417,7 +16416,6 @@ PKGCONFIG_LIBS_PRIVATE=`echo "$PKGCONFIG
  LIBSSTATIC_CONFIG="-lfreetype               \
                     $zlib_libsstaticconf     \
                     $bzip2_libsstaticconf    \
@@ -18,11 +18,11 @@
                     $harfbuzz_libsstaticconf \
                     $brotli_libsstaticconf   \
                     $ft2_extra_libs"
-Index: freetype-2.12.1/builds/unix/configure.raw
+Index: freetype-2.13.1/builds/unix/configure.raw
 ===================================================================
---- freetype-2.12.1.orig/builds/unix/configure.raw
-+++ freetype-2.12.1/builds/unix/configure.raw
-@@ -999,7 +999,6 @@ fi
+--- freetype-2.13.1.orig/builds/unix/configure.raw
++++ freetype-2.13.1/builds/unix/configure.raw
+@@ -992,7 +992,6 @@ fi
  # entries in Requires.private are separated by commas
  PKGCONFIG_REQUIRES_PRIVATE="$zlib_reqpriv,     \
                              $bzip2_reqpriv,    \
@@ -30,7 +30,7 @@
                              $harfbuzz_reqpriv, \
                              $brotli_reqpriv"
  # beautify
-@@ -1027,7 +1026,6 @@ PKGCONFIG_LIBS_PRIVATE=`echo "$PKGCONFIG
+@@ -1020,7 +1019,6 @@ PKGCONFIG_LIBS_PRIVATE=`echo "$PKGCONFIG
  LIBSSTATIC_CONFIG="-lfreetype               \
                     $zlib_libsstaticconf     \
                     $bzip2_libsstaticconf    \

++++++ freetype-2.13.0.tar.xz -> freetype-2.13.1.tar.xz ++++++
++++ 62056 lines of diff (skipped)

++++++ freetype-doc-2.13.0.tar.xz -> freetype-doc-2.13.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freetype-2.13.0/README.freetype-doc 
new/freetype-2.13.1/README.freetype-doc
--- old/freetype-2.13.0/README.freetype-doc     2023-02-09 07:45:46.000000000 
+0100
+++ new/freetype-2.13.1/README.freetype-doc     2023-06-24 08:28:12.000000000 
+0200
@@ -7,10 +7,10 @@
 
   mkdir src
   cd src
-  tar xzvf freetype-2.13.0.tar.gz
-  tar xzvf freetype-doc-2.13.0.tar.gz
+  tar xzvf freetype-2.13.1.tar.gz
+  tar xzvf freetype-doc-2.13.1.tar.gz
 
-Now you can move the `docs' subdirectory of `freetype-2.13.0' to any place
+Now you can move the `docs' subdirectory of `freetype-2.13.1' 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.13.0/docs/glyphs/glyphs-3.html 
new/freetype-2.13.1/docs/glyphs/glyphs-3.html
--- old/freetype-2.13.0/docs/glyphs/glyphs-3.html       2023-02-09 
07:45:46.000000000 +0100
+++ new/freetype-2.13.1/docs/glyphs/glyphs-3.html       2023-06-24 
08:28:12.000000000 +0200
@@ -108,7 +108,7 @@
          <h3 id="section-2">2. Typographic metrics and bounding
            boxes</h3>
 
-         <p>A various number of face metrics are defined for all
+         <p>Various face metrics are defined for all
            glyphs in a given font.</p>
 
          <ul>
@@ -186,7 +186,7 @@
 
          <h3 id="section-3">3. Bearings and Advances</h3>
 
-         <p>Each glyph has also distances called <em>bearings</em> and
+         <p>Each glyph also has distances called <em>bearings</em> and
            <em>advances</em>.  The actual values depend on the
            layout, as the same glyph can be used to render text
            either horizontally or vertically:</p>
Binary files old/freetype-2.13.0/docs/image/ftinspect.png and 
new/freetype-2.13.1/docs/image/ftinspect.png differ


++++++ ft2demos-2.13.0.tar.xz -> ft2demos-2.13.1.tar.xz ++++++
++++ 3694 lines of diff (skipped)

Reply via email to