Accepting request 196987 from M17N
Update to version 2.10.95 (forwarded request 196969 from sumski) OBS-URL: https://build.opensuse.org/request/show/196987 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontconfig?expand=0&rev=71
This commit is contained in:
commit
1197752ddf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea901f278848829ed9937d76fb0ce63ad362d7d5b9e75aa6a6b78bfef42e529c
|
|
||||||
size 1526089
|
|
3
fontconfig-2.10.95.tar.bz2
Normal file
3
fontconfig-2.10.95.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:abc0ecb9fb083d8705c140c8c0d13cc294c56faa1fee0e31e3f3eb98062a5e7b
|
||||||
|
size 1529849
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:090775c4a505c4fd31689f862647a380073b4edb35efd77359633fa40f224718
|
|
||||||
size 96483
|
|
3
fontconfig-doc-2.10.95.tar.bz2
Normal file
3
fontconfig-doc-2.10.95.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c00d8e16fe10423af9447ef25d79abfb5cc1b55295632f9a77675dfa91b321bd
|
||||||
|
size 1699840
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 31 14:32:49 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.10.95 (2.11 RC5)
|
||||||
|
+ Crashfix release, no upstream changelog provided
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 29 09:56:52 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.10.94 (2.11 RC4)
|
||||||
|
+ FcNameParse() should ignore leading whitespace
|
||||||
|
in parameters
|
||||||
|
+ Fix a comparison of constant warning with clang
|
||||||
|
+ Fix a shift count overflow on 32bit box
|
||||||
|
+ Fix a incompatible pointer warning on NetBSD
|
||||||
|
+ Add FcTypeUnknown to FcType to avoid comparison of constant -1
|
||||||
|
+ Fix the behavior of intermixed tests end edits in match
|
||||||
|
+ Ignore scandir() check on mingw
|
||||||
|
+ Use INT_MAX instead of unreliable hardcoding value
|
||||||
|
+ Add FC_UNUSED to FC_ASSERT_STATIC macro to avoid compiler warning
|
||||||
|
+ Rework to apply the intermixed test and edit elements in one-pass
|
||||||
|
+ trivial code optimization
|
||||||
|
+ Correct fontconfig.pc to add certain dependencies for build
|
||||||
|
+ Correct fontconfig.pc to add certain dependencies for static build
|
||||||
|
+ Fix wrong edit position
|
||||||
|
+ Invalid read/write with valgrind when assigning something twice
|
||||||
|
(fdo#67809)
|
||||||
|
+ warn deprecated only when migration failed
|
||||||
|
+ Match on FC_SCALABLE (fdo#67845)
|
||||||
|
+ fontformat in match pattern is not respected? (fdo#16818)
|
||||||
|
+ More metric compat fonts (fdo#68340)
|
||||||
|
+ Add default aliases for Georgia, Garamond, Palatino Linotype,
|
||||||
|
Trebuchet MS (fdo#63399)
|
||||||
|
+ Fix a typo
|
||||||
|
+ Fix a crash when non-builtin objects are edited
|
||||||
|
+ Fix a wrong edit position when 'kind' is different
|
||||||
|
+ copy qu.orth to quz.orth (fdo#68587)
|
||||||
|
+ Add quz.orth to Makefile.am
|
||||||
|
+ Minor
|
||||||
|
+ Fix assertion
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 17:07:35 UTC 2013 - hrvoje.senjan@gmail.com
|
Tue May 21 17:07:35 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ Url: http://fontconfig.org/
|
|||||||
Obsoletes: fontconfig-64bit
|
Obsoletes: fontconfig-64bit
|
||||||
%endif
|
%endif
|
||||||
Requires: bash
|
Requires: bash
|
||||||
Version: 2.10.93
|
Version: 2.10.95
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Font Configuration
|
Summary: Library for Font Configuration
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user