automatic version update by autodist [release 1.70-1mamba;Sat Jun 07 2025]

This commit is contained in:
2025-06-08 15:20:30 +02:00
parent 38ce6a6f10
commit fc51fed413
2 changed files with 5 additions and 26 deletions

View File

@ -1,22 +0,0 @@
From 6620406c7280a1f56b53151131350050df8d24af Mon Sep 17 00:00:00 2001
From: Aleix Pol <aleixpol@kde.org>
Date: Mon, 7 Apr 2025 23:45:35 +0200
Subject: [PATCH] Install the globals file, otherwise we can't build the rest
of headers
---
snapd-qt/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/snapd-qt/meson.build b/snapd-qt/meson.build
index 9eab6766..6c3ac15e 100644
--- a/snapd-qt/meson.build
+++ b/snapd-qt/meson.build
@@ -113,6 +113,7 @@ source_h = [
'Snapd/task-data.h',
'Snapd/user-information.h',
'Snapd/wrapped-object.h',
+ 'Snapd/snapdqt_global.h',
]
source_alias_h = [

View File

@ -1,6 +1,6 @@
Name: snapd-glib
Version: 1.67
Release: 2mamba
Version: 1.70
Release: 1mamba
Summary: A library to allow GLib and Qt based applications access to snapd
Group: System/Libraries
Vendor: openmamba
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://snapcraft.io/
Source: https://github.com/snapcore/snapd-glib.git/%{version}/snapd-glib-%{version}.tar.bz2
Patch0: snapd-glib-1.67-upstream-install-snapdqt_global_h.patch.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -60,7 +59,6 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
%patch 0 -p1 -b .upstream-install-snapdqt_global_h.patch
%build
%meson
@ -116,6 +114,9 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/pkgconfig/snapd-qt-2.pc
%changelog
* Sat Jun 07 2025 Automatic Build System <autodist@openmamba.org> 1.70-1mamba
- automatic version update by autodist
* Sun May 11 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.67-2mamba
- added upstream patch to install required header snapdqt_global.h