diff --git a/freetype-2.11.0.tar.xz b/freetype-2.11.0.tar.xz deleted file mode 100644 index 8bb856c..0000000 --- a/freetype-2.11.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7 -size 2256640 diff --git a/freetype-2.11.0.tar.xz.sig b/freetype-2.11.0.tar.xz.sig deleted file mode 100644 index 4a537f7..0000000 --- a/freetype-2.11.0.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQRY4MER459UCMXT7HbBpg6s5wf9pQUCYPWmjgAKCRDBpg6s5wf9 -pcZUAJwMV5FsVpEm77y/j2qWaLbMhxfRQQCfV3DzMxH/sijRaadoggnLhIVfZrE= -=6M5s ------END PGP SIGNATURE----- diff --git a/freetype-2.11.1.tar.xz b/freetype-2.11.1.tar.xz new file mode 100644 index 0000000..4f5f3a6 --- /dev/null +++ b/freetype-2.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8 +size 2270728 diff --git a/freetype-2.11.1.tar.xz.sig b/freetype-2.11.1.tar.xz.sig new file mode 100644 index 0000000..805f5eb --- /dev/null +++ b/freetype-2.11.1.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRY4MER459UCMXT7HbBpg6s5wf9pQUCYai+XgAKCRDBpg6s5wf9 +pVaXAJ9R5rw0VtOkZYA8snxKWwdqhZoSqgCbBfYfvxdZeT3tcFg0T0zcHKAS4w8= +=Qbcs +-----END PGP SIGNATURE----- diff --git a/freetype-doc-2.11.0.tar.xz b/freetype-doc-2.11.0.tar.xz deleted file mode 100644 index d9c8cae..0000000 --- a/freetype-doc-2.11.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b0b5f504f3547ab6123049917b36cfe6944837eaa7baa86ae742a596b5c206c -size 2070604 diff --git a/freetype-doc-2.11.0.tar.xz.sig b/freetype-doc-2.11.0.tar.xz.sig deleted file mode 100644 index 5923c49..0000000 --- a/freetype-doc-2.11.0.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQRY4MER459UCMXT7HbBpg6s5wf9pQUCYPWmjgAKCRDBpg6s5wf9 -pXnvAJ91wVy82Nd8z2IwAMYrGDhm2PVHHACfb46vBwFl75uOlU46ZMw9pUgUH/Q= -=wW4C ------END PGP SIGNATURE----- diff --git a/freetype-doc-2.11.1.tar.xz b/freetype-doc-2.11.1.tar.xz new file mode 100644 index 0000000..c2bd562 --- /dev/null +++ b/freetype-doc-2.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755e29908093c19138a38775784b0accf7e838ffa28a25b8722b3dfe651d80fa +size 2038348 diff --git a/freetype-doc-2.11.1.tar.xz.sig b/freetype-doc-2.11.1.tar.xz.sig new file mode 100644 index 0000000..10f7f8c --- /dev/null +++ b/freetype-doc-2.11.1.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRY4MER459UCMXT7HbBpg6s5wf9pQUCYai+XgAKCRDBpg6s5wf9 +pch/AJoDW8EEPtHPkz+lABAuFNipDvM5LwCghBgSwuM2UlYGWtF/ayrOkWfCZKk= +=/lYA +-----END PGP SIGNATURE----- diff --git a/freetype2.changes b/freetype2.changes index 1737a68..dc4bc06 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 2 22:07:29 UTC 2021 - Dirk Müller + +- update to 2.11.1: + * Some fields in the `CID_FaceDictRec`, `CID_FaceInfoRec`, and + `FT_Data` structures have been changed from signed to unsigned + type, which better reflects the actual usage. It is also an + additional means to protect against malformed input. + * Cmake support has been further improved. To do that various + backward-incompatible changes were necessary; please see file + `CMakeLists.txt` for more details. + * The experimental 'COLR' v1 API has been updated to the latest + OpenType standard 1.9. + ------------------------------------------------------------------- Fri Jul 23 07:10:11 UTC 2021 - Ismail Dönmez diff --git a/freetype2.spec b/freetype2.spec index cf51f2e..c15a8be 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -16,9 +16,9 @@ # -%define doc_version 2.11.0 +%define doc_version 2.11.1 Name: freetype2 -Version: 2.11.0 +Version: 2.11.1 Release: 0 Summary: A TrueType Font Library License: GPL-2.0-or-later OR SUSE-Freetype diff --git a/ft2demos-2.11.0.tar.xz b/ft2demos-2.11.0.tar.xz deleted file mode 100644 index cf9a31d..0000000 --- a/ft2demos-2.11.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb0622296c6dfb38fc305c99ebbfb5c770db7e344b94f63042ec03f3db164550 -size 257316 diff --git a/ft2demos-2.11.0.tar.xz.sig b/ft2demos-2.11.0.tar.xz.sig deleted file mode 100644 index 5faeb28..0000000 --- a/ft2demos-2.11.0.tar.xz.sig +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQRY4MER459UCMXT7HbBpg6s5wf9pQUCYPWmjgAKCRDBpg6s5wf9 -pQ5gAJ0bzNbYogE9OiDR3b78K9Jv2wVnigCfV6M/UCvOkI+ZyLb8pG8NzQuerEE= -=xqDV ------END PGP SIGNATURE----- diff --git a/ft2demos-2.11.1.tar.xz b/ft2demos-2.11.1.tar.xz new file mode 100644 index 0000000..7210be5 --- /dev/null +++ b/ft2demos-2.11.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60620d49d0f16d95586eb868c01b129569409e6cfdcb87a78e0482a12604672 +size 257240 diff --git a/ft2demos-2.11.1.tar.xz.sig b/ft2demos-2.11.1.tar.xz.sig new file mode 100644 index 0000000..614eae1 --- /dev/null +++ b/ft2demos-2.11.1.tar.xz.sig @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQRY4MER459UCMXT7HbBpg6s5wf9pQUCYai+XgAKCRDBpg6s5wf9 +paLVAJ91qArXhQaYiwC1HCljbs5H9Fo4PQCfWqqQKnaoWQj/h+JIUmbwE87nt6w= +=V+bb +-----END PGP SIGNATURE----- diff --git a/ft2demos.spec b/ft2demos.spec index 2ca9195..e6d4926 100644 --- a/ft2demos.spec +++ b/ft2demos.spec @@ -16,9 +16,9 @@ # -%define freetype_version 2.11.0 +%define freetype_version 2.11.1 Name: ft2demos -Version: 2.11.0 +Version: 2.11.1 Release: 0 Summary: Freetype2 Utilities and Demo Programs License: GPL-2.0-or-later