From 172ed2f9bc4d98209cb57836a0d02c02a8022852 Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Thu, 15 Jun 2023 13:50:48 -0700 Subject: [PATCH] chore: update qt5-libqtdbustest (#551) * chore: update qt5-libqtdbustest Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> * fix: use commit instead of version to fix build issues Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --------- Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --- anda/lib/qt5-qtdbustest/qt5-qtdbustest.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/qt5-qtdbustest/qt5-qtdbustest.spec b/anda/lib/qt5-qtdbustest/qt5-qtdbustest.spec index 5465f0d1ba..f5850eeb47 100644 --- a/anda/lib/qt5-qtdbustest/qt5-qtdbustest.spec +++ b/anda/lib/qt5-qtdbustest/qt5-qtdbustest.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/libqtdbustest -%global commit f204bb8d7e9a2ffcd159d2f51f47257a715bbd62 +%global commit 58990d63f2327d285d6ead430d03b02558257291 %forgemeta Name: qt5-qtdbustest @@ -8,7 +8,7 @@ Release: %autorelease Summary: Library for testing DBus interactions using Qt5 License: LGPL-3.0 URL: https://gitlab.com/ubports/development/core/libqtdbustest -Source0: %url/-/archive/%version/libqtdbustest-%version.tar.gz +Source0: %url/-/archive/%commit/libqtdbustest-%commit.tar.gz BuildRequires: cmake BuildRequires: cmake-extras @@ -32,7 +32,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} developing applications that use %{name}. %prep -%autosetup -n libqtdbustest-%version +%autosetup -n libqtdbustest-%commit %build %cmake