Fix a typo causing building applications to fail
This commit is contained in:
parent
9f90bed282
commit
08ddb5f0b3
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gdk-pixbuf2
|
||||
Version: 2.31.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: An image loading library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -44,7 +44,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description modules
|
||||
This package contains the additional modules that are needed to load various
|
||||
image formats such as ICO and .
|
||||
image formats such as ICO and JPEG.
|
||||
|
||||
%package xlib
|
||||
Summary: Additional library for using gdk-pixbuf with bare xlib
|
||||
@ -57,7 +57,7 @@ programs to load GdkPixbuf using bare XLib calls.
|
||||
%package xlib-devel
|
||||
Summary: Development files for gdk-pixbuf-xlib
|
||||
Requires: %{name}-xlib%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa}-devel = %{version}-%{release}
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description xlib-devel
|
||||
This package contains the libraries and header files that are needed
|
||||
@ -178,6 +178,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-5
|
||||
- Fix a typo causing building applications to fail.
|
||||
|
||||
* Fri Mar 20 2015 Richard Hughes <rhughes@redhat.com> - 2.31.3-4
|
||||
- Put the xlib headers in the right package.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user