4 Commits

6 changed files with 44 additions and 7 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/gspell.git</param>
<param name="revision">1.14.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</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>

Binary file not shown.

3
gspell-1.14.2.obscpio Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Nov 29 12:05:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.2:
+ Publish tarballs from CI.
-------------------------------------------------------------------
Wed Oct 1 09:08:41 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.1:
+ Documentation: update some URLs.
+ Updated translations.
- Update URL to new home.
- Switch to source service for tarball.
-------------------------------------------------------------------
Fri Sep 13 06:30:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

4
gspell.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: gspell
version: 1.14.2
mtime: 1764339399
commit: 2497b987e8d013947012c1b00ac806aefb909d1c

View File

@@ -1,7 +1,7 @@
#
# spec file for package gspell
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%define shlib lib%{name}-1-3
Name: gspell
Version: 1.14.0
Version: 1.14.2
Release: 0
Summary: A spell checker library for GTK+ applications
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Projects/gspell
Source0: https://download.gnome.org/sources/gspell/1.14/%{name}-%{version}.tar.xz
URL: https://gitlab.gnome.org/GNOME/gspell
Source0: %{name}-%{version}.tar.zst
BuildRequires: gtk-doc >= 1.25
BuildRequires: meson