Compare commits

...

10 Commits

Author SHA1 Message Date
Michael Catanzaro 4dcc02b151 Update to 40.3 2023-05-18 16:21:12 +00:00
Mohan Boddu 58cb1149fa Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-09 22:45:32 +00:00
Tomas Pelka 0a64b05b6e enabling gating for el9 2021-06-16 13:42:31 +02:00
Mohan Boddu 2a09f1a7bf - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 02:44:09 +00:00
DistroBaker f51dfbdf78 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/orca.git#0b1ccdd8e98ac745c2304d775aed12920be4c3ec
2021-03-23 13:48:44 +00:00
DistroBaker ecea4ee6a2 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/orca.git#097979e4d4fd73a27f6f69f664f365fcf8b4c77e
2021-03-19 21:11:34 +00:00
DistroBaker ff86b698d0 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/orca.git#d158cc49d27c86d9b25a37048817aa58677a0091
2021-03-01 10:08:16 +00:00
DistroBaker 314fc53f96 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/orca.git#2d10a3fb8e39fecb520e439d9f0ccd0a09a1dd98
2021-02-04 15:13:03 +01:00
DistroBaker ee99ef5b53 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/orca.git#ad05c56d3a3c5a236a042a5ba691fa5ac6874ffc
2021-01-05 13:36:07 +00:00
DistroBaker 1de9b5959e Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/orca.git#2524d4f228ab60376d914c68e0217ce582b96091
2020-12-12 00:23:57 +00:00
5 changed files with 49 additions and 4 deletions

6
.gitignore vendored
View File

@ -141,3 +141,9 @@ orca-2.31.6.tar.bz2
/orca-3.37.2.tar.xz
/orca-3.37.90.tar.xz
/orca-3.38.0.tar.xz
/orca-3.38.1.tar.xz
/orca-3.38.2.tar.xz
/orca-40.beta.tar.xz
/orca-40.rc.tar.xz
/orca-40.0.tar.xz
/orca-40.3.tar.xz

1
.orca.metadata Normal file
View File

@ -0,0 +1 @@
5192440f3da1a43a99b2edb1a54f6d202a991d0d orca-40.3.tar.xz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1,11 +1,13 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: orca
Version: 3.38.0
Version: 40.3
Release: 1%{?dist}
Summary: Assistive technology for people with visual impairments
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Orca
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
BuildArch: noarch
@ -19,6 +21,7 @@ BuildRequires: gettext
BuildRequires: intltool
BuildRequires: gtk3-devel
BuildRequires: itstool
BuildRequires: make
BuildRequires: python3-brlapi
BuildRequires: python3-devel
BuildRequires: python3-louis
@ -39,7 +42,7 @@ applications and toolkits that support the assistive technology service
provider interface (AT-SPI), e.g. the GNOME desktop.
%prep
%setup -q
%autosetup -p1 -n %{name}-%{tarball_version}
%build
@ -73,6 +76,35 @@ desktop-file-validate %{buildroot}%{_sysconfdir}/xdg/autostart/orca-autostart.de
%changelog
* Mon Oct 24 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.3-1
- Update to 40.3
Resolves: #2089169
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
- Update to 40.0
* Thu Mar 11 2021 Kalev Lember <klember@redhat.com> - 40~rc-1
- Update to 40.rc
* Mon Feb 22 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
- Update to 40.beta
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jan 5 2021 Kalev Lember <klember@redhat.com> - 3.38.2-1
- Update to 3.38.2
* Fri Dec 11 2020 Kalev Lember <klember@redhat.com> - 3.38.1-1
- Update to 3.38.1
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
- Update to 3.38.0

View File

@ -1 +1 @@
SHA512 (orca-3.38.0.tar.xz) = a310ceb99be6ded96798e9918200f1e67700a7fa714f60c1e3146617fd4e5cffe9e48a5c2a9e1699896299a9fd137af7b3eb17f6b7d77cf5245db5d5e79e2af7
SHA512 (orca-40.3.tar.xz) = 358aeaf319a386f3b50234088d441a35b825d4d8e6a40d67ea818febd41f905d1db5a6a11d7f71845bb1e0fc851de1de511535b60015a0127a642ce6789f1699