Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory 
checked in at 2015-12-13 09:35:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freetype2 (Old)
 and      /work/SRC/openSUSE:Factory/.freetype2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freetype2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freetype2/freetype2.changes      2015-10-22 
12:56:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freetype2.new/freetype2.changes 2015-12-13 
09:35:20.000000000 +0100
@@ -1,0 +2,48 @@
+Sun Nov 29 13:34:58 UTC 2015 - [email protected]
+
+- Update to version 2.6.2
+  * IMPORTANT CHANGES
+    - The auto-hinter now supports stem darkening, to be controlled by
+      the    new   `no-stem-darkening'    and   `darkening-parameters'
+      properties.   This is  an  experimental  feature contributed  by
+      Nikolaus Waxweiler, and  the interface might change  in a future
+      release.
+
+    - By default, stem darkening is now switched off (for both the CFF
+      engine and the  auto-hinter).  The main reason is  that you need
+      linear  alpha  blending  and  gamma correction  to  get  correct
+      rendering results, and  the latter is not yet  available in most
+      freely  available  rendering  stacks like  X11.   Applying  stem
+      darkening without proper gamma correction  leads to far too dark
+      rendering results.
+
+    - The   meaning  of   `FT_RENDER_MODE_LIGHT'  has   been  slightly
+      modified.   It  now  essentially  means `no  hinting  along  the
+      horizontal  axis'; in  particular,  no change  of glyph  advance
+      widths.  Consequently, the auto-hinter  is used for all scalable
+      font  formats  except  for  CFF.    It  is  planned  that  other
+      font-specific rendering engines (TrueType, Type 1) will follow.
+
+  * MISCELLANEOUS
+
+    - The default  LCD filter  has been changed  to be  normalized and
+      color-balanced.
+
+    - For    better    compatibility   with    FontConfig,    function
+      `FT_Library_SetLcdFilter'  accepts   a  new   enumeration  value
+      `FT_LCD_FILTER_LEGACY1'   (which  has   the   same  meaning   as
+      `FT_LCD_FILTER_LEGACY').
+
+    - A large number of bugs have been detected by using the libFuzzer
+      framework,  which should  further  improve  handling of  invalid
+      fonts.  Thanks again to Kostya Serebryany and Bungeman!
+
+    - `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES',  a   new  configuration
+      option, controls the maximum number of executed opcodes within a
+      bytecode program.  You don't want to change this except for very
+      special  situations (e.g.,  making a  library fuzzer  spend less
+      time to handle broken fonts).
+
+    - The smooth renderer has been made faster.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/freetype2/ft2demos.changes       2015-10-28 
17:16:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freetype2.new/ft2demos.changes  2015-12-13 
09:35:20.000000000 +0100
@@ -1,0 +2,11 @@
+Sun Nov 29 13:36:34 UTC 2015 - [email protected]
+
+- Update to version 2.6.2
+  * The ftstring  demo program  now supports  sub-pixel rendering;
+    use key l to cycle through the LCD modes.
+  * The ftstring  demo program now supports  colour rendering; use
+    the space key to cycle through various colour combinations.
+  * The graphical demo programs now use a default gamma value of 1.8
+    (instead of 1.2).
+
+-------------------------------------------------------------------

Old:
----
  freetype-2.6.1.tar.bz2
  freetype-doc-2.6.1.tar.bz2
  ft2demos-2.6.1.tar.bz2

New:
----
  freetype-2.6.2.tar.bz2
  freetype-doc-2.6.2.tar.bz2
  ft2demos-2.6.2.tar.bz2

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

Other differences:
------------------
++++++ freetype2.spec ++++++
--- /var/tmp/diff_new_pack.UXulrp/_old  2015-12-13 09:35:22.000000000 +0100
+++ /var/tmp/diff_new_pack.UXulrp/_new  2015-12-13 09:35:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freetype2
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 #
-%define doc_version 2.6.1
+%define doc_version 2.6.2
 Name:           freetype2
-Version:        2.6.1
+Version:        2.6.2
 Release:        0
 Summary:        A TrueType Font Library
 License:        SUSE-Freetype or GPL-2.0+

++++++ ft2demos.spec ++++++
--- /var/tmp/diff_new_pack.UXulrp/_old  2015-12-13 09:35:22.000000000 +0100
+++ /var/tmp/diff_new_pack.UXulrp/_new  2015-12-13 09:35:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ft2demos
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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 freetype_version 2.6.1
+%define freetype_version 2.6.2
 Name:           ft2demos
-Version:        2.6.1
+Version:        2.6.2
 Release:        0
 Summary:        Freetype2 Utilities and Demo Programs
 License:        GPL-2.0+






++++++ freetype-2.6.1.tar.bz2 -> freetype-2.6.2.tar.bz2 ++++++
++++ 26050 lines of diff (skipped)

++++++ freetype-doc-2.6.1.tar.bz2 -> freetype-doc-2.6.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freetype-2.6.1/README.freetype-doc 
new/freetype-2.6.2/README.freetype-doc
--- old/freetype-2.6.1/README.freetype-doc      2015-10-04 11:53:43.000000000 
+0200
+++ new/freetype-2.6.2/README.freetype-doc      2015-11-28 19:14:43.000000000 
+0100
@@ -7,10 +7,10 @@
 
   mkdir src
   cd src
-  tar xzvf freetype-2.6.1.tar.gz
-  tar xzvf freetype-doc-2.6.1.tar.gz
+  tar xzvf freetype-2.6.2.tar.gz
+  tar xzvf freetype-doc-2.6.2.tar.gz
 
-Now you can move the `docs' subdirectory of `freetype-2.6.1' to any place
+Now you can move the `docs' subdirectory of `freetype-2.6.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.6.1/docs/documentation.html 
new/freetype-2.6.2/docs/documentation.html
--- old/freetype-2.6.1/docs/documentation.html  2015-10-04 11:53:43.000000000 
+0200
+++ new/freetype-2.6.2/docs/documentation.html  2015-11-28 19:14:43.000000000 
+0100
@@ -84,15 +84,18 @@
             </li>
           </ul>
 
-          <h3><a href="design/index.html">The design of
+          <h3><a href="design/index.html">The Design of
               FreeType</a></h3>
+
+          <h3><a href="rasterinfo/rasterinfo.html">The RasterInfo
+              Font</a></h3>
         </div>
 
 
         <!-- ************************************************** -->
 
         <div class="updated">
-          <p>Last update: 13-Dec-2014</p>
+          <p>Last update: 05-Oct-2015</p>
         </div>
       </div>
     </div>
@@ -167,6 +170,9 @@
     <li class="secondary">
       <a href="design/index.html">Design</a>
     </li>
+    <li class="secondary">
+      <a href="rasterinfo/rasterinfo.html">The RasterInfo Font</a>
+    </li>
   </ul>
 </div>
 

++++++ ft2demos-2.6.1.tar.bz2 -> ft2demos-2.6.2.tar.bz2 ++++++
++++ 1792 lines of diff (skipped)


Reply via email to