From 9ab6bf0facea6b3f0b7a576dda70026b6ea58241482732c46de5603aa9f930fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 5 Mar 2019 07:24:59 +0000 Subject: [PATCH 1/2] Accepting request 681559 from home:mgorse:branches:GNOME:Factory - Update to version 2.30.1: + Fix atspi_table_cell_get_(row|column)_header_cells (bsc#1127792). OBS-URL: https://build.opensuse.org/request/show/681559 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=183 --- at-spi2-core-2.30.0.tar.xz | 3 --- at-spi2-core-2.30.1.tar.xz | 3 +++ at-spi2-core.changes | 7 +++++++ at-spi2-core.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 at-spi2-core-2.30.0.tar.xz create mode 100644 at-spi2-core-2.30.1.tar.xz diff --git a/at-spi2-core-2.30.0.tar.xz b/at-spi2-core-2.30.0.tar.xz deleted file mode 100644 index 618197a..0000000 --- a/at-spi2-core-2.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0175f5393d19da51f4c11462cba4ba6ef3fa042abf1611a70bdfed586b7bfb2b -size 188016 diff --git a/at-spi2-core-2.30.1.tar.xz b/at-spi2-core-2.30.1.tar.xz new file mode 100644 index 0000000..717f8ca --- /dev/null +++ b/at-spi2-core-2.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856f1f8f1bf0482a1bc275b18b9f28815d346bc4175004d37e175a1a0e50ca48 +size 188056 diff --git a/at-spi2-core.changes b/at-spi2-core.changes index ef8565d..fb4fdfd 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 4 21:44:27 UTC 2019 - mgorse@suse.com + +- Update to version 2.30.1: + + Fix atspi_table_cell_get_(row|column)_header_cells + (bsc#1127792). + ------------------------------------------------------------------- Thu Oct 4 10:50:55 UTC 2018 - bjorn.lie@gmail.com diff --git a/at-spi2-core.spec b/at-spi2-core.spec index 5998ee9..6fa5c57 100644 --- a/at-spi2-core.spec +++ b/at-spi2-core.spec @@ -1,7 +1,7 @@ # # spec file for package at-spi2-core # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: at-spi2-core -Version: 2.30.0 +Version: 2.30.1 Release: 0 Summary: Assistive Technology Service Provider Interface - D-Bus based implementation License: GPL-2.0-or-later From 722ac5ed679240d9b6855a7136f8bc06bfb358172cceb26ec2e1571e8837233a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 5 Mar 2019 07:25:36 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/at-spi2-core?expand=0&rev=184 --- at-spi2-core.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at-spi2-core.changes b/at-spi2-core.changes index fb4fdfd..4ebc84f 100644 --- a/at-spi2-core.changes +++ b/at-spi2-core.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Mar 4 21:44:27 UTC 2019 - mgorse@suse.com -- Update to version 2.30.1: +- Update to version 2.30.1: + Fix atspi_table_cell_get_(row|column)_header_cells (bsc#1127792).