version update

This commit is contained in:
weiwei_150212 2020-07-25 17:18:26 +08:00
parent d93e9e7a8a
commit 78dc8dd965
3 changed files with 8 additions and 5 deletions

BIN
AT_SPI2_ATK_2_34_2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,18 +1,18 @@
Name: at-spi2-atk
Version: 2.30.0
Release: 2
Version: 2.34.2
Release: 1
Summary: GTK+ module for the Assistive Technology Service
License: LGPLv2+
URL: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
Source0: https://github.com/GNOME/at-spi2-atk/releases/tag/%{name}-%{version}.tar.xz
Source0: https://github.com/GNOME/at-spi2-atk/archive/AT_SPI2_ATK_2_34_2.tar.gz
BuildRequires: gtk2-devel dbus-devel dbus-glib-devel gcc
BuildRequires: libxml2-devel gettext glib2-devel meson
BuildRequires: atk-devel >= 2.29.2
BuildRequires: at-spi2-core-devel >= 2.29.1
Requires: atk >= 2.29.2
Requires: atk >= 2.33.3
Requires: at-spi2-core >= 2.29.1
%description
@ -33,7 +33,7 @@ Requires: %{name} = %{version}-%{release}
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n at-spi2-atk-AT_SPI2_ATK_2_34_2 -p1
%build
%meson
@ -59,5 +59,8 @@ Requires: %{name} = %{version}-%{release}
%doc README
%changelog
* Mon Jul 20 2020 wangye <wangye70@huawei.com> - 2.34.2-1
- Version update
* Tue Sep 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.30.0-2
- Package Init