From 46cde738993e6ce9a3e694821feecf438dd389f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Sat, 17 Jan 2015 16:42:19 +0100 Subject: [PATCH] Fix broken dependencies --- dissy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dissy.spec b/dissy.spec index cbfb921..785d408 100644 --- a/dissy.spec +++ b/dissy.spec @@ -1,6 +1,6 @@ Name: dissy Version: 10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Graphical frontend to the objdump disassembler License: GPLv2 URL: http://code.google.com/p/dissy @@ -12,7 +12,7 @@ BuildRequires: python2-devel BuildRequires: python-setuptools Requires: binutils Requires: pygobject2 -Requires: pygtk2 +Requires: pywebkitgtk %description Dissy is a graphical frontend to the objdump disassembler, it can be used @@ -49,6 +49,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1} %{python2_sitelib}/%{name}-%{version}-py%{python2_version}.egg-info %changelog +* Sat Jan 17 2015 Adrien Vergé - 10-3 +- Fix broken dependencies + * Sat Jun 07 2014 Fedora Release Engineering - 10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild