- Require pango = %{version}-%{release} in devel (previously didn't have
releaes).
This commit is contained in:
parent
430bbc7335
commit
7e8665fe21
@ -8,7 +8,7 @@
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Name: pango
|
||||
Version: 1.15.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://download.gnome.org/sources/pango/1.14/pango-%{version}.tar.bz2
|
||||
@ -44,7 +44,7 @@ Pango is a system for layout and rendering of internationalized text.
|
||||
%package devel
|
||||
Summary: System for layout and rendering of internationalized text
|
||||
Group: Development/Libraries
|
||||
Requires: pango = %{PACKAGE_VERSION}
|
||||
Requires: pango = %{version}-%{release}
|
||||
Requires: libXrender-devel
|
||||
Requires: libX11-devel
|
||||
Requires: libXext-devel
|
||||
@ -217,6 +217,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-5
|
||||
- Require pango = %{version}-%{release} in devel (previously didn't have
|
||||
releaes).
|
||||
|
||||
* Thu Jan 11 2007 Behdad Esfahbod <besfahbo@redhat.com> - 1.15.3-4
|
||||
- Undo the posttrans change. That's a no no. We now regenerate the module
|
||||
file in postun if there are any other pango versions left. This should
|
||||
|
||||
Loading…
Reference in New Issue
Block a user