This commit is contained in:
Matthias Clasen 2010-06-09 02:51:05 +00:00
parent 42f45fd2b0
commit f6a6aaeee8
3 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
pyatspi-0.3.2.tar.bz2
pyatspi-0.3.3.tar.bz2

View File

@ -3,8 +3,8 @@
%global debug_package %{nil}
Name: pyatspi
Version: 0.3.2
Release: 2%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: Python bindings for at-spi
Group: Development/Languages
@ -13,9 +13,6 @@ URL: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
#VCS: git:git://git.gnome.org/pyatspi
Source0: http://download.gnome.org/sources/pyatspi/0.3/%{name}-%{version}.tar.bz2
# upstream fixes
Patch0: make-caribou-work.patch
BuildRequires: python
Requires: GConf2
@ -38,7 +35,6 @@ This package includes a python client library for at-spi.
%prep
%setup -q
%patch0 -p1 -b .make-caribou-work
%build
@ -57,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%changelog
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
- Update to 0.3.2

View File

@ -1 +1 @@
0293a88019fe63640582080137bc7e86 pyatspi-0.3.2.tar.bz2
bb01c4f5f86dce0d0382cc450df8a79d pyatspi-0.3.3.tar.bz2