forked from pool/graphite2
- Version update to 1.3.4:
* Fix Collision Kerning ignoring some diacritics * Handle pass bits 16-31 to speed up fonts with > 16 passes * Various minor fuzz bug fixes * Make Coverity happy * Add GR_FALLTHROUGH macro for clang c++11 - Upstream moved to github * Remove full bidi. All segments are assumed to be single directioned. * Bug fixes: + Decompressor corner cases OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/graphite2?expand=0&rev=34
This commit is contained in:
committed by
Git OBS Bridge
parent
748b12a554
commit
b4f93e9a1e
@@ -18,13 +18,13 @@
|
||||
|
||||
%define libname libgraphite2-3
|
||||
Name: graphite2
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 0
|
||||
Summary: Font rendering capabilities for complex non-Roman writing systems
|
||||
License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
|
||||
Group: Productivity/Publishing/Word
|
||||
Url: http://sourceforge.net/projects/silgraphite/
|
||||
Source0: http://downloads.sourceforge.net/silgraphite/graphite2-%{version}.tgz
|
||||
Url: https://github.com/silnrsi/graphite
|
||||
Source0: https://github.com/silnrsi/graphite/archive/%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch0: graphite2-1.2.0-cmakepath.patch
|
||||
Patch1: graphite-nonvoid-return.patch
|
||||
@@ -78,7 +78,7 @@ system implementation.
|
||||
This package contains the %{name} development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n graphite-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2
|
||||
|
Reference in New Issue
Block a user