Accepting request 161785 from GNOME:Factory

- bnc#792646, bnc#803529#c1: Change requires pango-tools in
  baselibs.conf to prereq in order to:
  + Match the behavior of the native lib in the .spec file, where
    we use (Requires(post).
  + Ensure the right version of pango-tools is installed when the
    post script is being executed. (forwarded request 161766 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/161785
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=77
This commit is contained in:
Stephan Kulow 2013-04-02 10:35:54 +00:00 committed by Git OBS Bridge
commit cf665ca4f1
5 changed files with 55 additions and 7 deletions

View File

@ -1,5 +1,5 @@
libpango-1_0-0
requires "pango-tools-<targettype> >= 1.31.1"
prereq "pango-tools-<targettype> >= 1.31.1"
provides "pango-<targettype> = <version>"
obsoletes "pango-<targettype> < <version>"
post "%if "%_lib" == "lib64""

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d7bc99c3d9b580cb4fe787fe47824e56e39534b9040e1c8a2a159248d8e5821
size 999156

3
pango-1.34.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:105da1efe019018a9de81681d88c9ace83d2111509ab625c4be9d124a1fdce27
size 1013600

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Fri Mar 29 19:48:38 UTC 2013 - dimstar@opensuse.org
- bnc#792646, bnc#803529#c1: Change requires pango-tools in
baselibs.conf to prereq in order to:
+ Match the behavior of the native lib in the .spec file, where
we use (Requires(post).
+ Ensure the right version of pango-tools is installed when the
post script is being executed.
-------------------------------------------------------------------
Tue Mar 26 07:28:55 UTC 2013 - zaitor@opensuse.org
- Update to version 1.34.0:
+ No changes.
-------------------------------------------------------------------
Tue Mar 19 21:02:58 UTC 2013 - dimstar@opensuse.org
- Update to version 1.33.9:
+ Port PangoWin32 to use GWeakRef.
+ Use G_DEFINE_TYPE in pangowin32-fontmap (bgo#682846).
+ Fix scale in pangocairo-threads test.
+ Misc Win32 build fixes.
-------------------------------------------------------------------
Tue Mar 5 09:38:03 UTC 2013 - dimstar@opensuse.org
- Update to version 1.33.8:
+ Bugs fixed: bgo#694095, bgo#668154, bgo#694626, bgo#694626,
bgo#694830, bgo#694918, bgo#694882.
-------------------------------------------------------------------
Mon Feb 4 22:27:38 UTC 2013 - dimstar@opensuse.org
- Update to version 1.33.7:
+ Allow enabling font features through fontconfig snipplets.
+ Fix an infinite loop when starting Inkscape.
-------------------------------------------------------------------
Mon Jan 14 19:10:45 UTC 2013 - dimstar@opensuse.org
- Update to version 1.32.6:
+ Make pango threadsafe.
+ Pass down BOT/EOT flags to HarfBuzz.
+ Broken relocation of modules (bgo#690279).
+ Build with automake-1.13 broken (bgo#691263).
-------------------------------------------------------------------
Mon Jan 14 18:04:57 UTC 2013 - dimstar@opensuse.org

View File

@ -20,13 +20,13 @@
%define pango_binary_version 1.8.0
Name: pango
Version: 1.32.5
Version: 1.34.0
Release: 0
Summary: Library for Layout and Rendering of Text
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.pango.org/
Source: http://download.gnome.org/sources/pango/1.32/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/pango/1.34/%{name}-%{version}.tar.xz
Source1: README.SuSE
Source2: macros.pango
Source99: baselibs.conf
@ -34,7 +34,7 @@ BuildRequires: gcc-c++
BuildRequires: gtk-doc
BuildRequires: pkg-config
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(fontconfig) >= 2.10.91
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(glib-2.0) >= 2.33.12
BuildRequires: pkgconfig(gobject-2.0)