Hello community,

here is the log from the commit of package freetype2 for openSUSE:Factory
checked in at Mon Aug 8 14:57:54 CEST 2011.



--------
--- freetype2/freetype2.changes 2011-07-22 13:42:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/freetype2/freetype2.changes    2011-07-29 
09:48:37.000000000 +0200
@@ -1,0 +2,24 @@
+Fri Jul 29 07:41:28 UTC 2011 - [email protected]
+
+- Update to version 2.4.6
+  * For TrueType based fonts, the ascender and descender values were
+    incorrect sometimes  (off by a pixel if the ppem value was not a
+    multiple of 5).   Depending on the use you might now  experience
+    a different  layout; the  change should  result in  better, more
+    consistent line spacing. 
+  * Fix CVE-2011-0226  which causes a  vulnerability while  handling
+    Type 1 fonts.
+  * BDF fonts  containing  glyphs with negative values  for ENCODING
+    were  incorrectly  rejected.  This  bug has  been introduced  in
+    FreeType version 2.2.0.
+  * The behaviour of FT_STROKER_LINEJOIN_BEVEL has been corrected.
+  * A new  line join style,  FT_STROKER_LINEJOIN_MITER_FIXED,  has
+    been introduced to support PostScript and PDF miter joins.
+  * FT_STROKER_LINEJOIN_MITER_VARIABLE  has been introduced  as an
+    alias for FT_STROKER_LINEJOIN_MITER.
+  * Various stroking glitches has been fixed
+  * SFNT bitmap fonts which contain an outline glyph for `.notdef'
+    only no longer set the FT_FACE_FLAG_SCALABLE flag.
+- Drop bnc704612_othersubr.diff, applied upstream
+
+-------------------------------------------------------------------
--- freetype2/ft2demos.changes  2011-07-22 13:42:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/freetype2/ft2demos.changes     2011-07-29 
09:48:37.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 29 07:44:56 UTC 2011 - [email protected]
+
+- Update to version 2.4.6
+  * No changes since 2.4.5 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  bnc704612_othersubr.diff
  freetype-2.4.5.tar.bz2
  freetype-doc-2.4.5.tar.bz2
  ft2demos-2.4.5.tar.bz2

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

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

Other differences:
------------------
++++++ freetype2.spec ++++++
--- /var/tmp/diff_new_pack.9lRzhf/_old  2011-08-08 14:57:29.000000000 +0200
+++ /var/tmp/diff_new_pack.9lRzhf/_new  2011-08-08 14:57:29.000000000 +0200
@@ -27,7 +27,7 @@
 Obsoletes:      freetype2-64bit
 %endif
 #
-Version:        2.4.5
+Version:        2.4.6
 Release:        1
 Summary:        A TrueType Font Library
 Url:            http://www.freetype.org
@@ -39,7 +39,6 @@
 Patch10:        freetype2-no_rpath.patch
 Patch308961:    bugzilla-308961-cmex-workaround.patch
 Patch200:       freetype2-subpixel.patch
-Patch1018:      bnc704612_othersubr.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,9 +86,6 @@
 %if %{enable_subpixel_rendering}
 %patch200 -p 1 -b .subpixel
 %endif
-%patch1018 -p 1 -b .othersubr
-
-rm docs/reference/.gitignore
 
 %build
 %ifarch arm

++++++ ft2demos.spec ++++++
--- /var/tmp/diff_new_pack.9lRzhf/_old  2011-08-08 14:57:29.000000000 +0200
+++ /var/tmp/diff_new_pack.9lRzhf/_new  2011-08-08 14:57:29.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           ft2demos
-Version:        2.4.5
+Version:        2.4.6
 Release:        1
 License:        GPLv2+
 Summary:        Freetype2 Utilities and Demo Programs
@@ -39,7 +39,6 @@
 Source1013:     bnc633938_badbdf.0
 Source1015:     bug-641580_CVE-2010-3311.cff
 Source1016:     bug-647375_tt2.ttf
-Patch1018:      bnc704612_othersubr.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -57,7 +56,6 @@
 %if %{enable_subpixel_rendering}
 %patch200 -p 1 -b .subpixel
 %endif
-%patch1018 -p 1 -b .othersubr
 
 %build
 %configure --without-bzip2






++++++ freetype-2.4.5.tar.bz2 -> freetype-2.4.6.tar.bz2 ++++++
++++ 5748 lines of diff (skipped)

++++++ freetype-doc-2.4.5.tar.bz2 -> freetype-doc-2.4.6.tar.bz2 ++++++

++++++ ft2demos-2.4.5.tar.bz2 -> ft2demos-2.4.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ft2demos-2.4.5/ChangeLog new/ft2demos-2.4.6/ChangeLog
--- old/ft2demos-2.4.5/ChangeLog        2011-06-25 08:18:32.000000000 +0200
+++ new/ft2demos-2.4.6/ChangeLog        2011-07-29 06:34:50.000000000 +0200
@@ -1,3 +1,13 @@
+2011-07-29  Werner Lemberg  <[email protected]>
+
+       * Version 2.4.6 released.
+       =========================
+
+
+       Tag sources with `VER-2-4-6'.
+
+       * README: Updated.
+
 2011-06-24  Werner Lemberg  <[email protected]>
 
        * Version 2.4.5 released.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ft2demos-2.4.5/README new/ft2demos-2.4.6/README
--- old/ft2demos-2.4.5/README   2011-06-25 08:18:51.000000000 +0200
+++ new/ft2demos-2.4.6/README   2011-07-29 06:34:59.000000000 +0200
@@ -8,8 +8,8 @@
   downloaded one  of the  stable FreeType 2  source packages  from our
   server, you most probably have to rename its directory, for example:
 
-    mv freetype-2.4.5 freetype2       on Unix
-    rename freetype-2.4.5 freetype2   on Windows
+    mv freetype-2.4.6 freetype2       on Unix
+    rename freetype-2.4.6 freetype2   on Windows
 
 WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
 


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to