#4 Update to 2.11.1
Merged 2 years ago by mkasik. Opened 2 years ago by dherrera.
rpms/ dherrera/freetype rawhide  into  rawhide

file modified
+3
@@ -94,3 +94,6 @@ 

  /freetype-2.11.0.tar.xz

  /freetype-doc-2.11.0.tar.xz

  /ft2demos-2.11.0.tar.xz

+ /freetype-2.11.1.tar.xz

+ /freetype-doc-2.11.1.tar.xz

+ /ft2demos-2.11.1.tar.xz

file modified
+4 -1
@@ -3,7 +3,7 @@ 

  

  Summary: A free and portable font rendering engine

  Name: freetype

- Version: 2.11.0

+ Version: 2.11.1

  Release: 1%{?dist}

  License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement

  URL: http://www.freetype.org
@@ -230,6 +230,9 @@ 

  %{_mandir}/man1/*

  

  %changelog

+ * Sat Dec 4 2021 Diego Herrera <dherrera@redhat.com> - 2.11.1-1

+ - Update to 2.11.1

+ 

  * Thu Jul 22 2021 Marek Kasik <mkasik@redhat.com> - 2.11.0-1

  - Update to 2.11.0

  

file modified
+3 -3
@@ -1,3 +1,3 @@ 

- SHA512 (freetype-2.11.0.tar.xz) = bf1991f3c382832586be1d21ae73c20840ee8546807ba60d0eb0215134545656c0c8de488f27357d4a4f6497d7cb540998cda98ec59061a3e640036fb209147d

- SHA512 (freetype-doc-2.11.0.tar.xz) = 5bddaec4f237a9f6e63dbed5f65d0b5ffe0a414ea2d6e1c3bb1142baf5535cee7e7c282b6af8c630e772ffc196b8c4bf8e18bc21a72749a09b6af388287c7301

- SHA512 (ft2demos-2.11.0.tar.xz) = 9c5727bf479afafc1c765a131875b88b0e656d1db986f95c021b0386f5c4cc6135db7584a5d553363dcf52dfc9c9199cd1f3da2cc6644f58de85848b058fd531

+ SHA512 (freetype-2.11.1.tar.xz) = 0848678482fbe20603a866f02da82c91122014d6f815ba4f1d9c03601c32e3ceb781f721c2b4427b6117d7c9742018af8dbb26566faf018595c70b50f8db3f08

+ SHA512 (freetype-doc-2.11.1.tar.xz) = c5e19d98425491682edc58230c48390925cc4b466169f655cf3b8575ba787a70feecdeb7a16224b132dcc32f17b041483d84056cda8e3132d98b531e46a26c36

+ SHA512 (ft2demos-2.11.1.tar.xz) = 93d68daefa8a49b4fc987a7356133299fe2a8e012415ea09ad7616ececcfd978fdf9fc7a2d855f7488f51a497d019acb89ef5774484babae66357b3083a883c5

This PR updates the package to the newest release.

This version fixes a regression bug from 2.11.0 (https://gitlab.freedesktop.org/freetype/freetype/-/issues/1076)

This bug affects SDL_ttf (https://github.com/libsdl-org/SDL_ttf/issues/152) and in consequence, projects that depend on it, like https://github.com/angband/angband/issues/5079.

Hi Diego,

thank you for the pull request. Unfortunately, there is an issue with the source files. When trying to "prep" the code, it says that the file "freetype-2.11.1.tar.xz" is invalid.

I believe @dherrera is correct, you must be in the packagers group to upload to the lookaside cache. I went ahead and took care of the upload based on his fork.

[carl@teal:~/packaging/fedora/freetype:]$ spectool -g freetype.spec 
Downloading: http://download.savannah.gnu.org/releases/freetype/freetype-2.11.1.tar.xz
100% of   2.2 MiB |#############################################################################| Elapsed Time: 0:00:00 Time:  0:00:00
Downloaded: freetype-2.11.1.tar.xz
Downloading: http://download.savannah.gnu.org/releases/freetype/freetype-doc-2.11.1.tar.xz
100% of   1.9 MiB |#############################################################################| Elapsed Time: 0:00:00 Time:  0:00:00
Downloaded: freetype-doc-2.11.1.tar.xz
Downloading: http://download.savannah.gnu.org/releases/freetype/ft2demos-2.11.1.tar.xz
100% of 251.2 KiB |#############################################################################| Elapsed Time: 0:00:00 Time:  0:00:00
Downloaded: ft2demos-2.11.1.tar.xz
[carl@teal:~/packaging/fedora/freetype:]$ cat sources 
SHA512 (freetype-2.11.1.tar.xz) = 0848678482fbe20603a866f02da82c91122014d6f815ba4f1d9c03601c32e3ceb781f721c2b4427b6117d7c9742018af8dbb26566faf018595c70b50f8db3f08
SHA512 (freetype-doc-2.11.1.tar.xz) = c5e19d98425491682edc58230c48390925cc4b466169f655cf3b8575ba787a70feecdeb7a16224b132dcc32f17b041483d84056cda8e3132d98b531e46a26c36
SHA512 (ft2demos-2.11.1.tar.xz) = 93d68daefa8a49b4fc987a7356133299fe2a8e012415ea09ad7616ececcfd978fdf9fc7a2d855f7488f51a497d019acb89ef5774484babae66357b3083a883c5
[carl@teal:~/packaging/fedora/freetype:]$ sha512sum *.tar*
0848678482fbe20603a866f02da82c91122014d6f815ba4f1d9c03601c32e3ceb781f721c2b4427b6117d7c9742018af8dbb26566faf018595c70b50f8db3f08  freetype-2.11.1.tar.xz
c5e19d98425491682edc58230c48390925cc4b466169f655cf3b8575ba787a70feecdeb7a16224b132dcc32f17b041483d84056cda8e3132d98b531e46a26c36  freetype-doc-2.11.1.tar.xz
93d68daefa8a49b4fc987a7356133299fe2a8e012415ea09ad7616ececcfd978fdf9fc7a2d855f7488f51a497d019acb89ef5774484babae66357b3083a883c5  ft2demos-2.11.1.tar.xz
[carl@teal:~/packaging/fedora/freetype:]$ fedpkg new-sources freetype-2.11.1.tar.xz freetype-doc-2.11.1.tar.xz ft2demos-2.11.1.tar.xz 
Uploading: freetype-2.11.1.tar.xz
######################################################################## 100.0%
Uploading: freetype-doc-2.11.1.tar.xz
######################################################################## 100.0%
Uploading: ft2demos-2.11.1.tar.xz
######################################################################## 100.0%
Source upload succeeded. Don't forget to commit the sources file 

With the sources in the lookaside cache, I can now run fedpkg --release f36 prep. This PR looks good to me.

Thank you Diego and Carl. It works now. I'm going to merge this.
Thanks!

Pull-Request has been merged by mkasik

2 years ago