From 32ead84dee555f2647c66667dd3018772c4266ad Mon Sep 17 00:00:00 2001 From: MateuszMalisz Date: Mon, 5 Oct 2020 17:29:52 +0000 Subject: [PATCH] Update fontconfig to 2.13.91 --- SPECS/fontconfig/fontconfig.signatures.json | 2 +- SPECS/fontconfig/fontconfig.spec | 77 +++++++++++---------- cgmanifest.json | 4 +- 3 files changed, 43 insertions(+), 40 deletions(-) diff --git a/SPECS/fontconfig/fontconfig.signatures.json b/SPECS/fontconfig/fontconfig.signatures.json index 10455f0631e..59d938630df 100644 --- a/SPECS/fontconfig/fontconfig.signatures.json +++ b/SPECS/fontconfig/fontconfig.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "fontconfig-2.13.1.tar.gz": "9f0d852b39d75fc655f9f53850eb32555394f36104a044bb2b2fc9e66dbbfa7f" + "fontconfig-2.13.91.tar.gz": "19e5b1bc9d013a52063a44e1307629711f0bfef35b9aca16f9c793971e2eb1e5" } } \ No newline at end of file diff --git a/SPECS/fontconfig/fontconfig.spec b/SPECS/fontconfig/fontconfig.spec index a39faca9d4a..77f590bea95 100644 --- a/SPECS/fontconfig/fontconfig.spec +++ b/SPECS/fontconfig/fontconfig.spec @@ -1,26 +1,27 @@ -Summary: library for configuring and customizing font access. -Name: fontconfig -Version: 2.13.1 -Release: 4%{?dist} -License: BSD/GPL -URL: https://www.freedesktop.org/wiki/Software/fontconfig/ -Group: System Environment/Libraries +Summary: library for configuring and customizing font access. +Name: fontconfig +Version: 2.13.91 +Release: 1%{?dist} +License: BSD/GPL +URL: https://www.freedesktop.org/wiki/Software/fontconfig/ +Group: System Environment/Libraries Vendor: Microsoft Corporation Distribution: Mariner -Source0: https://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.gz -BuildRequires: freetype-devel -BuildRequires: libxml2 -BuildRequires: expat-devel -BuildRequires: gperf -Provides: pkgconfig(fontconfig) +Source0: https://www.freedesktop.org/software/fontconfig/release/%{name}-%{version}.tar.gz +BuildRequires: freetype-devel +BuildRequires: libxml2 +BuildRequires: expat-devel +BuildRequires: gperf +Provides: pkgconfig(fontconfig) + %description Fontconfig can discover new fonts when installed automatically, removing a common source of configuration problems, perform font name substitution, so that appropriate alternative fonts can be selected if fonts are missing, identify the set of fonts required to completely cover a set of languages. -%package devel -Summary: Header and development files -Requires: %{name} = %{version}-%{release} -Requires: expat-devel -%description devel +%package devel +Summary: Header and development files +Requires: %{name} = %{version}-%{release} +Requires: expat-devel +%description devel It contains the libraries and header files to create applications %prep @@ -28,10 +29,11 @@ It contains the libraries and header files to create applications %build %configure \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --docdir=/usr/share/doc/%{name}-%{version} \ - --disable-static + --sysconfdir=/etc \ + --localstatedir=/var \ + --docdir=/usr/share/doc/%{name}-%{version} \ + --disable-static + make %{?_smp_mflags} %install @@ -66,19 +68,20 @@ make -k check %{_mandir}/man3/* %changelog -* Sat May 09 00:20:59 PST 2020 Nick Samson - 2.13.1-4 +* Mon Oct 5 2020 Mateusz Malisz - 2.13.91-1 +- Update to 2.13.91 +* Sat May 9 2020 Nick Samson - 2.13.1-4 - Added %%license line automatically - -* Fri Apr 17 2020 Nicolas Ontiveros 2.13.1-3 -- Rename freetype2-devel to freetype-devel. -- Remove sha1 hash. -* Tue Sep 03 2019 Mateusz Malisz 2.13.1-2 -- Initial CBL-Mariner import from Photon (license: Apache2). -* Wed Sep 12 2018 Sujay G 2.13.1-1 -- Bump version to 2.13.1 -* Thu Aug 03 2017 Chang Lee 2.12.1-3 -- Add a patch for run-test. This issue was introduced by freetype 2.7.1 -* Fri Apr 14 2017 Alexey Makhalov 2.12.1-2 -- Requires expat-devel -* Fri Nov 11 2016 Dheeraj Shetty 2.12.1-1 -- Initial version +* Fri Apr 17 2020 Nicolas Ontiveros 2.13.1-3 +- Rename freetype2-devel to freetype-devel. +- Remove sha1 hash. +* Tue Sep 03 2019 Mateusz Malisz 2.13.1-2 +- Initial CBL-Mariner import from Photon (license: Apache2). +* Wed Sep 12 2018 Sujay G 2.13.1-1 +- Bump version to 2.13.1 +* Thu Aug 03 2017 Chang Lee 2.12.1-3 +- Add a patch for run-test. This issue was introduced by freetype 2.7.1 +* Fri Apr 14 2017 Alexey Makhalov 2.12.1-2 +- Requires expat-devel +* Fri Nov 11 2016 Dheeraj Shetty 2.12.1-1 +- Initial version diff --git a/cgmanifest.json b/cgmanifest.json index 5668112b901..0d63f62a4d8 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -1046,8 +1046,8 @@ "type": "other", "other": { "name": "fontconfig", - "version": "2.13.1", - "downloadUrl": "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.1.tar.gz" + "version": "2.13.91", + "downloadUrl": "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.13.91.tar.gz" } } },