[accerciser] Update the dependencies for python3

Kalev Lember kalev at fedoraproject.org
Wed Apr 10 11:04:14 UTC 2013


commit 314d8a05d29fd8de1e9dc68347dbc9ad62a770a2
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 10 12:54:56 2013 +0200

    Update the dependencies for python3

 accerciser.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/accerciser.spec b/accerciser.spec
index 4fd6cb4..8f891a5 100644
--- a/accerciser.spec
+++ b/accerciser.spec
@@ -3,7 +3,7 @@
 
 Name:           accerciser
 Version:        3.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Interactive Python accessibility explorer for the GNOME desktop
 
 License:        BSD
@@ -22,10 +22,10 @@ BuildRequires:  python3
 BuildRequires:  python3-devel
 
 Requires:       libwnck3
-Requires:       pyatspi
-Requires:       pycairo
-Requires:       pygobject3
-Requires:       python-ipython-console
+Requires:       python3-cairo
+Requires:       python3-gobject
+Requires:       python3-ipython-console
+Requires:       python3-pyatspi
 
 %description
 Accerciser is an interactive Python accessibility explorer for the GNOME
@@ -82,6 +82,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Apr 10 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.0-2
+- Update the dependencies for python3
+
 * Tue Mar 26 2013 Richard Hughes <rhughes at redhat.com> - 3.8.0-1
 - Update to 3.8.0
 


More information about the scm-commits mailing list