From b46d3a85a87e0f22e2a4d30eadc1e3b805b5dca8 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 4 Jan 2025 22:09:14 +0100 Subject: [PATCH] update to 2.0 [release 2.0-1mamba;Sat Jan 04 2025] --- phonesim.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/phonesim.spec b/phonesim.spec index 5e65044..56e9755 100644 --- a/phonesim.spec +++ b/phonesim.spec @@ -1,28 +1,30 @@ Name: phonesim -Version: 1.21 +Version: 2.0 Release: 1mamba Summary: Phone Simulator for modem testing Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://git.kernel.org/pub/scm/network/ofono/phonesim.git -Source: https://git.kernel.org/pub/scm/network/ofono/phonesim.git/snapshot/phonesim-%{version}.tar.gz +URL: https://git.kernel.org/pub/scm/network/ofono/phonesim +Source: https://git.kernel.org/pub/scm/network/ofono/phonesim.git/%{version}/phonesim-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig +BuildRequires: libQt5Core +BuildRequires: libQt5DBus +BuildRequires: libQt5Gui +BuildRequires: libQt5Network +BuildRequires: libQt5Widgets +BuildRequires: libQt5Xml BuildRequires: libgcc -BuildRequires: libqt4-devel BuildRequires: libstdc++6-devel +BuildRequires: qt5-qtdeclarative-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Phone Simulator for modem testing. -%debug_package - %prep %setup -q @@ -44,5 +46,8 @@ Phone Simulator for modem testing. %doc AUTHORS COPYING %changelog +* Sat Jan 04 2025 Silvan Calarco 2.0-1mamba +- update to 2.0 + * Thu Jul 02 2020 Silvan Calarco 1.21-1mamba - package created using the webbuild interface