Ana Guerrero 2025-01-16 17:31:21 +00:00 committed by Git OBS Bridge
commit 15f47ba8fa
6 changed files with 36 additions and 6 deletions

18
_service Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/at-spi2-core.git</param>
<param name="revision">2.54.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
at-spi2-core-2.54.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7fd51bbf15e0fecfad2b0d62fd89ceb09c316a1bdafdcc35062473d0a0a2cda
size 4791820

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jan 11 09:33:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.54.1:
+ Fix various memory leaks.
+ Fix the build on FreeBSD.
- Switch to source service for tarball.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 15 12:25:10 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com> Sun Sep 15 12:25:10 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

4
at-spi2-core.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: at-spi2-core
version: 2.54.1
mtime: 1736556987
commit: faeaec2b48889e8c2dcd530099c74ec58b696e82

View File

@ -1,7 +1,7 @@
# #
# spec file for package at-spi2-core # spec file for package at-spi2-core
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,13 +23,13 @@
%define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}} %define atspiconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}
Name: at-spi2-core Name: at-spi2-core
Version: 2.54.0 Version: 2.54.1
Release: 0 Release: 0
Summary: Assistive Technology Service Provider Interface - D-Bus based implementation Summary: Assistive Technology Service Provider Interface - D-Bus based implementation
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/GUI/GNOME Group: System/GUI/GNOME
URL: https://www.gnome.org/ URL: https://www.gnome.org/
Source0: https://download.gnome.org/sources/at-spi2-core/2.54/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: fdupes BuildRequires: fdupes