Update to 20110222
This commit is contained in:
parent
f63c0bd743
commit
fa6ee5b84b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
fontforge_htdocs-20100429.tar.bz2
|
fontforge_htdocs-20100429.tar.bz2
|
||||||
fontforge_full-20100501.tar.bz2
|
fontforge_full-20100501.tar.bz2
|
||||||
|
/fontforge_full-20110222.tar.bz2
|
||||||
|
/fontforge_htdocs-20110221.tar.bz2
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
%global docs_version 20100429
|
%global docs_version 20110221
|
||||||
%global gettext_package FontForge
|
%global gettext_package FontForge
|
||||||
|
|
||||||
Name: fontforge
|
Name: fontforge
|
||||||
Version: 20100501
|
Version: 20110222
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Outline and bitmap font editor
|
Summary: Outline and bitmap font editor
|
||||||
|
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -16,11 +16,6 @@ Source1: fontforge.desktop
|
|||||||
Source2: http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
|
Source2: http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
|
||||||
Source3: fontforge.xml
|
Source3: fontforge.xml
|
||||||
Patch1: fontforge-20090224-pythondl.patch
|
Patch1: fontforge-20090224-pythondl.patch
|
||||||
# See Bug https://bugzilla.redhat.com/show_bug.cgi?id=536920
|
|
||||||
Patch2: fontforge-20100501-splinesets.patch
|
|
||||||
Patch3: fontforge-20100501-python27.patch
|
|
||||||
Patch4: fontforge-20100501-CVE-2010-4259.patch
|
|
||||||
Patch5: fontforge-20100501-unicode-crash.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: xdg-utils
|
Requires: xdg-utils
|
||||||
@ -62,10 +57,6 @@ to compile applications against fontforge.
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
mkdir htdocs
|
mkdir htdocs
|
||||||
tar xjf %{SOURCE2} -C htdocs
|
tar xjf %{SOURCE2} -C htdocs
|
||||||
@ -156,6 +147,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 22 2011 Kevin Fenzi <kevin@tummy.com> - 20110222-1
|
||||||
|
- Update to 20110222
|
||||||
|
|
||||||
* Wed Feb 16 2011 Kevin Fenzi <kevin@tummy.com> - 20100501-7
|
* Wed Feb 16 2011 Kevin Fenzi <kevin@tummy.com> - 20100501-7
|
||||||
- Fix patch for python. Fixes bug #677917
|
- Fix patch for python. Fixes bug #677917
|
||||||
- Add patch for unicode glyph crash. Fixes bug #631172
|
- Add patch for unicode glyph crash. Fixes bug #631172
|
||||||
|
Loading…
Reference in New Issue
Block a user