From 58562c9891e1ffc46dfe0a580846696da96d6e1e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:31:30 +0100 Subject: [PATCH] update to 3.6.0 [release 3.6.0-1mamba;Sun Nov 08 2020] --- libqtxdg.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libqtxdg.spec b/libqtxdg.spec index 46728bf..534bea0 100644 --- a/libqtxdg.spec +++ b/libqtxdg.spec @@ -1,5 +1,5 @@ Name: libqtxdg -Version: 3.5.0 +Version: 3.6.0 Release: 1mamba Summary: A Qt 5 implementation of freedesktop.org XDG specifications Group: System/Libraries @@ -19,6 +19,7 @@ BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: cmake BuildRequires: lxqt-build-tools-devel +Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -89,5 +90,8 @@ This package contains utility applications for %{name}. %{_bindir}/qtxdg-mat %changelog +* Sun Nov 08 2020 Silvan Calarco 3.6.0-1mamba +- update to 3.6.0 + * Fri Oct 02 2020 Silvan Calarco 3.5.0-1mamba - package created using the webbuild interface