Accepting request 25891 from GNOME:Factory
Copy from GNOME:Factory/pango based on submit request 25891 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=47
This commit is contained in:
parent
7b4c9ae1ca
commit
11c58d9cc5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1bfaefd2614ff86d531152f31fbf4a61aea723eef19b132733ccd3eb8d9a6c3
|
|
||||||
size 1535736
|
|
3
pango-1.26.1.tar.bz2
Normal file
3
pango-1.26.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0254e979bf0fac305de596997cabda83e26c713b666bc582aa9e4b70cb0920d
|
||||||
|
size 1538050
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
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.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -27,14 +27,14 @@ BuildRequires: gtk-doc
|
|||||||
%if %suse_version >= 1100
|
%if %suse_version >= 1100
|
||||||
BuildRequires: libthai-devel
|
BuildRequires: libthai-devel
|
||||||
%endif
|
%endif
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: pango-64bit
|
Obsoletes: pango-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 1.26.0
|
Version: 1.26.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: System for Layout and Rendering of Internationalised Text
|
Summary: System for Layout and Rendering of Internationalised Text
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
|
||||||
@ -60,7 +60,7 @@ Authors:
|
|||||||
%if %suse_version >= 1100
|
%if %suse_version >= 1100
|
||||||
|
|
||||||
%package module-thai-lang
|
%package module-thai-lang
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Summary: System for Layout and Rendering of Internationalised Text
|
Summary: System for Layout and Rendering of Internationalised Text
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: locale(pango:th_TH)
|
Provides: locale(pango:th_TH)
|
||||||
@ -81,7 +81,7 @@ Authors:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%package devel
|
%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}')
|
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
|
Summary: Include files and libraries mandatory for development
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
|
Loading…
Reference in New Issue
Block a user