Compare commits

..

No commits in common. 'c9' and 'c10-beta' have entirely different histories.
c9 ... c10-beta

2
.gitignore vendored

@ -1 +1 @@
SOURCES/orca-40.3.tar.xz
SOURCES/orca-46.2.tar.xz

@ -1 +1 @@
5192440f3da1a43a99b2edb1a54f6d202a991d0d SOURCES/orca-40.3.tar.xz
20f79a9d7708d61098521d50e31805941ffb1a3c SOURCES/orca-46.2.tar.xz

@ -1,13 +1,13 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: orca
Version: 40.3
Version: 46.2
Release: 1%{?dist}
Summary: Assistive technology for people with visual impairments
License: LGPLv2+
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Orca
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch
@ -21,7 +21,7 @@ BuildRequires: gettext
BuildRequires: intltool
BuildRequires: gtk3-devel
BuildRequires: itstool
BuildRequires: make
BuildRequires: meson
BuildRequires: python3-brlapi
BuildRequires: python3-devel
BuildRequires: python3-louis
@ -34,6 +34,7 @@ Requires: python3-brlapi
Requires: python3-louis
Requires: python3-pyatspi
Requires: python3-speechd
Requires: speech-dispatcher
%description
Orca is a screen reader that provides access to the graphical desktop via
@ -46,17 +47,15 @@ provider interface (AT-SPI), e.g. the GNOME desktop.
%build
%configure
make %{?_smp_mflags}
%meson
%meson_build
%install
%make_install
%meson_install
%find_lang %{name} --with-gnome
find %{buildroot} -name '*.la' -delete
%check
desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
@ -64,7 +63,7 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
%files -f %{name}.lang
%license COPYING
%doc AUTHORS NEWS README
%doc AUTHORS NEWS README.md
%{_bindir}/orca
%{python3_sitelib}/orca/
%{_datadir}/icons/hicolor/*/apps/orca.png
@ -74,18 +73,137 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
%{_mandir}/man1/orca.1*
%changelog
* Mon Oct 24 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.3-1
- Update to 40.3
Resolves: #2089169
* Fri Jul 19 2024 Lukas Tyrychtr <ltyrycht@redhat.com>
- Update to Orca 46.2
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 46.1-3
- Bump release for June 2024 mass rebuild
* Mon May 13 2024 Lukas Tyrychtr <ltyrycht@redhat.com> - 46.1-2
- Explicitly depend on speech-dispatcher, restoring the previous behavior before it split its libs into a separate package
* Mon Apr 08 2024 Lukas Tyrychtr <ltyrycht@redhat.com> - 46.1-1
- Update to 46.1
* Wed Mar 27 2024 Lukas Tyrychtr <ltyrycht@redhat.com> - 46.0-1
- Update to 46.0
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 46~alpha-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 David King <amigadave@amigadave.com> - 46~alpha-1
- Update to 46.alpha
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 45.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Thu Jan 11 2024 Kalev Lember <klember@redhat.com> - 45.2-1
- Update to 45.2
* Sat Oct 21 2023 Kalev Lember <klember@redhat.com> - 45.1-1
- Update to 45.1
* Tue Sep 19 2023 Kalev Lember <klember@redhat.com> - 45.0-1
- Update to 45.0
* Wed Sep 06 2023 Kalev Lember <klember@redhat.com> - 45~rc-1
- Update to 45.rc
* Thu Aug 17 2023 Kalev Lember <klember@redhat.com> - 45~beta2-1
- Update to 45.beta2
* Mon Aug 14 2023 Kalev Lember <klember@redhat.com> - 45~beta-1
- Update to 45.beta
- Drop requires on python3-zombie-imp now that orca is ported away from it
* Sun Aug 13 2023 Kalev Lember <klember@redhat.com> - 45~alpha-2
- Add requires on python3-zombie-imp
* Sat Aug 05 2023 Kalev Lember <klember@redhat.com> - 45~alpha-1
- Update to 45.alpha
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 44.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 44.1-2
- Rebuilt for Python 3.12
* Wed May 31 2023 Kalev Lember <klember@redhat.com> - 44.1-1
- Update to 44.1
* Mon Mar 27 2023 David King <amigadave@amigadave.com> - 44.0-1
- Update to 44.0
* Thu Mar 09 2023 David King <amigadave@amigadave.com> - 44~rc-1
- Update to 44.rc
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 43.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jan 05 2023 David King <amigadave@amigadave.com> - 43.1-1
- Update to 43.1
* Fri Sep 23 2022 Kalev Lember <klember@redhat.com> - 43.0-1
- Update to 43.0
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 43~beta-1
- Update to 43.beta
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 43~alpha-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jul 06 2022 David King <amigadave@amigadave.com> - 43~alpha-1
- Update to 43.alpha
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 42.1-2
- Rebuilt for Python 3.11
* Tue May 17 2022 David King <amigadave@amigadave.com> - 42.1-1
- Update to 42.1
* Tue Mar 22 2022 David King <amigadave@amigadave.com> - 42.0-1
- Update to 42.0
* Fri Mar 11 2022 David King <amigadave@amigadave.com> - 42~rc-1
- Update to 42.rc
* Tue Feb 15 2022 David King <amigadave@amigadave.com> - 42~beta-1
- Update to 42.beta
* Tue Feb 01 2022 David King <amigadave@amigadave.com> - 41.2-1
- Update to 41.2
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 41.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 41.1-1
- Update to 41.1
* Tue Nov 16 2021 Kalev Lember <klember@redhat.com> - 41.0-2
- Backport another fix for compatibility with Python 3.10 (#2023682)
* Thu Sep 16 2021 Kalev Lember <klember@redhat.com> - 41.0-1
- Update to 41.0
* Fri Sep 10 2021 Kalev Lember <klember@redhat.com> - 41~rc-2
- Fix compatibility with Python 3.10 (#1973397)
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 41~rc-1
- Update to 41.rc
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 41~beta-1
- Update to 41.beta
* Thu Aug 19 2021 Kalev Lember <klember@redhat.com> - 41~alpha-1
- Update to 41.alpha
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 40.0-2
- Rebuilt for Python 3.10
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
- Update to 40.0

Loading…
Cancel
Save