From: Philippe Coval Date: Thu, 18 Dec 2014 14:57:13 +0000 (+0100) Subject: packaging: depend on the same release X-Git-Tag: accepted/tizen/common/20141223.083500^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0_ivi;p=platform%2Fupstream%2Fpango.git packaging: depend on the same release Change-Id: I776aa6c8adc0a19aa9a48efdcd24df9ea4fe340e Signed-off-by: Philippe Coval --- 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