[meld] Add missing dependencies (Pavel Alexeev, #1192623)

Lubomir Rintel lkundrak at fedoraproject.org
Fri Feb 20 15:35:41 UTC 2015


commit b49539e84a037eaa70523096787642b5760ed02b
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Fri Feb 20 16:35:36 2015 +0100

    Add missing dependencies (Pavel Alexeev, #1192623)

 meld.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/meld.spec b/meld.spec
index 38b581e..7bc9d87 100644
--- a/meld.spec
+++ b/meld.spec
@@ -1,6 +1,6 @@
 Name:		meld
 Version:	3.13.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Visual diff and merge tool
 
 Group:		Development/Tools
@@ -22,6 +22,8 @@ Requires:	gtksourceview3 >= 3.6.0
 Requires:	dbus-python
 Requires:	dbus-x11
 Requires:	patch
+Requires:	pycairo
+Requires:	gsettings-desktop-schemas
 
 BuildArch:	noarch
 
@@ -103,6 +105,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Fri Feb 20 2015 Lubomir Rintel <lkundrak at v3.sk> - 3.13.0-2
+- Add missing dependencies (Pavel Alexeev, #1192623)
+
 * Wed Jan 07 2015 Richard Hughes <rhughes at redhat.com> - 3.13.0-1
 - Update to 3.13.0
 


More information about the scm-commits mailing list