This commit is contained in:
Matthias Clasen 2010-08-31 10:22:01 -04:00
parent db1bc38f12
commit ced6f6c1a0
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pyatspi-0.3.4.tar.bz2
pyatspi-0.3.6.tar.bz2
/pyatspi-0.3.90.tar.bz2
/pyatspi-0.3.91.tar.bz2

View File

@ -3,7 +3,7 @@
%global debug_package %{nil}
Name: pyatspi
Version: 0.3.90
Version: 0.3.91
Release: 1%{?dist}
Summary: Python bindings for at-spi
@ -38,7 +38,7 @@ This package includes a python client library for at-spi.
%build
%configure
%configure --disable-relocate
make
@ -53,6 +53,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
%changelog
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
- Update to 0.3.91
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
- Update to 0.3.90

View File

@ -1 +1 @@
e054e722c7e47c968fd717d38d6c923e pyatspi-0.3.90.tar.bz2
9d94bdff40257caecf3b9440fd9adc0c pyatspi-0.3.91.tar.bz2