From 08ddb5f0b3d3a179b0be1e6a02ba320062c052a6 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 20 Mar 2015 16:09:26 +0000 Subject: [PATCH] Fix a typo causing building applications to fail --- gdk-pixbuf2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index 2996bc8..8d36056 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -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 - 2.31.3-5 +- Fix a typo causing building applications to fail. + * Fri Mar 20 2015 Richard Hughes - 2.31.3-4 - Put the xlib headers in the right package.