diff --git a/freetype-2.5.5.tar.bz2 b/freetype-2.5.5.tar.bz2 deleted file mode 100644 index 460afb9..0000000 --- a/freetype-2.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:387bcc4b780b12484aa2ec9f7db1a55d8286eb5639f45fbc0fbba7a4e5a1afb9 -size 1714529 diff --git a/freetype-2.6.tar.bz2 b/freetype-2.6.tar.bz2 new file mode 100644 index 0000000..41935d8 --- /dev/null +++ b/freetype-2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8469fb8124764f85029cc8247c31e132a2c5e51084ddce2a44ea32ee4ae8347e +size 1726219 diff --git a/freetype-doc-2.5.5.tar.bz2 b/freetype-doc-2.5.5.tar.bz2 deleted file mode 100644 index 4ef6bca..0000000 --- a/freetype-doc-2.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68becbae3578a8101e9f3c55f10e435fb75535011d3f7a523719371e86e368e7 -size 108133 diff --git a/freetype-doc-2.6.tar.bz2 b/freetype-doc-2.6.tar.bz2 new file mode 100644 index 0000000..669aa30 --- /dev/null +++ b/freetype-doc-2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4868ec0b2b6890a1db296b00ce302ebf311b93b08aabd7ffca902e9c16b3e470 +size 477177 diff --git a/freetype2.changes b/freetype2.changes index 10165fa..684732e 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Jun 11 08:54:13 UTC 2015 - idonmez@suse.com + +- Update to version 2.6 + * Thread safety improvements + * Thai script support has been added to the auto-hinter. + * Arabic script support has been added to the auto-hinter. + * Following OpenType version 1.7, advance widths and side bearing + values in CFFs (wrapped in an SFNT structure) are now always + taken from the `hmtx' table. + * Following OpenType version 1.7, the PostScript font name of a + CFF font (wrapped in an SFNT structure) is now always taken from + the `name' table. This is also true for OpenType Collections + (i.e., TTCs using CFFs subfonts instead of TTFs), where it may + have a significant difference. + * Fonts natively hinted for ClearType are now supported, properly + handling selector index 3 of the INSTCTRL bytecode instruction. + * Major improvements to the GX TrueType variation font handling. + ------------------------------------------------------------------- Tue Jun 9 08:18:50 UTC 2015 - fstrba@suse.com diff --git a/freetype2.spec b/freetype2.spec index b82ec39..cc81d2f 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -17,9 +17,9 @@ # -%define doc_version 2.5.5 +%define doc_version 2.6 Name: freetype2 -Version: 2.5.5 +Version: 2.6 Release: 0 Summary: A TrueType Font Library License: SUSE-Freetype or GPL-2.0+ diff --git a/ft2demos-2.5.5.tar.bz2 b/ft2demos-2.5.5.tar.bz2 deleted file mode 100644 index dad6a65..0000000 --- a/ft2demos-2.5.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b87c7deb5d9b1fddb8520c091a5491cc63ecac4de25139e1da38aebee82195ea -size 182006 diff --git a/ft2demos-2.6.tar.bz2 b/ft2demos-2.6.tar.bz2 new file mode 100644 index 0000000..6d67fdb --- /dev/null +++ b/ft2demos-2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f4bc2a2e76e0dbe61838e452c5a7daf1d4bd9dfa44691940bf308f776d32b6 +size 190240 diff --git a/ft2demos.changes b/ft2demos.changes index 347e30e..135639e 100644 --- a/ft2demos.changes +++ b/ft2demos.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 11 08:56:22 UTC 2015 - idonmez@suse.com + +- Update to version 2.6 + * ftgrid can now display GX and MM fonts. + * Anti-aliasing rendering modes can now be selected (with keys + F5 and F6). + * The display of point numbers can be toggled with key `D'. + * ftdump now display information on MM and GX variation axes. + * ftmulti can now handle up to six MM or GX axes. +- Refresh overflow.patch + ------------------------------------------------------------------- Tue Jun 9 08:18:50 UTC 2015 - fstrba@suse.com diff --git a/ft2demos.spec b/ft2demos.spec index d314840..2408abe 100644 --- a/ft2demos.spec +++ b/ft2demos.spec @@ -16,9 +16,9 @@ # -%define freetype_version 2.5.5 +%define freetype_version 2.6 Name: ft2demos -Version: 2.5.5 +Version: 2.6 Release: 0 Summary: Freetype2 Utilities and Demo Programs License: GPL-2.0+ diff --git a/overflow.patch b/overflow.patch index 07b427b..0b3f021 100644 --- a/overflow.patch +++ b/overflow.patch @@ -1,6 +1,8 @@ ---- ft2demos-2.5.4/src/ttdebug.c 2014-05-11 12:50:48.876613439 +0200 -+++ ft2demos-2.5.4.new/src/ttdebug.c 2014-12-08 16:39:09.744778704 +0100 -@@ -1905,11 +1905,11 @@ +Index: ft2demos-2.6/src/ttdebug.c +=================================================================== +--- ft2demos-2.6.orig/src/ttdebug.c ++++ ft2demos-2.6/src/ttdebug.c +@@ -1910,11 +1910,11 @@ FT_Library_Version( library, &major, &minor, &patch ); @@ -9,8 +11,8 @@ "ttdebug (FreeType) %d.%d", major, minor ); if ( patch ) -- offset = snprintf( version_string + offset, 64 - offset, -+ offset = snprintf( version_string + offset, sizeof(version_string) - offset, +- offset = snprintf( version_string + offset, (size_t)( 64 - offset ), ++ offset = snprintf( version_string + offset, (size_t)( sizeof(version_string) - offset ), ".%d", patch ); }