From d5b937f58cde3fe576045182d2f8f4b70123d228 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 6 Apr 2025 08:51:55 -0400 Subject: [PATCH 01/22] Add an rpmlintrc file [skip changelog] --- python-uharfbuzz.rpmlintrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python-uharfbuzz.rpmlintrc diff --git a/python-uharfbuzz.rpmlintrc b/python-uharfbuzz.rpmlintrc new file mode 100644 index 0000000..b95bdff --- /dev/null +++ b/python-uharfbuzz.rpmlintrc @@ -0,0 +1,2 @@ +# This Source cannot be a URL because we must filter out certain files. +addFilter(r" invalid-url Source[0-9]+: uharfbuzz-.*-filtered\.tar\.gz") From da585e1b8c98dfc13d167b533c11e904b40fb74a Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 6 Apr 2025 08:47:16 -0400 Subject: [PATCH 02/22] Update to 0.49.0 (close RHBZ#2354436) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e435feb..abf3d18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /uharfbuzz-0.45.0-filtered.tar.gz /uharfbuzz-0.46.0-filtered.tar.gz +/uharfbuzz-0.49.0-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 946109e..c4a68ac 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.46.0 +Version: 0.49.0 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index ba02835..0a6ec80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.46.0-filtered.tar.gz) = 995afc0f40734213c2a76e41965db8c794070c762efdd6df804b0005e866a725b4c3da658560d3a337879fb5fc837e7587f2e26679ae524b089b375da269e79d +SHA512 (uharfbuzz-0.49.0-filtered.tar.gz) = 2c82972014c530a48096162e5f3e312031a7447190ea51eeb38ad522ef5b1e5ce98cabd93b53f8b51d668488d7707049a0af958557ed9fb645ea146d7e1392bf From 64e2d8a57c942c0c230f9b90c79333f324853277 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 28 Apr 2025 16:01:47 -0400 Subject: [PATCH 03/22] Update to 0.50.0 (close RHBZ#2362771) --- python-uharfbuzz.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index c4a68ac..2dcd6ad 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.49.0 +Version: 0.50.0 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine From 43ebc33f6bb5a09bda87c4c1dfb9facb94ad4a4f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 29 Apr 2025 08:25:42 -0400 Subject: [PATCH 04/22] Fix missing source in lookaside cache --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index abf3d18..bb4587f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /uharfbuzz-0.45.0-filtered.tar.gz /uharfbuzz-0.46.0-filtered.tar.gz /uharfbuzz-0.49.0-filtered.tar.gz +/uharfbuzz-0.50.0-filtered.tar.gz diff --git a/sources b/sources index 0a6ec80..e913419 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.49.0-filtered.tar.gz) = 2c82972014c530a48096162e5f3e312031a7447190ea51eeb38ad522ef5b1e5ce98cabd93b53f8b51d668488d7707049a0af958557ed9fb645ea146d7e1392bf +SHA512 (uharfbuzz-0.50.0-filtered.tar.gz) = 7126214c3a99ae5723754ef4937b027419947ea68d488d61f4d271851874f64448dcb22189d5c886fa65e9df27dc3c3020c11f4feba1f4e5322e4cedc80d400f From 85fd9296065eb5abf94fb2fee8c2c7c36c50e114 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 9 May 2025 08:24:01 -0400 Subject: [PATCH 05/22] F41+: Use the provisional pyproject declarative buildsystem --- python-uharfbuzz.spec | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 2dcd6ad..b08f574 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -51,7 +51,10 @@ URL: https://github.com/harfbuzz/uharfbuzz Source0: uharfbuzz-%{version}-filtered.tar.gz Source1: get_source -BuildRequires: python3-devel +BuildSystem: pyproject +BuildOption(generate_buildrequires): -t +BuildOption(install): -l uharfbuzz + BuildRequires: gcc-c++ BuildRequires: pkgconfig(harfbuzz-subset) @@ -67,33 +70,24 @@ Summary: %{summary} %description -n python3-uharfbuzz %{common_description} -%prep -%autosetup -n uharfbuzz-%{version} - +%prep -a # Remove Cythonized C++ sources (if any remain): # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_using_cython find . -type f -exec grep -FrinIl 'Generated by Cython' '{}' '+' | xargs -r -t rm -v -%generate_buildrequires +%generate_buildrequires -p export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' export USE_SYSTEM_LIBS=1 -%pyproject_buildrequires -t -%build +%build -p export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' export USE_SYSTEM_LIBS=1 -%pyproject_wheel -%install -%pyproject_install -%pyproject_save_files -l uharfbuzz - - -%check +%check -a # Requires SparseFont.ttf, omitted from the source archive, via the sparsefont # fixture: k="${k-}${k+ and }not test_sparsefont_coretext" From b9071365a4cea315d793c17e55cbc9adcda1130f Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 10 May 2025 22:18:24 -0400 Subject: [PATCH 06/22] Update to 0.50.2 (close RHBZ#2365470) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb4587f..997e15b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /uharfbuzz-0.46.0-filtered.tar.gz /uharfbuzz-0.49.0-filtered.tar.gz /uharfbuzz-0.50.0-filtered.tar.gz +/uharfbuzz-0.50.2-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index b08f574..ba8ad81 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.50.0 +Version: 0.50.2 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index e913419..1850ff9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.50.0-filtered.tar.gz) = 7126214c3a99ae5723754ef4937b027419947ea68d488d61f4d271851874f64448dcb22189d5c886fa65e9df27dc3c3020c11f4feba1f4e5322e4cedc80d400f +SHA512 (uharfbuzz-0.50.2-filtered.tar.gz) = 1f88fc69caaa1caf9bb35c30f85954baa1b66f168f2349a1f653063538cba376444f8ef0fc0c418ebad78b3d697a693cbbb76e0bc3b85feaf849b717a4e7cd61 From f3f17914f22ed8f02faf0361347d67fd79a9bd80 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 08:23:12 +0200 Subject: [PATCH 07/22] Rebuilt for Python 3.14 From 563442a9ec91154ab51626c6f037d002cbd4d73e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 22 Jul 2025 09:37:10 -0400 Subject: [PATCH 08/22] Update to 0.51.0 (close RHBZ#2382399) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 997e15b..7c8e56f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /uharfbuzz-0.49.0-filtered.tar.gz /uharfbuzz-0.50.0-filtered.tar.gz /uharfbuzz-0.50.2-filtered.tar.gz +/uharfbuzz-0.51.0-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index ba8ad81..e534433 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.50.2 +Version: 0.51.0 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 1850ff9..1d9f8be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.50.2-filtered.tar.gz) = 1f88fc69caaa1caf9bb35c30f85954baa1b66f168f2349a1f653063538cba376444f8ef0fc0c418ebad78b3d697a693cbbb76e0bc3b85feaf849b717a4e7cd61 +SHA512 (uharfbuzz-0.51.0-filtered.tar.gz) = a499cbf502653f3a8f94f4954c04482f59bab93d295896820c2b7c5c924d199a9714009b34d75193a2dd9d003de3d520e51b7cdf409a1d7ce15cbe6ae30a9816 From ed758b06b923800097a761e278006571e222fee2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 10:57:10 +0000 Subject: [PATCH 09/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 5dcc5affe5527b723047915b83c60b09c71a6f7b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 27 Jul 2025 06:38:50 -0400 Subject: [PATCH 10/22] Update to 0.51.1 (close RHBZ#2383681) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7c8e56f..f625e8a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /uharfbuzz-0.50.0-filtered.tar.gz /uharfbuzz-0.50.2-filtered.tar.gz /uharfbuzz-0.51.0-filtered.tar.gz +/uharfbuzz-0.51.1-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index e534433..59c6080 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.0 +Version: 0.51.1 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 1d9f8be..a214bdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.0-filtered.tar.gz) = a499cbf502653f3a8f94f4954c04482f59bab93d295896820c2b7c5c924d199a9714009b34d75193a2dd9d003de3d520e51b7cdf409a1d7ce15cbe6ae30a9816 +SHA512 (uharfbuzz-0.51.1-filtered.tar.gz) = 404921c0e00fb8007e5ad078f9a9973e852ec76891c1d124ab23a0623419d746aeab5d859c977d950a0f7187a4ee886ced54b81f16f454dccce3041c2504bd9c From 12d56f457a75f5cf09dcc4cb9334a8d748d137f2 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:05:00 +0200 Subject: [PATCH 11/22] Rebuilt for Python 3.14.0rc2 bytecode From a0f750c79e856327869c819315ddf072cf8927da Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 20 Aug 2025 21:47:29 -0400 Subject: [PATCH 12/22] Update to 0.51.2 (close RHBZ#2389755) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f625e8a..0f763af 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /uharfbuzz-0.50.2-filtered.tar.gz /uharfbuzz-0.51.0-filtered.tar.gz /uharfbuzz-0.51.1-filtered.tar.gz +/uharfbuzz-0.51.2-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 59c6080..f6bc918 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.1 +Version: 0.51.2 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index a214bdf..1d41de4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.1-filtered.tar.gz) = 404921c0e00fb8007e5ad078f9a9973e852ec76891c1d124ab23a0623419d746aeab5d859c977d950a0f7187a4ee886ced54b81f16f454dccce3041c2504bd9c +SHA512 (uharfbuzz-0.51.2-filtered.tar.gz) = 9c683b66f433c898546f29ae76d4df6ef3c509e0a1712f2614c2dec8de076913e5ff0dd41030293fe2ba2d7bc6020a26fe8acc6d7cea1664de783e53ab32c356 From 0070edbf506ada4e3cecace3bb8ecc4c816ef839 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 27 Aug 2025 09:09:31 +0100 Subject: [PATCH 13/22] Update to 0.51.3 (close RHBZ#2390960) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f763af..9a2f07f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /uharfbuzz-0.51.0-filtered.tar.gz /uharfbuzz-0.51.1-filtered.tar.gz /uharfbuzz-0.51.2-filtered.tar.gz +/uharfbuzz-0.51.3-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index f6bc918..7b94bd0 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.2 +Version: 0.51.3 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 1d41de4..593fc02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.2-filtered.tar.gz) = 9c683b66f433c898546f29ae76d4df6ef3c509e0a1712f2614c2dec8de076913e5ff0dd41030293fe2ba2d7bc6020a26fe8acc6d7cea1664de783e53ab32c356 +SHA512 (uharfbuzz-0.51.3-filtered.tar.gz) = 43fbc3f2282bfad88660438d33d19d5a6173ee2616e103bbe84962ab85cfd159cc073160790984cd5200e9bcf8826fe9004017fcb2fdaf0766294089eaab35ef From 32e5d1a0b9868f031e9fe4922bf75267ed6602f3 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sat, 30 Aug 2025 21:15:05 +0100 Subject: [PATCH 14/22] Update to 0.51.4 (close RHBZ#2392148) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a2f07f..13becb5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /uharfbuzz-0.51.1-filtered.tar.gz /uharfbuzz-0.51.2-filtered.tar.gz /uharfbuzz-0.51.3-filtered.tar.gz +/uharfbuzz-0.51.4-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 7b94bd0..0d3a3b7 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.3 +Version: 0.51.4 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 593fc02..040c4fb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.3-filtered.tar.gz) = 43fbc3f2282bfad88660438d33d19d5a6173ee2616e103bbe84962ab85cfd159cc073160790984cd5200e9bcf8826fe9004017fcb2fdaf0766294089eaab35ef +SHA512 (uharfbuzz-0.51.4-filtered.tar.gz) = 568359b65bdea13a25470e5d0556ce70f555c45af6c37b8cab438c18e793833755387fa2282dafdcda7af7febdf6d875763a752c6ff77d0deb91100f9a48daa6 From 2c16f6e611f10177926b6f48d8ba2a8f61a830cb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:41:17 +0200 Subject: [PATCH 15/22] Rebuilt for Python 3.14.0rc3 bytecode From 2f9a0198b7c128c174208099440e8f6246d44d99 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 19 Sep 2025 21:03:08 +0100 Subject: [PATCH 16/22] Update to 0.51.5 (close RHBZ#2396090) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 13becb5..18f20a1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /uharfbuzz-0.51.2-filtered.tar.gz /uharfbuzz-0.51.3-filtered.tar.gz /uharfbuzz-0.51.4-filtered.tar.gz +/uharfbuzz-0.51.5-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 0d3a3b7..d017a64 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.4 +Version: 0.51.5 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 040c4fb..37448d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.4-filtered.tar.gz) = 568359b65bdea13a25470e5d0556ce70f555c45af6c37b8cab438c18e793833755387fa2282dafdcda7af7febdf6d875763a752c6ff77d0deb91100f9a48daa6 +SHA512 (uharfbuzz-0.51.5-filtered.tar.gz) = 92a86812f096e9452f5487570c297314f2d0475341b3dbb36114814ffce760c1101a102354434530eff4d9115dbbba7f2b6e88885a0683bd3492ab9880a0fdde From 6edcd722235c503063318aa4a8d7cafe3f289087 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 29 Sep 2025 09:55:55 +0100 Subject: [PATCH 17/22] Update to 0.51.6 (close RHBZ#2399970) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 18f20a1..90e0f06 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /uharfbuzz-0.51.3-filtered.tar.gz /uharfbuzz-0.51.4-filtered.tar.gz /uharfbuzz-0.51.5-filtered.tar.gz +/uharfbuzz-0.51.6-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index d017a64..7343d4e 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.5 +Version: 0.51.6 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 37448d9..69d7d13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.5-filtered.tar.gz) = 92a86812f096e9452f5487570c297314f2d0475341b3dbb36114814ffce760c1101a102354434530eff4d9115dbbba7f2b6e88885a0683bd3492ab9880a0fdde +SHA512 (uharfbuzz-0.51.6-filtered.tar.gz) = 88dab0bd8fd77efed5764373285d270792e59945605f9c187cc1888f5aaa69d01aa4c871ed076947976fdb12b85f45667e3d08c9b343e8cf7fded3ff9ea3aadb From 7425ad65d39e2fe4a9cb74bef90cc9cf309ec60b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 13 Oct 2025 21:12:55 +0100 Subject: [PATCH 18/22] Update to 0.51.7 (close RHBZ#2403594) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 90e0f06..3c2cf9b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /uharfbuzz-0.51.4-filtered.tar.gz /uharfbuzz-0.51.5-filtered.tar.gz /uharfbuzz-0.51.6-filtered.tar.gz +/uharfbuzz-0.51.7-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 7343d4e..31e420f 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.6 +Version: 0.51.7 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 69d7d13..4230c47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.6-filtered.tar.gz) = 88dab0bd8fd77efed5764373285d270792e59945605f9c187cc1888f5aaa69d01aa4c871ed076947976fdb12b85f45667e3d08c9b343e8cf7fded3ff9ea3aadb +SHA512 (uharfbuzz-0.51.7-filtered.tar.gz) = 56ac4611746e13fdf0ce8a8bfbe8f34cf7f8fdb04affde6fe49c97c98783c6d1e6bda89e828478ae048583967b84c77b70ae26265661381bd99b3eb3c8bfb5d0 From 626907baae1ed2faedae16fe2fcc204bc74d81df Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 19 Oct 2025 22:33:57 +0100 Subject: [PATCH 19/22] Update to 0.52.0 (close RHBZ#2405010) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3c2cf9b..5cb49d4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /uharfbuzz-0.51.5-filtered.tar.gz /uharfbuzz-0.51.6-filtered.tar.gz /uharfbuzz-0.51.7-filtered.tar.gz +/uharfbuzz-0.52.0-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index 31e420f..c3b997b 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.51.7 +Version: 0.52.0 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 4230c47..cc05186 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.51.7-filtered.tar.gz) = 56ac4611746e13fdf0ce8a8bfbe8f34cf7f8fdb04affde6fe49c97c98783c6d1e6bda89e828478ae048583967b84c77b70ae26265661381bd99b3eb3c8bfb5d0 +SHA512 (uharfbuzz-0.52.0-filtered.tar.gz) = c8443ca22b1ddd20fb6fb8c88a80bcab1c7cf0127a76cac4adf8e120d275ba7e9f2025248fd181d50b5cc4d151400f5b6758a36b6f839c32d8bcbfe8fadc1267 From 0e9ea5129602b97497ef484abed99ed0d1d5b4a1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 8 Dec 2025 06:42:48 +0000 Subject: [PATCH 20/22] Update to 0.53.0 (close RHBZ#2419820) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5cb49d4..67c18bd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /uharfbuzz-0.51.6-filtered.tar.gz /uharfbuzz-0.51.7-filtered.tar.gz /uharfbuzz-0.52.0-filtered.tar.gz +/uharfbuzz-0.53.0-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index c3b997b..ca205df 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.52.0 +Version: 0.53.0 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index cc05186..51ddb6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.52.0-filtered.tar.gz) = c8443ca22b1ddd20fb6fb8c88a80bcab1c7cf0127a76cac4adf8e120d275ba7e9f2025248fd181d50b5cc4d151400f5b6758a36b6f839c32d8bcbfe8fadc1267 +SHA512 (uharfbuzz-0.53.0-filtered.tar.gz) = daa16df26554ad34336b7f04437b05f2616059ea19a98340d4451b6ce44b2e369fcec6155bb9d6ffdcfd01af8b17c0ef0e2fc8c0488e9d501bb5408fe74f1def From 1ec89df9c8075abc03c428a9742dd5ad67e9764d Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 26 Dec 2025 12:02:48 +0000 Subject: [PATCH 21/22] Update to 0.53.1 (close RHBZ#2425211) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 67c18bd..f677fe0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /uharfbuzz-0.51.7-filtered.tar.gz /uharfbuzz-0.52.0-filtered.tar.gz /uharfbuzz-0.53.0-filtered.tar.gz +/uharfbuzz-0.53.1-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index ca205df..c19f304 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.53.0 +Version: 0.53.1 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 51ddb6c..8f3ae58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.53.0-filtered.tar.gz) = daa16df26554ad34336b7f04437b05f2616059ea19a98340d4451b6ce44b2e369fcec6155bb9d6ffdcfd01af8b17c0ef0e2fc8c0488e9d501bb5408fe74f1def +SHA512 (uharfbuzz-0.53.1-filtered.tar.gz) = afcff1ed7d7f2ac6c65a3d2b6726fab20118eca101bf29ef957ba7608672b40894a895b35ed26d8237ed1901862a4bb1dd5203eb16c25bcaef31681169491727 From 4b1eab25d3944249f70a4e34162cc08504c4ad4b Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Sun, 28 Dec 2025 15:12:20 +0000 Subject: [PATCH 22/22] Update to 0.53.2 (close RHBZ#2425656) --- .gitignore | 1 + python-uharfbuzz.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f677fe0..910dff2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /uharfbuzz-0.52.0-filtered.tar.gz /uharfbuzz-0.53.0-filtered.tar.gz /uharfbuzz-0.53.1-filtered.tar.gz +/uharfbuzz-0.53.2-filtered.tar.gz diff --git a/python-uharfbuzz.spec b/python-uharfbuzz.spec index c19f304..5682a9e 100644 --- a/python-uharfbuzz.spec +++ b/python-uharfbuzz.spec @@ -1,5 +1,5 @@ Name: python-uharfbuzz -Version: 0.53.1 +Version: 0.53.2 Release: %autorelease Summary: Streamlined Cython bindings for the harfbuzz shaping engine diff --git a/sources b/sources index 8f3ae58..1913757 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uharfbuzz-0.53.1-filtered.tar.gz) = afcff1ed7d7f2ac6c65a3d2b6726fab20118eca101bf29ef957ba7608672b40894a895b35ed26d8237ed1901862a4bb1dd5203eb16c25bcaef31681169491727 +SHA512 (uharfbuzz-0.53.2-filtered.tar.gz) = adc87172df16724cf3f4408b35c5750cc295cb243f921dbb9ec5ece5058f161167ce79cbcaf09111dab0606ca8a9cdf5fe4584808cef4fc2052246dbb88f84b7