Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afc2fcbbb5 | ||
|
|
10972d78eb | ||
|
|
35dac53b59 | ||
|
|
9cb19c2f4b | ||
|
|
59b99ba5c5 | ||
|
|
df7ad74e96 | ||
|
|
863adb6b93 | ||
|
|
c770b43c6d | ||
|
|
eca1987f49 | ||
|
|
1ef20bd0de |
3 changed files with 42 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -26,3 +26,12 @@
|
|||
/accerciser-3.33.2.tar.xz
|
||||
/accerciser-3.33.3.tar.xz
|
||||
/accerciser-3.33.4.tar.xz
|
||||
/accerciser-3.33.91.tar.xz
|
||||
/accerciser-3.33.92.tar.xz
|
||||
/accerciser-3.34.0.tar.xz
|
||||
/accerciser-3.34.1.tar.xz
|
||||
/accerciser-3.34.2.tar.xz
|
||||
/accerciser-3.34.3.tar.xz
|
||||
/accerciser-3.34.4.tar.xz
|
||||
/accerciser-3.34.5.tar.xz
|
||||
/accerciser-3.34.6.tar.xz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: accerciser
|
||||
Version: 3.33.4
|
||||
Version: 3.34.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Interactive Python accessibility explorer for the GNOME desktop
|
||||
|
||||
|
|
@ -26,6 +26,7 @@ Requires: python3-cairo
|
|||
Requires: python3-gobject
|
||||
Requires: python3-ipython-console
|
||||
Requires: python3-pyatspi
|
||||
Requires: python3-xlib
|
||||
|
||||
%description
|
||||
Accerciser is an interactive Python accessibility explorer for the GNOME
|
||||
|
|
@ -70,6 +71,36 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/accerciser.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 3.34.6-1
|
||||
- Update to 3.34.6
|
||||
|
||||
* Wed Apr 29 2020 Kalev Lember <klember@redhat.com> - 3.34.5-1
|
||||
- Update to 3.34.5
|
||||
|
||||
* Wed Feb 12 2020 Kalev Lember <klember@redhat.com> - 3.34.4-1
|
||||
- Update to 3.34.4
|
||||
|
||||
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.34.3-2
|
||||
- Add missing python3-xlib dependency (#1788638)
|
||||
|
||||
* Tue Jan 07 2020 Kalev Lember <klember@redhat.com> - 3.34.3-1
|
||||
- Update to 3.34.3
|
||||
|
||||
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 3.34.2-1
|
||||
- Update to 3.34.2
|
||||
|
||||
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
|
||||
- Update to 3.34.1
|
||||
|
||||
* Sat Sep 07 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
||||
- Update to 3.34.0
|
||||
|
||||
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 3.33.92-1
|
||||
- Update to 3.33.92
|
||||
|
||||
* Wed Aug 21 2019 Kalev Lember <klember@redhat.com> - 3.33.91-1
|
||||
- Update to 3.33.91
|
||||
|
||||
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
|
||||
- Update to 3.33.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (accerciser-3.33.4.tar.xz) = 70aaf72b94600328cde4cccb942126c49615261e0d6449f65c4e5c0ee007ad88121995c92f5034b627663c49c4cf47401ae9a16f593f228079c828cd6427c685
|
||||
SHA512 (accerciser-3.34.6.tar.xz) = cb33a2fcf78d83a0e5eb551619a6a9b44a881146ba653821dd6ebfc91561314ec25e02560561763fdad6e314e3e0a90a21545b007d6cff99058c755e2dd69497
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue