- 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:
Tomáš Chvátal 2015-12-21 11:41:33 +00:00 committed by Git OBS Bridge
parent 748b12a554
commit b4f93e9a1e
3 changed files with 21 additions and 7 deletions

3
1.3.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e3c3e223dbc48c072b654711d0c3c29c24f368f5ef628b7bb53a5a8233c6346
size 3879637

View File

@ -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
@ -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
- Version bump top 1.3.2:
* Remove full bidi. All segments are assumed to be single directioned.
* Bug fixes:
+ Decompressor corner cases
* Remove full bidi. All segments are assumed to be single directioned.
* Bug fixes:
+ Decompressor corner cases
+ Various fuzz bugs
-------------------------------------------------------------------

View File

@ -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