Update to 0.0.17
This commit is contained in:
parent
362256c4c2
commit
af8b1765f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
|||||||
/cantarell-fonts-0.0.14.tar.xz
|
/cantarell-fonts-0.0.14.tar.xz
|
||||||
/cantarell-fonts-0.0.15.tar.xz
|
/cantarell-fonts-0.0.15.tar.xz
|
||||||
/cantarell-fonts-0.0.16.tar.xz
|
/cantarell-fonts-0.0.16.tar.xz
|
||||||
|
/cantarell-fonts-0.0.17.tar.xz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -7,8 +7,8 @@
|
|||||||
%global archivename2 Cantarell-Regular
|
%global archivename2 Cantarell-Regular
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 0.0.16
|
Version: 0.0.17
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cantarell, a Humanist sans-serif font family
|
Summary: Cantarell, a Humanist sans-serif font family
|
||||||
|
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -16,13 +16,10 @@ License: OFL
|
|||||||
URL: http://abattis.org/cantarell/
|
URL: http://abattis.org/cantarell/
|
||||||
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{actualname}-fonts/0.0/%{actualname}-fonts-%{version}.tar.xz
|
||||||
Source1: %{fontname}.metainfo.xml
|
Source1: %{fontname}.metainfo.xml
|
||||||
# Backported upstream patch
|
|
||||||
Patch0: 0001-fix-stale-hhint-on-r.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
BuildRequires: fontforge
|
BuildRequires: fontforge
|
||||||
BuildRequires: git
|
|
||||||
Requires: fontpackages-filesystem
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -30,7 +27,7 @@ Cantarell is a set of fonts designed by Dave Crossland.
|
|||||||
It is a sans-serif humanist typeface family.
|
It is a sans-serif humanist typeface family.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{actualname}-fonts-%{version} -S git
|
%autosetup -n %{actualname}-fonts-%{version}
|
||||||
# Force regeneration
|
# Force regeneration
|
||||||
rm otf/*.otf
|
rm otf/*.otf
|
||||||
|
|
||||||
@ -58,6 +55,9 @@ install -Dm 0644 -p %{SOURCE1} \
|
|||||||
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
%{_datadir}/appdata/%{fontname}.metainfo.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 04 2015 Kalev Lember <klember@redhat.com> - 0.0.17-1
|
||||||
|
- Update to 0.0.17
|
||||||
|
|
||||||
* Tue Sep 08 2015 Kalev Lember <klember@redhat.com> - 0.0.16-4
|
* Tue Sep 08 2015 Kalev Lember <klember@redhat.com> - 0.0.16-4
|
||||||
- Fix 'r' hinting
|
- Fix 'r' hinting
|
||||||
- Use upstream build system rules when regenerating otf files
|
- Use upstream build system rules when regenerating otf files
|
||||||
|
Loading…
Reference in New Issue
Block a user