import fontforge-20200314-5.el8
This commit is contained in:
parent
02ed041d0c
commit
a017c3100c
@ -3,7 +3,7 @@
|
||||
|
||||
Name: fontforge
|
||||
Version: 20200314
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Outline and bitmap font editor
|
||||
|
||||
License: GPLv3+
|
||||
@ -77,6 +77,8 @@ sed -i '45d;83d;101d;102d;114d;115d;125d' tests/CMakeLists.txt
|
||||
rm tests/test003.pe tests/test130.pe tests/test0101.py tests/test929.py
|
||||
# Remove tests for s390x
|
||||
rm tests/test0004.py tests/test1009.py tests/test1010.py
|
||||
# Remove desktop-file-validate warning
|
||||
sed -i '5d' desktop/org.fontforge.FontForge.desktop
|
||||
|
||||
%build
|
||||
rm -rf build && mkdir build
|
||||
@ -106,14 +108,14 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
||||
rm -f %{buildroot}%{_datadir}/doc/fontforge/{.buildinfo,.nojekyll}
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
|
||||
|
||||
# Find translations
|
||||
%find_lang %{gettext_package}
|
||||
|
||||
%check
|
||||
pushd build
|
||||
make check
|
||||
popd
|
||||
|
||||
# Find translations
|
||||
%find_lang %{gettext_package}
|
||||
|
||||
%files -f %{gettext_package}.lang
|
||||
%doc AUTHORS
|
||||
%license LICENSE COPYING.gplv3
|
||||
@ -136,74 +138,39 @@ popd
|
||||
%doc %{_pkgdocdir}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 14 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-5
|
||||
- The %%find_lang should run as part of %%install only
|
||||
|
||||
* Mon Dec 07 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-4
|
||||
- Minor changes for backwards compatibility with older versions of Sphinx
|
||||
Resolves: rhbz#1646212
|
||||
|
||||
* Thu Apr 02 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-3
|
||||
- Fix the GDK backend UI issues
|
||||
- Move back to using GDK backend
|
||||
* Wed Apr 08 2020 Parag Nemade <pnemade AT redhat DOT com> - 20170731-15
|
||||
- Resolves:rh#1821664 - out-of-bounds write in sfd.c
|
||||
|
||||
* Fri Mar 27 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-2
|
||||
- Enabled X11 and 2012 theme
|
||||
* Thu Jan 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 20170731-14
|
||||
- Resolves:rh#1790974 - out-of-bounds write in sfd.c
|
||||
|
||||
* Wed Mar 25 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-1
|
||||
- Update to 20200314 version (#1813578)
|
||||
* Sun Jun 02 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-13
|
||||
- Resolves:rh#1665940 - harden the missing splinerefigure.c file
|
||||
|
||||
* Sun Feb 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 20190801-6
|
||||
- Resolves:rhbz#1821664 - fontforge: SFD_GetFontMetaData()
|
||||
* Fri May 31 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-12
|
||||
- Resolves:rh#1665940 - Fixed covscan patch to fix some font packages build
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190801-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Mon May 20 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-11
|
||||
- Resolves:rh#1682233 - Fixed gating.yml rule
|
||||
|
||||
* Thu Jan 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 20190801-4
|
||||
- Resolves:rh#1790042 - out-of-bounds write in sfd.c
|
||||
* Sat May 18 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-10
|
||||
- Resolves:rh#1682233 - fontforge changes blocked until gating tests are added
|
||||
|
||||
* Tue Aug 27 2019 Kevin Fenzi <kevin@scrye.com> - 20190801-3
|
||||
- Rebuild for new libspiro
|
||||
* Mon May 13 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-9
|
||||
- Resolves:rh#1665940 - fontforge: Use after free during dejavu-fonts build
|
||||
|
||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 20190801-2
|
||||
- Rebuilt for Python 3.8
|
||||
* Tue Oct 30 2018 Parag Nemade <pnemade AT redhat DOT com> - 20170731-8
|
||||
- Resolves:rh#1644224 - fix some issues from covscan patch
|
||||
|
||||
* Thu Aug 15 2019 Parag Nemade <pnemade AT redhat DOT com> - 20190801-1
|
||||
- Update to 20190801 version (#1739819)
|
||||
- Upstream moved to use Glib's GHashTable over uthash
|
||||
- Upstream dropped requiring bundling copy of gnulib
|
||||
|
||||
* Fri Aug 02 2019 Parag Nemade <pnemade AT redhat DOT com> - 20190413-4
|
||||
- Fix the conditional for rh#1728058
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190413-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jul 23 2019 Parag Nemade <pnemade AT redhat DOT com> - 20190413-2
|
||||
- make the code compatible with python-3.8 (rh#1728058)
|
||||
|
||||
* Sat Apr 13 2019 Parag Nemade <pnemade AT redhat DOT com> - 20190413-1
|
||||
- Update to 20190413 version (#1689629)
|
||||
|
||||
* Mon Mar 25 2019 Parag Nemade <pnemade AT redhat DOT com> - 20190317-1
|
||||
- Update to 20190317 release (#1689629)
|
||||
|
||||
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 20170731-12
|
||||
- Rebuild for readline 8.0
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20170731-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jul 23 2018 Miro Hrončok <mhroncok@redhat.com> - 20170731-10
|
||||
- Rebuilt for #1595421
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170731-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Jul 04 2018 Kevin Fenzi <kevin@scrye.com> - -8
|
||||
- Update bundled gnulib. Fixes bug #1596037
|
||||
|
||||
* Thu Jun 28 2018 Miro Hrončok <mhroncok@redhat.com> - 20170731-7
|
||||
- Rebuilt for Python 3.7.0 final (#1595421)
|
||||
|
||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 20170731-6
|
||||
- Rebuilt for Python 3.7
|
||||
* Sat Sep 22 2018 Parag Nemade <pnemade AT redhat DOT com> - 20170731-7
|
||||
- Resolves:rh#1602497 - Fix some covscan issues
|
||||
|
||||
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 20170731-5
|
||||
- Rebuild (giflib)
|
||||
|
Loading…
Reference in New Issue
Block a user