Compare commits

...
Sign in to create a new pull request.

21 commits

Author SHA1 Message Date
Parag Nemade
911e8d1464
Update to 12.3.0 version (#2425647) 2025-12-28 11:17:00 +05:30
Parag Nemade
64392f3cc6
Update to 12.2.0 version (#2412425) 2025-11-07 21:42:51 +05:30
Parag Nemade
22103b9cd6
Update to 12.1.0 version (#2400640) 2025-10-02 08:20:16 +05:30
Parag Nemade
fa76b3cbf5
Update to 12.0.0 version (#2399955) 2025-09-28 10:04:41 +05:30
Parag Nemade
2fba112628
Update to 11.5.1 version (#2397450) 2025-09-23 08:13:43 +05:30
Parag Nemade
e2bd7f7fce
Update to 11.5.0 version (#2394917) 2025-09-13 08:24:30 +05:30
Parag Nemade
2354118f3b
Update to 11.4.5 version (#2392114) 2025-08-31 08:10:37 +05:30
Parag Nemade
a670abcfe4
Update to 11.4.4 version (#2390958) 2025-08-26 08:10:45 +05:30
Parag Nemade
38f7904b5b
Update to 11.4.3 version (#2390520) 2025-08-23 20:54:27 +05:30
Parag Nemade
e365ebf67e
Update to 11.4.2 version (#2390111) 2025-08-21 21:41:39 +05:30
Parag Nemade
40fb0cf1c6
Update to 11.4.1 version (#2388377) 2025-08-14 06:43:53 +05:30
František Zatloukal
863c21e785 Rebuilt for icu 77.1 2025-08-06 09:54:10 +02:00
Parag Nemade
62d766182f
Update to 11.3.3 version (#2382209) 2025-07-27 12:49:28 +05:30
Fedora Release Engineering
3202feecf4 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 16:54:25 +00:00
Parag Nemade
6ccc20f455
Update to 11.3.1 version (#2382200) 2025-07-21 08:53:37 +05:30
Parag Nemade
5f03f1329f
Update to 11.2.1 version (#2365793) 2025-05-13 15:59:58 +05:30
Parag Nemade
568ddcb1c3
Update to 11.2.0 version (#2362728) 2025-04-29 08:18:58 +05:30
Parag Nemade
7d1fecbdce
Update to 11.1.0 version (#2360473) 2025-04-17 10:10:47 +05:30
Parag Nemade
b5f067d963
Upstream removed hb-ot-shape-closure binary 2025-04-05 09:00:30 +05:30
Parag Nemade
c2ceaca246
Update to 11.0.1 version (#2357571) 2025-04-05 08:21:08 +05:30
Parag Nemade
94846f3bd1
Update to 11.0.0 version (#2354378) 2025-03-24 09:36:14 +05:30
3 changed files with 83 additions and 3 deletions

18
.gitignore vendored
View file

@ -158,3 +158,21 @@
/harfbuzz-10.2.0.tar.xz
/harfbuzz-10.3.0.tar.xz
/harfbuzz-10.4.0.tar.xz
/harfbuzz-11.0.0.tar.xz
/harfbuzz-11.0.1.tar.xz
/harfbuzz-11.1.0.tar.xz
/harfbuzz-11.2.0.tar.xz
/harfbuzz-11.2.1.tar.xz
/harfbuzz-11.3.1.tar.xz
/harfbuzz-11.3.3.tar.xz
/harfbuzz-11.4.1.tar.xz
/harfbuzz-11.4.2.tar.xz
/harfbuzz-11.4.3.tar.xz
/harfbuzz-11.4.4.tar.xz
/harfbuzz-11.4.5.tar.xz
/harfbuzz-11.5.0.tar.xz
/harfbuzz-11.5.1.tar.xz
/harfbuzz-12.0.0.tar.xz
/harfbuzz-12.1.0.tar.xz
/harfbuzz-12.2.0.tar.xz
/harfbuzz-12.3.0.tar.xz

View file

@ -1,5 +1,5 @@
Name: harfbuzz
Version: 10.4.0
Version: 12.3.0
Release: 1%{?dist}
Summary: Text shaping library
@ -86,7 +86,6 @@ This package contains Harfbuzz Cairo support library.
%doc %{_datadir}/gtk-doc
%{_bindir}/hb-info
%{_bindir}/hb-view
%{_bindir}/hb-ot-shape-closure
%{_bindir}/hb-shape
%{_bindir}/hb-subset
%{_includedir}/harfbuzz/
@ -111,6 +110,69 @@ This package contains Harfbuzz Cairo support library.
%{_libdir}/libharfbuzz-cairo.so.*
%changelog
* Sun Dec 28 2025 Parag Nemade <pnemade AT redhat DOT com> - 12.3.0-1
- Update to 12.3.0 version (#2425647)
* Fri Nov 07 2025 Parag Nemade <pnemade AT redhat DOT com> - 12.2.0-1
- Update to 12.2.0 version (#2412425)
* Thu Oct 02 2025 Parag Nemade <pnemade AT redhat DOT com> - 12.1.0-1
- Update to 12.1.0 version (#2400640)
* Sun Sep 28 2025 Parag Nemade <pnemade AT redhat DOT com> - 12.0.0-1
- Update to 12.0.0 version (#2399955)
* Tue Sep 23 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.5.1-1
- Update to 11.5.1 version (#2397450)
* Sat Sep 13 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.5.0-1
- Update to 11.5.0 version (#2394917)
* Sun Aug 31 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.4.5-1
- Update to 11.4.5 version (#2392114)
* Tue Aug 26 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.4.4-1
- Update to 11.4.4 version (#2390958)
* Sat Aug 23 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.4.3-1
- Update to 11.4.3 version (#2390520)
* Thu Aug 21 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.4.2-1
- Update to 11.4.2 version (#2390111)
* Thu Aug 14 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.4.1-1
- Update to 11.4.1 version (#2388377)
* Wed Aug 06 2025 František Zatloukal <fzatlouk@redhat.com> - 11.3.3-2
- Rebuilt for icu 77.1
* Sun Jul 27 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.3.3-1
- Update to 11.3.3 version (#2382209)
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 11.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jul 21 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.3.1-1
- Update to 11.3.1 version (#2382200)
* Tue May 13 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.2.1-1
- Update to 11.2.1 version (#2365793)
* Tue Apr 29 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.2.0-1
- Update to 11.2.0 version (#2362728)
* Thu Apr 17 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.1.0-1
- Update to 11.1.0 version (#2360473)
* Sat Apr 05 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.0.1-2
- Upstream removed hb-ot-shape-closure binary
* Sat Apr 05 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.0.1-1
- Update to 11.0.1 version (#2357571)
* Mon Mar 24 2025 Parag Nemade <pnemade AT redhat DOT com> - 11.0.0-1
- Update to 11.0.0 version (#2354378)
* Sat Mar 01 2025 Parag Nemade <pnemade AT redhat DOT com> - 10.4.0-1
- Update to 10.4.0 version (#2349122)

View file

@ -1 +1 @@
SHA512 (harfbuzz-10.4.0.tar.xz) = 73e202225aeef6174ebd3b8b226ad9d5afb48c40ecdc1bc26d1bc5f0cf1d832a8ffc2fe5b7ae3b7c8f848552dd57116d407f44120c6813b59dbe9faed0c346dc
SHA512 (harfbuzz-12.3.0.tar.xz) = 7452379ee35b312cb83b5365e480dd2cc73813fa5eb489988ea7b02fa7e8137de66ea10ef71fcbbfb3275013247c46ede3f28ac9ef92c1213424ea0b0a077b03