Accepting request 26598 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/pango via accept of submit request 26598 revision 25. Request was accepted with message: accept OBS-URL: https://build.opensuse.org/request/show/26598 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pango?expand=0&rev=41
This commit is contained in:
parent
dfc69b7fcb
commit
125a73712c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1bfaefd2614ff86d531152f31fbf4a61aea723eef19b132733ccd3eb8d9a6c3
|
||||
size 1535736
|
3
pango-1.26.2.tar.bz2
Normal file
3
pango-1.26.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b85879e5d8794555d10a2b79428071c99a93b7502ccbef50360ae44c77c3e08
|
||||
size 1536011
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 15 13:52:03 CET 2009 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.26.2:
|
||||
+ Fix non-standard C++ usage
|
||||
+ Fix OpenType mark ligation
|
||||
+ OS X bug fix
|
||||
+ bgo#602823 - void function cannot return value
|
||||
+ bgo#602660 - [HB] don't use flexible arrays
|
||||
+ bgo#602408 - Invalid C++ code breaks compile with Sun C++
|
||||
Compiler
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 30 16:06:04 CET 2009 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.26.1:
|
||||
+ [HB] Fix lookup_flag ignoring
|
||||
+ Fix leak with non-mmapped fonts
|
||||
+ Allow using uninstalled glib
|
||||
+ bgo#341481 - pangocairo kerning problem with nonidentity
|
||||
scaling
|
||||
+ bgo#587768 - Don't build pango-view twice
|
||||
+ bgo#594101 - character class data updates to support unicode
|
||||
5.1
|
||||
+ bgo#596837 - Typo in pango_cairo_show_layout documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 15:23:21 CEST 2009 - lmedinas@opensuse.org
|
||||
|
||||
|
10
pango.spec
10
pango.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pango (Version 1.26.0)
|
||||
# spec file for package pango (Version 1.26.2)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -27,14 +27,14 @@ BuildRequires: gtk-doc
|
||||
%if %suse_version >= 1100
|
||||
BuildRequires: libthai-devel
|
||||
%endif
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: System/Libraries
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: pango-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 1.26.0
|
||||
Version: 1.26.2
|
||||
Release: 1
|
||||
Summary: System for Layout and Rendering of Internationalised Text
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
||||
@ -60,7 +60,7 @@ Authors:
|
||||
%if %suse_version >= 1100
|
||||
|
||||
%package module-thai-lang
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Summary: System for Layout and Rendering of Internationalised Text
|
||||
Group: System/Libraries
|
||||
Provides: locale(pango:th_TH)
|
||||
@ -81,7 +81,7 @@ Authors:
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Requires: %{name} = %{version} cairo-devel fontconfig-devel freetype2-devel glib2-devel %(rpm -q --whatprovides XFree86-devel --queryformat '%{NAME}')
|
||||
Summary: Include files and libraries mandatory for development
|
||||
Group: Development/Libraries/GNOME
|
||||
|
Loading…
Reference in New Issue
Block a user