From 074eb3b6e7891d7feb645942a462d77e62317a37 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 12 Jan 2025 10:27:15 +0100 Subject: [PATCH] update to 1.3.14 [release 1.3.14-1mamba;Sat Jan 11 2025] --- paho-mqtt-c.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/paho-mqtt-c.spec b/paho-mqtt-c.spec index 92b14d4..61f6e98 100644 --- a/paho-mqtt-c.spec +++ b/paho-mqtt-c.spec @@ -1,12 +1,12 @@ Name: paho-mqtt-c -Version: 1.3.13 +Version: 1.3.14 Release: 1mamba Summary: An Eclipse Paho C client library for MQTT Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://eclipse.github.io/paho.mqtt.c/ +URL: https://eclipse-paho.github.io/paho.mqtt.c/MQTTClient/html/ Source: https://github.com/eclipse/paho.mqtt.c.git/v%{version}/paho.mqtt.c-%{version}.tar.bz2 License: EPL-2.0 ## AUTOBUILDREQ-BEGIN @@ -34,8 +34,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package - %prep %setup -q -n paho.mqtt.c-%{version} @@ -50,9 +48,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig - %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libpaho-mqtt3a.so.* @@ -72,5 +67,8 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Sat Jan 11 2025 Silvan Calarco 1.3.14-1mamba +- update to 1.3.14 + * Sun Feb 25 2024 Silvan Calarco 1.3.13-1mamba - package created using the webbuild interface