diff --git a/orca.spec b/orca.spec index 26b6ef7..88b64d2 100644 --- a/orca.spec +++ b/orca.spec @@ -1,6 +1,6 @@ Name: orca Version: 3.17.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Assistive technology for people with visual impairments Group: User Interface/Desktops @@ -19,18 +19,18 @@ BuildRequires: brlapi-devel BuildRequires: brltty BuildRequires: gettext BuildRequires: intltool -BuildRequires: liblouis-python3 BuildRequires: gtk3-devel BuildRequires: itstool BuildRequires: python3-brlapi BuildRequires: python3-devel +BuildRequires: python3-louis BuildRequires: python3-pyatspi BuildRequires: python3-speechd BuildRequires: /usr/bin/desktop-file-validate -Requires: liblouis-python3 Requires: libwnck3 Requires: python3-brlapi +Requires: python3-louis Requires: python3-pyatspi Requires: python3-speechd @@ -90,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Aug 23 2015 Kalev Lember - 3.17.90-2 +- Adapt for liblouis-python3 -> python3-louis rename + * Wed Aug 19 2015 Kalev Lember - 3.17.90-1 - Update to 3.17.90 - Use make_install macro