Accepting request 133414 from home:Zaitor:branches:GNOME:Factory
Update to ver 1.31.1, builds for G:N, should it be SR'd there too/instead? OBS-URL: https://build.opensuse.org/request/show/133414 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=83
This commit is contained in:
parent
b2dfc96363
commit
bbe6816773
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bac8eec76710150a6f7a40b565d8c7b0cfb946fa2879a19fae8f7563b551eb96
|
||||
size 1022764
|
3
pango-1.31.1.tar.xz
Normal file
3
pango-1.31.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b87ecdde5bf6f9a407162155edbba452923e79f86bcf8a09d6ca1916222c9f81
|
||||
size 1031940
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 9 19:54:00 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.31.1:
|
||||
+ The module cache file can now be located in libdir.
|
||||
+ Initial work towards making pango thread-safe.
|
||||
+ Update to Unicode 6.1.
|
||||
+ Bugs fixed: bgo#682421, bgo#678721, bgo#678997, bgo#653347,
|
||||
bgo#682952.
|
||||
+ Deprecate pango-ot.h, pango_fc_font_kern_glyphs and
|
||||
pango_lookup_aliases
|
||||
- Rebased pango64.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 15:28:34 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define pango_binary_version 1.8.0
|
||||
|
||||
Name: pango
|
||||
Version: 1.31.0
|
||||
Version: 1.31.1
|
||||
Release: 0
|
||||
Summary: Library for Layout and Rendering of Text
|
||||
License: LGPL-2.1+
|
||||
|
@ -38,15 +38,15 @@ Index: pango/modules.c
|
||||
* such a package contains paths from the package
|
||||
* builder's machine. Replace the path with the real
|
||||
* one on this machine. */
|
||||
@@ -509,7 +509,7 @@ read_modules (void)
|
||||
@@ -537,7 +537,7 @@
|
||||
files = g_new (char *, 3);
|
||||
|
||||
if (!file_str)
|
||||
file_str = g_build_filename (pango_get_sysconf_subdirectory (),
|
||||
- "pango.modules",
|
||||
+ "pango64.modules",
|
||||
NULL);
|
||||
|
||||
files = pango_split_file_list (file_str);
|
||||
files[0] = g_build_filename (pango_get_sysconf_subdirectory (),
|
||||
- "pango.modules",
|
||||
+ "pango64.modules",
|
||||
NULL);
|
||||
files[1] = g_build_filename (pango_get_lib_subdirectory (),
|
||||
MODULE_VERSION,
|
||||
@@ -620,7 +620,7 @@ build_map (PangoMapInfo *info)
|
||||
if (!no_module_warning)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user