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:
parent
748b12a554
commit
b4f93e9a1e
3
1.3.4.tar.gz
Normal file
3
1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e3c3e223dbc48c072b654711d0c3c29c24f368f5ef628b7bb53a5a8233c6346
|
||||||
|
size 3879637
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 21 11:36:38 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 16 13:38:11 UTC 2015 - pgajdos@suse.com
|
Wed Dec 16 13:38:11 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
@ -13,9 +24,9 @@ Wed Dec 16 13:38:11 UTC 2015 - pgajdos@suse.com
|
|||||||
Thu Sep 10 07:43:44 UTC 2015 - tchvatal@suse.com
|
Thu Sep 10 07:43:44 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
- Version bump top 1.3.2:
|
- Version bump top 1.3.2:
|
||||||
* Remove full bidi. All segments are assumed to be single directioned.
|
* Remove full bidi. All segments are assumed to be single directioned.
|
||||||
* Bug fixes:
|
* Bug fixes:
|
||||||
+ Decompressor corner cases
|
+ Decompressor corner cases
|
||||||
+ Various fuzz bugs
|
+ Various fuzz bugs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define libname libgraphite2-3
|
%define libname libgraphite2-3
|
||||||
Name: graphite2
|
Name: graphite2
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Font rendering capabilities for complex non-Roman writing systems
|
Summary: Font rendering capabilities for complex non-Roman writing systems
|
||||||
License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
|
License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1
|
||||||
Group: Productivity/Publishing/Word
|
Group: Productivity/Publishing/Word
|
||||||
Url: http://sourceforge.net/projects/silgraphite/
|
Url: https://github.com/silnrsi/graphite
|
||||||
Source0: http://downloads.sourceforge.net/silgraphite/graphite2-%{version}.tgz
|
Source0: https://github.com/silnrsi/graphite/archive/%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Patch0: graphite2-1.2.0-cmakepath.patch
|
Patch0: graphite2-1.2.0-cmakepath.patch
|
||||||
Patch1: graphite-nonvoid-return.patch
|
Patch1: graphite-nonvoid-return.patch
|
||||||
@ -78,7 +78,7 @@ system implementation.
|
|||||||
This package contains the %{name} development files.
|
This package contains the %{name} development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n graphite-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2
|
%patch2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user