diff --git a/freetype-2.6.2.tar.bz2 b/freetype-2.6.2.tar.bz2 deleted file mode 100644 index 0874e49..0000000 --- a/freetype-2.6.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf6bdef7cdcc12ac270583f76ef245efe936267dbecef835f02a3409fcbb892 -size 1767940 diff --git a/freetype-2.6.3.tar.bz2 b/freetype-2.6.3.tar.bz2 new file mode 100644 index 0000000..f425c47 --- /dev/null +++ b/freetype-2.6.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371e707aa522acf5b15ce93f11183c725b8ed1ee8546d7b3af549863045863a2 +size 1753083 diff --git a/freetype-doc-2.6.2.tar.bz2 b/freetype-doc-2.6.2.tar.bz2 deleted file mode 100644 index aa698bd..0000000 --- a/freetype-doc-2.6.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5108a972d8f80561fd698aa856233999527375b4e8f6c82d2eafe5ac66f989b -size 477268 diff --git a/freetype-doc-2.6.3.tar.bz2 b/freetype-doc-2.6.3.tar.bz2 new file mode 100644 index 0000000..5c8d1e3 --- /dev/null +++ b/freetype-doc-2.6.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b7cb0b1ff3962d386c54cdffd3891d2126292f57b4ea9ad0467f07cf68de7d +size 5367900 diff --git a/freetype2.changes b/freetype2.changes index 2a67b12..b077d5d 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Mar 28 11:54:15 UTC 2016 - idonmez@suse.com + +- Update to version 2.6.3 + * IMPORTANT CHANGES + - Khmer, Myanmar, Bengali, and Kannada script support has been + added to the auto-hinter. + + * MISCELLANEOUS + - Better support of Indic scripts like Devanagari by using a + top-to-bottom hinting flow. + + - All FreeType macros starting with two underscores have been + renamed to avoid a violation of both the C and C++ standards. + Example: Header macros of the form `__FOO_H__' are now called + `FOO_H_'. In most cases, this should be completely transparent + to the user. The exception to this is `__FTERRORS_H__', which + must be sometimes undefined by the user to get FreeType error + strings: Both this form and the new `FTERRORS_H_' macro are + accepted for backwards compatibility. + + - Minor improvements mainly to the Type 1 driver. + + - The new CFF engine now supports all Type 2 operators except + `random'. + + - The macro `_STANDALONE_', used for compiling the B/W and smooth + rasterizers as stand-alone modules, has been renamed to + `STANDALONE_', since macro names starting with an underscore and + followed by an uppercase letter are reserved in both C and C++. + + - Function `FT_Library_SetLcdFilterWeights' now also activates + custom LCD filter weights (instead of just adjusting them). + + - Support for `unpatented hinting' has been completely removed: + Consequently, the two functions `FT_Face_CheckTrueTypePatents' + and `FT_Face_SetUnpatentedHinting' now return always false, + doing nothing. + ------------------------------------------------------------------- Sun Nov 29 13:34:58 UTC 2015 - idonmez@suse.com diff --git a/freetype2.spec b/freetype2.spec index 0739446..30812e2 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -1,7 +1,7 @@ # # spec file for package freetype2 # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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.2 +%define doc_version 2.6.3 Name: freetype2 -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: A TrueType Font Library License: SUSE-Freetype or GPL-2.0+ diff --git a/ft2demos-2.6.2.tar.bz2 b/ft2demos-2.6.2.tar.bz2 deleted file mode 100644 index 264d85c..0000000 --- a/ft2demos-2.6.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:819791a0548dcb8301c0f22e893ad7dadb1cb88cb37055e75f609bd436f013ca -size 191120 diff --git a/ft2demos-2.6.3.tar.bz2 b/ft2demos-2.6.3.tar.bz2 new file mode 100644 index 0000000..39ca003 --- /dev/null +++ b/ft2demos-2.6.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b076ac52465e912d035f111ede78b88bf3dd186f91a56a54ff83ffdf862e84e4 +size 193412 diff --git a/ft2demos.changes b/ft2demos.changes index 072ff00..3ca8a5e 100644 --- a/ft2demos.changes +++ b/ft2demos.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 28 11:55:28 UTC 2016 - idonmez@suse.com + +- Update to version 2.6.3 + * The `ftgamma' demo program has been modernized; the gamma grid + display has been moved from `ftview' to this program. + * It is now possible to cycle through the available LCD filtering + modes. + ------------------------------------------------------------------- Sun Nov 29 13:36:34 UTC 2015 - idonmez@suse.com diff --git a/ft2demos.spec b/ft2demos.spec index 2bd1375..3d3293e 100644 --- a/ft2demos.spec +++ b/ft2demos.spec @@ -1,7 +1,7 @@ # # spec file for package ft2demos # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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.2 +%define freetype_version 2.6.3 Name: ft2demos -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: Freetype2 Utilities and Demo Programs License: GPL-2.0+