[pyatspi] 2.1.91

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 20 13:01:02 UTC 2011


commit 7bd55f9d3e0d21d5702f3f09c5aa70e3a299687b
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Sep 20 09:00:00 2011 -0400

    2.1.91

 .gitignore   |    3 +++
 pyatspi.spec |    9 +++++----
 sources      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3db0bfc..2d896b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@ pyatspi-0.3.6.tar.bz2
 /pyatspi-2.1.1.tar.bz2
 /pyatspi-2.1.2.tar.xz
 /pyatspi-2.1.4.tar.xz
+/pyatspi-2.1.5.tar.xz
+/pyatspi-2.1.90.tar.xz
+/pyatspi-2.1.91.tar.xz
diff --git a/pyatspi.spec b/pyatspi.spec
index f2590f3..122d893 100644
--- a/pyatspi.spec
+++ b/pyatspi.spec
@@ -3,7 +3,7 @@
 %global debug_package %{nil}
 
 Name:           pyatspi
-Version:        2.1.4
+Version:        2.1.91
 Release:        1%{?dist}
 Summary:        Python bindings for at-spi
 
@@ -14,7 +14,7 @@ URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
 Source0:        http://download.gnome.org/sources/pyatspi/2.1/%{name}-%{version}.tar.xz
 
 BuildRequires:  python
-BuildRequires:  pygobject2-devel >= 2.26.0
+BuildRequires:  pygobject3-devel >= 2.90.1
 
 Requires:       at-spi2-core
 Requires:       python-xlib
@@ -38,7 +38,6 @@ This package includes a python client library for at-spi.
 %prep
 %setup -q
 
-
 %build
 %configure --disable-relocate
 make
@@ -49,12 +48,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING COPYING.GPL AUTHORS README
 %{python_sitelib}/pyatspi
 
 
 %changelog
+* Tue Sep 20 2011 Matthias Clasen <mclasen at redhat.com> - 2.1.91-1
+- Update to 2.1.91
+
 * Mon Jul 25 2011 Matthias Clasen <mclasen at redhat.com> - 2.1.4-1
 - Update to 2.1.4
 
diff --git a/sources b/sources
index 9641682..2fef9a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5600aeadc5c71793f79aea7ac393bfa4  pyatspi-2.1.4.tar.xz
+46cdc548fd6bd947f1b66fce0aadb24c  pyatspi-2.1.91.tar.xz


More information about the scm-commits mailing list