2 Commits

6 changed files with 57 additions and 9 deletions

19
_service Normal file
View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/template-glib.git</param>
<param name="revision">3.38.0</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>

View File

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

View File

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Sep 13 08:28:11 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.38.0:
+ Allow GObject Introspection to automatically cast various
numerics into the arguments of a call-site when the will fit in
the destination type and size
+ Use gi-doc for documentation
- Replace gtk-doc BuildRequires with pkgconfig(gi-docgen): follow
upstreams switch to gi-docgen
-------------------------------------------------------------------
Tue Sep 2 14:58:48 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.37.1:
+ Add `.mangle()` for strings to make it simpler to convert
ClassName to class_name.
+ Fix calls to a function in a GIRepository like GLib.strsplit
+ Add support for GStrv in GI parameter types
+ Allow comparing GStrv for == and != comparison
+ Fix handling for null branches
- Changes from version 3.37.0:
+ Port to libgirepository-2.0
+ Improve testsuite for ASAN/LSAN findings
-------------------------------------------------------------------
Wed Jan 8 15:04:59 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

4
template-glib.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: template-glib
version: 3.38.0
mtime: 1757724822
commit: 3a80bca76cb4d993f3af9c6dd43a5a1553f23207

View File

@@ -1,7 +1,7 @@
#
# spec file for package template-glib
#
# Copyright (c) 2025 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
@@ -17,19 +17,19 @@
Name: template-glib
Version: 3.36.3
Version: 3.38.0
Release: 0
Summary: Library for generating text based on a template and user defined state
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
URL: https://git.gnome.org/browse/template-glib/
Source0: https://download.gnome.org/sources/template-glib/3.36/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: bison
BuildRequires: flex
BuildRequires: gtk-doc
BuildRequires: meson >= 0.51.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
@@ -89,7 +89,7 @@ This package provides the development files.
-Dprofiling=false \
-Dintrospection=enabled \
-Dvapi=true \
-Dgtk_doc=true \
-Ddocs=true \
%{nil}
%meson_build
@@ -109,7 +109,7 @@ This package provides the development files.
%files devel
%doc README.md
%doc %{_datadir}/gtk-doc/html/template-glib/
%doc %{_datadir}/doc/template-glib-1.0/
%dir %{_includedir}/template-glib-1.0
%{_includedir}/template-glib-1.0/*.h
%{_datadir}/gir-1.0/Template-1.0.gir