Blame SPECS/fontforge.spec

1917f8
%global gettext_package FontForge
1fb08f
%global gittag0 20200314
1917f8
1917f8
Name:           fontforge
1fb08f
Version:        20200314
082156
Release:        5%{?dist}
1917f8
Summary:        Outline and bitmap font editor
1917f8
1917f8
License:        GPLv3+
1917f8
URL:            http://fontforge.github.io/
1917f8
Source0:        https://github.com/fontforge/%{name}/archive/%{gittag0}.tar.gz#/%{name}-%{version}.tar.gz
1fb08f
1fb08f
# https://github.com/fontforge/fontforge/pull/4253
1fb08f
Patch0:         fontforge-20200314-Call-gdk_set_allowed_backends-before-gdk_init.patch
1fb08f
# https://github.com/fontforge/fontforge/pull/4257
1fb08f
Patch1:         fontforge-20200314-minor-backward-compatible-sphinx-changes.patch
1917f8
1917f8
Requires:       xdg-utils
1917f8
Requires:       autotrace
1917f8
Requires:       hicolor-icon-theme
1917f8
1fb08f
BuildRequires:  gcc-c++
1fb08f
BuildRequires:  cmake
1917f8
BuildRequires:  libjpeg-devel
1917f8
BuildRequires:  libtiff-devel
1917f8
BuildRequires:  libpng-devel
1917f8
BuildRequires:  giflib-devel
1917f8
BuildRequires:  libxml2-devel
1917f8
BuildRequires:  freetype-devel
1917f8
BuildRequires:  desktop-file-utils
1917f8
BuildRequires:  libuninameslist-devel
1917f8
BuildRequires:  libXt-devel
1917f8
BuildRequires:  xorg-x11-proto-devel
1917f8
BuildRequires:  gettext
1917f8
BuildRequires:  pango-devel
1917f8
BuildRequires:  cairo-devel
1917f8
BuildRequires:  libspiro-devel
1917f8
BuildRequires:  python3-devel
1917f8
BuildRequires:  readline-devel
1fb08f
BuildRequires:  libappstream-glib
1917f8
# F25 build is failing add following to fix
1917f8
BuildRequires:  shared-mime-info
1fb08f
# F33 onward need now
1fb08f
BuildRequires:  gtk3-devel
1fb08f
BuildRequires:  python3-sphinx
1917f8
1917f8
%description
1917f8
FontForge (former PfaEdit) is a font editor for outline and bitmap
1917f8
fonts. It supports a range of font formats, including PostScript
1917f8
(ASCII and binary Type 1, some Type 3 and Type 0), TrueType, OpenType
1917f8
(Type2) and CID-keyed fonts.
1917f8
1917f8
%package devel
1fb08f
Summary: Development files for fontforge
1fb08f
Requires: %{name}%{?_isa} = %{version}-%{release}
1917f8
Requires: %{name}-doc = %{version}-%{release}
1917f8
1917f8
%description devel
1fb08f
This package includes the library files you will need to compile
1fb08f
applications against fontforge.
1917f8
1917f8
%package doc
1917f8
Summary: Documentation files for %{name}
1917f8
BuildArch: noarch
1917f8
1917f8
%description doc
1917f8
This package contains documentation files for %{name}.
1917f8
1917f8
1917f8
%prep
1fb08f
%setup -q
1fb08f
%patch0 -p1
1fb08f
%patch1 -p1
1917f8
1fb08f
# Remove tests that requires Internet access
1fb08f
sed -i '45d;83d;101d;102d;114d;115d;125d' tests/CMakeLists.txt
1fb08f
rm tests/test003.pe tests/test130.pe tests/test0101.py tests/test929.py
1fb08f
# Remove tests for s390x
1fb08f
rm tests/test0004.py tests/test1009.py tests/test1010.py
082156
# Remove desktop-file-validate warning
082156
sed -i '5d' desktop/org.fontforge.FontForge.desktop
1917f8
1917f8
%build
1fb08f
rm -rf build && mkdir build
1fb08f
pushd build
1917f8
export CFLAGS="%{optflags} -fno-strict-aliasing"
1917f8
1fb08f
%cmake .. -DCMAKE_BUILD_TYPE=Release
1fb08f
1fb08f
%{make_build}
1fb08f
popd
1917f8
1917f8
%install
1fb08f
pushd build
1fb08f
%{make_install}
1fb08f
popd
1fb08f
1917f8
1917f8
desktop-file-install \
1917f8
  --dir $RPM_BUILD_ROOT%{_datadir}/applications            \
1917f8
  --add-category X-Fedora                                  \
1fb08f
  desktop/org.fontforge.FontForge.desktop
1917f8
1917f8
# remove unneeded .la and .a files
1917f8
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
1917f8
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
1917f8
1fb08f
rm -f %{buildroot}%{_datadir}/doc/fontforge/{.buildinfo,.nojekyll}
1fb08f
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
1917f8
082156
# Find translations
082156
%find_lang %{gettext_package}
082156
1fb08f
%check
1fb08f
pushd build
1fb08f
make check
1fb08f
popd
1917f8
1917f8
%files -f %{gettext_package}.lang
1917f8
%doc AUTHORS
1fb08f
%license LICENSE COPYING.gplv3
1917f8
%{_bindir}/*
1917f8
%{_libdir}/lib*.so.*
1fb08f
%{_datadir}/applications/*FontForge.desktop
1917f8
%{_datadir}/fontforge
1fb08f
%{_datadir}/icons/hicolor/*/apps/org.fontforge.FontForge*
1917f8
%{_mandir}/man1/*.1*
1fb08f
%{_datadir}/pixmaps/org.fontforge.FontForge*
1917f8
%{_datadir}/mime/packages/fontforge.xml
1fb08f
%{_metainfodir}/org.fontforge.FontForge.appdata.xml
1917f8
%{python3_sitearch}/fontforge.so
1917f8
%{python3_sitearch}/psMat.so
1917f8
1917f8
%files devel
1917f8
%{_libdir}/lib*.so
1917f8
1917f8
%files doc
1fb08f
%doc %{_pkgdocdir}
1917f8
1917f8
%changelog
082156
* Mon Dec 14 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-5
082156
- The %%find_lang should run as part of %%install only
1fb08f
082156
* Mon Dec 07 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200314-4
082156
- Minor changes for backwards compatibility with older versions of Sphinx
082156
  Resolves: rhbz#1646212
25f3d8
082156
* Wed Apr 08 2020 Parag Nemade <pnemade AT redhat DOT com> - 20170731-15
082156
- Resolves:rh#1821664 - out-of-bounds write in sfd.c
1917f8
082156
* Thu Jan 16 2020 Parag Nemade <pnemade AT redhat DOT com> - 20170731-14
082156
- Resolves:rh#1790974 - out-of-bounds write in sfd.c
1917f8
082156
* Sun Jun 02 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-13
082156
- Resolves:rh#1665940 - harden the missing splinerefigure.c file
1917f8
082156
* Fri May 31 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-12
082156
- Resolves:rh#1665940 - Fixed covscan patch to fix some font packages build
1917f8
082156
* Mon May 20 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-11
082156
- Resolves:rh#1682233 - Fixed gating.yml rule
1917f8
082156
* Sat May 18 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-10
082156
- Resolves:rh#1682233 - fontforge changes blocked until gating tests are added
1917f8
082156
* Mon May 13 2019 Parag Nemade <pnemade AT redhat DOT com> - 20170731-9
082156
- Resolves:rh#1665940 - fontforge: Use after free during dejavu-fonts build
1917f8
082156
* Tue Oct 30 2018 Parag Nemade <pnemade AT redhat DOT com> - 20170731-8
082156
- Resolves:rh#1644224 - fix some issues from covscan patch
1917f8
082156
* Sat Sep 22 2018 Parag Nemade <pnemade AT redhat DOT com> - 20170731-7
082156
- Resolves:rh#1602497 - Fix some covscan issues
1917f8
1917f8
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 20170731-5
1917f8
- Rebuild (giflib)
1917f8
1917f8
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170731-4
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1917f8
1917f8
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 20170731-3
1917f8
- Remove obsolete scriptlets
1917f8
1917f8
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170731-2
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1917f8
1917f8
* Mon Jul 31 2017 Parag Nemade <pnemade AT redhat DOT com> - 20170731-1
1917f8
- Update to 20170731
1917f8
1917f8
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161012-7
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1917f8
1917f8
* Thu Mar 09 2017 Parag Nemade <pnemade AT redhat DOT com> - 20161012-6
1917f8
- Resolves:rh#1429574 - [abrt] fontforge: PyFF_OpenFont(): fontforge killed by signal 6
1917f8
- Added patch to fix python module for python3.6
1917f8
1917f8
* Sat Feb 18 2017 Parag Nemade <pnemade AT redhat DOT com> - 20161012-5
1917f8
- Add missing BR: git
1917f8
1917f8
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161012-4
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1917f8
1917f8
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 20161012-3
1917f8
- Rebuild for readline 7.x
1917f8
1917f8
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 20161012-2
1917f8
- Rebuild for Python 3.6
1917f8
1917f8
* Thu Oct 13 2016 Parag Nemade <pnemade AT redhat DOT com> - 20161012-1
1917f8
- Update to 20161012
1917f8
1917f8
* Thu Oct 06 2016 Parag Nemade <pnemade AT redhat DOT com> - 20161005-1
1917f8
- Update to 20161005
1917f8
1917f8
* Wed Oct 05 2016 Parag Nemade <pnemade AT redhat DOT com> - 20161004-1
1917f8
- Update to 20161004
1917f8
1917f8
* Mon Oct 03 2016 Parag Nemade <pnemade AT redhat DOT com> - 20161001-1
1917f8
- Update to 20161001
1917f8
1917f8
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20160404-4
1917f8
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
1917f8
1917f8
* Thu Jul 07 2016 Parag Nemade <pnemade AT redhat DOT com> - 20160404-3
1917f8
- Rebuild for new libuninameslist-20160701 build
1917f8
- Add BuildRequires: shared-mime-info
1917f8
- Add BuildRequires: gcc
1917f8
1917f8
* Wed Apr 06 2016 Parag Nemade <pnemade AT redhat DOT com> - 20160404-2
1917f8
- Move from python2 to python3 support
1917f8
1917f8
* Tue Apr 05 2016 Parag Nemade <pnemade AT redhat DOT com> - 20160404-1
1917f8
- Update to 20160404
1917f8
1917f8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150824-2
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1917f8
1917f8
* Wed Aug 26 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150824-1
1917f8
- Update to 20150824
1917f8
- Follow https://fedoraproject.org/wiki/Packaging:SourceURL#Git_Tags
1917f8
1917f8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150612-2
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1917f8
1917f8
* Sat Jun 13 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150612-1
1917f8
- Update to 20150612
1917f8
1917f8
* Fri May 01 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150430-1
1917f8
- Update to 20150430
1917f8
1917f8
* Mon Mar 30 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150330-1
1917f8
- Update to 20150330
1917f8
- use %%license macro for LICENSE file
1917f8
1917f8
* Thu Mar 12 2015 Parag Nemade <pnemade AT redhat DOT com> - 20150228-1
1917f8
- Update to 20150228
1917f8
1917f8
* Sun Feb 01 2015 Kevin Fenzi <kevin@scrye.com> 20141230-2
1917f8
- Rebuild for new libspiro
1917f8
1917f8
* Sun Jan 04 2015 Kevin Fenzi <kevin@scrye.com> 20141230-1
1917f8
- Update to 20141230
1917f8
1917f8
* Tue Sep 09 2014 Parag Nemade <pnemade AT redhat DOT com> - 20140813-3
1917f8
- drop BR: python-ipython for aarch64 builds (rh#1139508)
1917f8
1917f8
* Mon Sep 08 2014 Parag Nemade <pnemade AT redhat DOT com> - 20140813-2
1917f8
- Add gnulib source for bootstrap as koji don't have network
1917f8
- Patch Makefile.am to use system uthash-devel
1917f8
- We also need gnulib-devel
1917f8
1917f8
* Mon Sep 08 2014 Parag Nemade <pnemade AT redhat DOT com> - 20140813-1
1917f8
- Update to fontforge 2.0 snapshot 20140813
1917f8
- corrected some scriptlets as per packaging guidelines
1917f8
- Added new subpackage -doc
1917f8
1917f8
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120731b-13
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1917f8
1917f8
* Sat Aug 09 2014 Rex Dieter <rdieter@fedoraproject.org> 20120731b-12
1917f8
- update mime scriptlet
1917f8
1917f8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120731b-11
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1917f8
1917f8
* Mon Sep 02 2013 Parag Nemade <pnemade AT redhat DOT com> - 20120731b-10
1917f8
- Revert previously added -Wstrict-aliasing cflags
1917f8
- We actaully need -fno-strict-aliasing (rh#903288)
1917f8
- Remove %%defattr() (rh#1003518)
1917f8
- fontforge.xml should not be executable (rh#1003518)
1917f8
1917f8
* Thu Aug 22 2013 Parag Nemade <pnemade AT redhat DOT com> - 20120731b-9
1917f8
- Added cflags -Wstrict-aliasing
1917f8
- Fixed some compile-time errors from invalid Makefile rules
1917f8
- Fixed bogus date in changelog
1917f8
1917f8
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120731b-8
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1917f8
1917f8
* Mon Apr 15 2013 Paul Flo Williams <paul@frixxon.co.uk> - 20120731b-7
1917f8
- Don't crash on PDFs with filters we can't understand. Fixes bug #906492
1917f8
1917f8
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20120731b-6
1917f8
- Add fix for aarch64 support. Fixes bug #925354
1917f8
1917f8
* Mon Feb 11 2013 Paul Flo Williams <paul@frixxon.co.uk> - 20120731b-5
1917f8
- De-vendorize desktop installation
1917f8
1917f8
* Thu Feb 07 2013 Paul Flo Williams <paul@frixxon.co.uk> - 20120731b-4
1917f8
- Patch for bug #902089, out-of-bounds errors while reading PDFs
1917f8
1917f8
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 20120731b-3
1917f8
- rebuild due to "jpeg8-ABI" feature drop
1917f8
1917f8
* Tue Nov 27 2012 Kevin Fenzi <kevin@scrye.com> 20120731b-2
1917f8
- Cosmetic cleanups for bug 880472
1917f8
1917f8
* Thu Aug 02 2012 Paul Flo Williams <paul@frixxon.co.uk> - 20120731b-1
1917f8
- Update to 20120731b (problem with 64-bit builds in first release)
1917f8
1917f8
* Thu Aug 02 2012 Paul Flo Williams <paul@frixxon.co.uk> - 20120731-1
1917f8
- Update to 20120731
1917f8
1917f8
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110222-9
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1917f8
1917f8
* Sun May 06 2012 Kevin Fenzi <kevin@scrye.com> - 20110222-8
1917f8
- Rebuild for new libtiff. 
1917f8
1917f8
* Sat Jan 28 2012 Parag Nemade <paragn AT fedoraproject.org> - 2011022-7
1917f8
- Add patch for libpng15
1917f8
1917f8
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20110222-6
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1917f8
1917f8
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 20110222-5
1917f8
- Rebuild for new libpng
1917f8
1917f8
* Thu Apr 07 2011 Parag Nemade <paragn AT fedoraproject.org> - 2011022-4
1917f8
- Add patch for multilib. Fixes bug #694409
1917f8
1917f8
* Thu Mar 31 2011 Paul Flo Williams <paul@frixxon.co.uk> - 20110222-3
1917f8
- Add patch for charview crash. Fixes bug #660376
1917f8
1917f8
* Thu Mar 17 2011 Kevin Fenzi <kevin@tummy.com> - 20110222-2
1917f8
- Drop sources that are now upstream. Fixes bug #688470
1917f8
1917f8
* Tue Feb 22 2011 Kevin Fenzi <kevin@tummy.com> - 20110222-1
1917f8
- Update to 20110222
1917f8
1917f8
* Wed Feb 16 2011 Kevin Fenzi <kevin@tummy.com> - 20100501-7
1917f8
- Fix patch for python. Fixes bug #677917
1917f8
- Add patch for unicode glyph crash. Fixes bug #631172
1917f8
1917f8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100501-6
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1917f8
1917f8
* Sat Dec 04 2010 Kevin Fenzi <kevin@tummy.com> - 20100501-5
1917f8
- Add patch for CVE-2010-4259
1917f8
1917f8
* Wed Jul 28 2010 Kevin Fenzi <kevin@tummy.com> - 20100501-4
1917f8
- Add patch to build with python 2.7
1917f8
1917f8
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 20100501-3
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
1917f8
1917f8
* Fri Jul 16 2010 Kevin Fenzi <kevin@tummy.com> - 20100501-2
1917f8
- Add patch for bug 536920
1917f8
1917f8
* Wed May 19 2010 Kevin Fenzi <kevin@tummy.com> - 20100501-1
1917f8
- Update to 20100501
1917f8
1917f8
* Fri Apr 30 2010 Kevin Fenzi <kevin@tummy.com> - 20100429-1
1917f8
- Update to 20100429
1917f8
1917f8
* Sat Mar 20 2010 Kevin Fenzi <kevin@tummy.com> - 20090923-3
1917f8
- Fix patch to fix python module (fixes #560277)
1917f8
1917f8
* Wed Dec 30 2009 Kevin Fenzi <kevin@tummy.com> - 20090923-2
1917f8
- Add patch to fix relative paths for fontlint (fixes #530760)
1917f8
1917f8
* Sun Nov 01 2009 Kevin Fenzi <kevin@tummy.com> - 20090923-1
1917f8
- Upgrade to 20090923
1917f8
1917f8
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20090622-2
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1917f8
1917f8
* Thu Jul 16 2009 Kevin Fenzi <kevin@tummy.com> - 20090622-1
1917f8
- Upgrade to 20090622
1917f8
1917f8
* Thu Apr 16 2009 Kevin Fenzi <kevin@tummy.com> - 20090408-1
1917f8
- Upgrade to 20090408
1917f8
1917f8
* Thu Apr 02 2009 Kevin Fenzi <kevin@tummy.com> - 20090224-2
1917f8
- Apply patch for python modules loading (fixes #489109)
1917f8
- use install -p to fix multiarch issue (fixes #480685)
1917f8
1917f8
* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 20090224-1
1917f8
- Upgrade to 20090224
1917f8
1917f8
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20081224-3
1917f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1917f8
1917f8
* Mon Feb 23 2009 Nicolas Mailhot <nim at fedoraproject dot org>
1917f8
- 20081224-2
1917f8
— global-ization
1917f8
1917f8
* Fri Feb 20 2009 Kevin Fenzi <kevin@tummy.com> - 20081224-1
1917f8
- Upgrade to 20081224
1917f8
- Enable python bindings
1917f8
1917f8
* Wed Jan 21 2009 Kevin Fenzi <kevin@tummy.com> - 20081215-4
1917f8
- Add python-devel to BuildRequires
1917f8
1917f8
* Tue Dec 23 2008 Kevin Fenzi <kevin@tummy.com> - 20081215-3
1917f8
- Add patch to fix buffer overflow. Fixes 471538
1917f8
1917f8
* Wed Dec 17 2008 Kevin Fenzi <kevin@tummy.com> - 20081215-2
1917f8
- Add libspiro-devel to build with spiro
1917f8
1917f8
* Tue Dec 16 2008 Kevin Fenzi <kevin@tummy.com> - 20081215-1
1917f8
- Upgrade to 20081215
1917f8
- Build with cairo and pango
1917f8
1917f8
* Mon Dec 01 2008 Kevin Fenzi <kevin@tummy.com> - 20081117-1
1917f8
- Upgrade to 20081117
1917f8
1917f8
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 20080927-2
1917f8
- Rebuild for Python 2.6
1917f8
1917f8
* Sat Nov 08 2008 Nicolas Mailhot <nicolas.mailhot at laposte.net>
1917f8
- 20080927-1
1917f8
☢ quick & dirty version bump to start working on F11 font packages
1917f8
⟲ time to forget about pfaedit
1917f8
⤑ take care of rpmlint warnings
1917f8
1917f8
* Wed Sep 03 2008 Kevin Fenzi <kevin@tummy.com> - 20080828-1
1917f8
- Upgrade to 20080828
1917f8
- Add Requires on autotrace. Fixes 460668
1917f8
- Confirm patch from 459451 is upstream here.
1917f8
1917f8
* Fri May 16 2008 Kevin Fenzi <kevin@tummy.com> - 20080429-1
1917f8
- Upgrade to 20080429
1917f8
1917f8
* Mon Mar 24 2008 Kevin Fenzi <kevin@tummy.com> - 20080309-2
1917f8
- Add mime info for .sfd files. Fixes 240669
1917f8
1917f8
* Mon Mar 17 2008 Kevin Fenzi <kevin@tummy.com> - 20080309-1
1917f8
- Upgrade to 20080309
1917f8
- Fixes bug 437833
1917f8
1917f8
* Mon Mar 03 2008 Kevin Fenzi <kevin@tummy.com> - 20080302-2
1917f8
- Commit new sources
1917f8
1917f8
* Mon Mar 03 2008 Kevin Fenzi <kevin@tummy.com> - 20080302-1
1917f8
- Update to upstream 20080302
1917f8
1917f8
* Sun Mar 02 2008 Kevin Fenzi <kevin@tummy.com> - 20080203-2
1917f8
- Change Requires from htmlview to xdg-utils (bz 312691)
1917f8
1917f8
* Sat Mar 01 2008 Kevin Fenzi <kevin@tummy.com> - 20080203-1
1917f8
- Update to upstream 20080203
1917f8
- Add new devel subpackage
1917f8
1917f8
* Sun Dec 02 2007 Roozbeh Pournader <roozbeh@farsiweb.info> - 20071110-1
1917f8
- Update to upstream 20071110
1917f8
1917f8
* Sun Oct 21 2007 Nicolas Mailhot <nicolas.mailhot at laposte.net>
1917f8
☢ 20071002-1
1917f8
⚠ quick & dirty version bump to start working on F9 font packages
1917f8
1917f8
* Sun Aug 26 2007 Kevin Fenzi <kevin@tummy.com> - 20070511-2
1917f8
- Rebuild for BuildID
1917f8
1917f8
* Thu Jun  7 2007 Kevin Fenzi <kevin@tummy.com> - 20070511-1
1917f8
- Update to upstream 20070511
1917f8
- Remove some leftover CVS bits
1917f8
- Remove useless .pc file.
1917f8
1917f8
* Fri Dec 22 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20061220-1
1917f8
- Update to upstream 20061220
1917f8
1917f8
* Sat Dec 09 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20061025-2
1917f8
- Add patch to fix fsSelection problem with DejaVu ExtraLight
1917f8
1917f8
* Sat Nov 25 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20061025-1
1917f8
- Update to 20061025
1917f8
- Patch to correct usFirstCharIndex (George Williams)
1917f8
1917f8
* Fri Oct 20 2006 Kevin Fenzi <kevin@tummy.com> - 20061019-1
1917f8
- Update to 20061019
1917f8
1917f8
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 20060822-2
1917f8
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
1917f8
1917f8
* Thu Sep 21 2006 Kevin Fenzi <kevin@tummy.com> - 20060822-1
1917f8
- Update to 20060822
1917f8
- Remove unneeded patch
1917f8
- Add flag to compile right with giflib
1917f8
1917f8
* Sun Jun 18 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-7
1917f8
- Add BuildRequires on gettext, to make sure the package builds in minimal
1917f8
  mock environments
1917f8
1917f8
* Mon Feb 13 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-6
1917f8
- Rebuild for Fedora Extras 5
1917f8
1917f8
* Sun Feb 12 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-5
1917f8
- Add patch to fix crash (#181052, George Williams)
1917f8
1917f8
* Wed Feb 01 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-4
1917f8
- Add "BuildRequires:" on libXt-devel and xorg-x11-proto-devel
1917f8
1917f8
* Wed Feb 01 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-3
1917f8
- Really remove XFree86-devel BuildReq
1917f8
1917f8
* Wed Feb 01 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-2
1917f8
- Remove XFree86-devel BuildReq
1917f8
1917f8
* Wed Feb 01 2006 Roozbeh Pournader <roozbeh@farsiweb.info> - 20060125-1
1917f8
- Update to 20060125 (bug #170177)
1917f8
- Update docs to 20060114
1917f8
- Change versioning to reflect upstream and follow packaging guidelines
1917f8
- Provide pfaedit (bug #176548)
1917f8
- Use %%{?dist} tag (bug #176472)
1917f8
- Add localizations
1917f8
- No need to remove CVS subdir: fixed upstream
1917f8
- No need to covert man pages to UTF-8: fixed upstream
1917f8
- Fixed DOS line terminators
1917f8
- Use parallel build
1917f8
1917f8
* Sat Jul 30 2005 Owen Taylor <otaylor@redhat.com> - 0.0-2.20050729.fc4
1917f8
- Update to 20050729
1917f8
- Remove .docview patch, looking for HTMLview is upstream so no longer needed
1917f8
1917f8
* Tue May 10 2005 Owen Taylor <otaylor@redhat.com> - 0.0-2.20050502.fc4
1917f8
- Update to 20050502
1917f8
- Fix the build to look for the docs where we install them
1917f8
1917f8
* Sat Mar 19 2005 Owen Taylor <otaylor@redhat.com> - 0.0-2.20050310
1917f8
- Update to 20050310
1917f8
1917f8
* Sat Jan 29 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.0-2.20041231
1917f8
- Avoid RPATH.
1917f8
- Convert man pages to UTF-8.
1917f8
- Fix pkgconfig and doc file permissions.
1917f8
- Use updated upstream icon.
1917f8
- Don't include installation documentation.
1917f8
1917f8
* Mon Jan 17 2005 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-1.20041231
1917f8
- Updated to 20041231.
1917f8
1917f8
* Thu Oct 28 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20041014
1917f8
- Updated to 20041014.
1917f8
1917f8
* Sun Sep 19 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20040824
1917f8
- Updated to 20040824.
1917f8
1917f8
* Wed Jun 30 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20040618
1917f8
- Updated to 20040618.
1917f8
1917f8
* Wed Jun  2 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20040601
1917f8
- Updated to 20040601.
1917f8
1917f8
* Tue May 11 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20040509
1917f8
- Updated to 20040509.
1917f8
1917f8
* Thu Apr 15 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20040410
1917f8
- Updated to 20040410.
1917f8
1917f8
* Sun Mar 28 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.1.20040321
1917f8
- Updated to 20040321.
1917f8
- Changed package name from pfaedit to fontforge.
1917f8
- Added Obsoletes: pfaedit.
1917f8
1917f8
* Mon Mar 15 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:0.0-0.fdr.8.040310
1917f8
- Updated to 040310.
1917f8
1917f8
* Sat Feb  7 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.8.040204
1917f8
- Updated to 040204.
1917f8
- Removed some unnecessary directory ownerships (bug 1061).
1917f8
1917f8
* Sun Jan 25 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.8.040111
1917f8
- Updated documentation to 040111.
1917f8
1917f8
* Sun Jan 11 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.7.040111
1917f8
- Updated to 040111.
1917f8
- Converted spec file to UTF-8.
1917f8
1917f8
* Wed Jan  7 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.7.040102
1917f8
- Updated to 040102.
1917f8
1917f8
* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.7.031210
1917f8
- Updated to 031210.
1917f8
1917f8
* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.7.031205
1917f8
- Updated to 031205.
1917f8
1917f8
* Fri Nov 28 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.7.031123
1917f8
- Updated to 031123.
1917f8
1917f8
* Wed Nov 12 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.6.031110
1917f8
- Updated to 031110.
1917f8
- Eliminated build patch; incorporated in upstream tarball.
1917f8
- Re-added documentation tarball since no longer included in source tarball.
1917f8
- Added pfaicon.gif as Packaging directory disappeared from tarball.
1917f8
1917f8
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.5.031012
1917f8
- Refetched sources since upstream suddenly decided to change them (bug 497).
1917f8
1917f8
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.4.031012
1917f8
- Build req libuninameslist-devel instead of libuninameslist.
1917f8
1917f8
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.3.031012
1917f8
- Fixed non-standard value in desktop file (bug 497).
1917f8
- Added libuninameslist support.
1917f8
- Removed separate documentation tarball; mostly identical to those in source (bug 497).
1917f8
1917f8
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.2.031012
1917f8
- Patched to use dynamic linking instead of dlopen'ing (bug 497).
1917f8
- Patched to use htmlview and use installed documentation (bug 497).
1917f8
- Added build req libxml2-devel (bug 497).
1917f8
- Disabled parallell make (bug 497).
1917f8
- Added desktop entry (bug 497).
1917f8
1917f8
* Mon Oct 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.031012
1917f8
- Updated to 031012.
1917f8
- Removed .so links.
1917f8
- Removed empty AUTHORS file.
1917f8
- Removed the samples subpackage.
1917f8
1917f8
* Mon Sep 22 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.030904
1917f8
- Updated to 030904.
1917f8
1917f8
* Wed Sep  3 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.030831
1917f8
- Updated to 030831.
1917f8
1917f8
* Tue Aug 12 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.030803
1917f8
- Updated to 030803.
1917f8
1917f8
* Mon Jul 21 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.3.030702
1917f8
- Added font samples.
1917f8
- Added ldconfig to post and postun.
1917f8
- Added samples subpackage.
1917f8
1917f8
* Sun Jul  6 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.2.030702
1917f8
- Removed README-MS and README-MacOSX from documentation.
1917f8
1917f8
* Thu Jul  3 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> 0:0.0-0.fdr.1.030512
1917f8
- Initial RPM release based on Mandrake's PfaEdit-030512 RPM.