This commit is contained in:
Matthias Clasen 2010-01-17 19:21:47 +00:00
parent c1d427ed10
commit e7e6400730
3 changed files with 7 additions and 8 deletions

View File

@ -1 +1 @@
pyatspi-0.1.4.tar.bz2
pyatspi-0.1.5.tar.bz2

View File

@ -3,8 +3,8 @@
%global debug_package %{nil}
Name: pyatspi
Version: 0.1.4
Release: 3%{?dist}
Version: 0.1.5
Release: 1%{?dist}
Summary: Python bindings for at-spi
Group: Development/Languages
@ -18,9 +18,6 @@ BuildRequires: python
Requires: GConf2
Requires: at-spi2-core
# https://bugzilla.gnome.org/show_bug.cgi?id=606251
Patch0: 0001-Use-pyatspi_corba-if-desktop-gnome-interface-at-spi.patch
BuildArch: noarch
%description
@ -38,7 +35,6 @@ This package includes a python client library for at-spi.
%prep
%setup -q
%patch0 -p1 -b .better-switch
%build
@ -61,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
- Update to 0.1.5
* Thu Jan 7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-3
- Incorporate review feedback

View File

@ -1 +1 @@
bfe79896407c60e8b7c98db4f9097eec pyatspi-0.1.4.tar.bz2
d3bbf717d205d4e9818db54ac3faea6d pyatspi-0.1.5.tar.bz2