From 50bb071002ca176e4728418cc78519672318c892 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 18 Dec 2014 15:57:13 +0100 Subject: [PATCH] packaging: depend on the same release Change-Id: I776aa6c8adc0a19aa9a48efdcd24df9ea4fe340e Signed-off-by: Philippe Coval --- packaging/pango.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/pango.spec b/packaging/pango.spec index 5142b45..1e09ef7 100644 --- a/packaging/pango.spec +++ b/packaging/pango.spec @@ -9,7 +9,7 @@ Release: 0 License: LGPL-2.1+ Summary: Library for Layout and Rendering of Text Url: http://www.pango.org/ -X-Vc-Url: git://git.gnome.org/pango +#X-Vc-Url: git://git.gnome.org/pango Group: Graphics & UI Framework/Fonts Source: http://download.gnome.org/sources/pango/1.32/%{name}-%{version}.tar.xz Source2: macros.pango @@ -94,9 +94,9 @@ Pango forms the core of text and font handling for GTK+. %package devel Summary: Library for Layout and Rendering of Text -- Development Files Group: Graphics & UI Framework/Fonts -Requires: libpango = %{version} +Requires: libpango = %{version}-%{release} %if %{with introspection} -Requires: typelib-Pango = %{version} +Requires: typelib-Pango = %{version}-%{release} %endif %description devel -- 2.7.4