From bd1161d0e7795227510023517ddd52f1e8851848 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:59:29 +0100 Subject: [PATCH] update to 1.5.3 [release 1.5.3-1mamba;Fri May 20 2016] --- libloudmouth.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libloudmouth.spec b/libloudmouth.spec index 69a4a60..744afc2 100644 --- a/libloudmouth.spec +++ b/libloudmouth.spec @@ -1,14 +1,14 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libloudmouth -Version: 1.4.3 -Release: 2mamba +Version: 1.5.3 +Release: 1mamba Summary: An asynchronous XMPP library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://groups.google.com/group/loudmouth-dev -Source: http://ftp.gnome.org/pub/GNOME/sources/loudmouth/%{majver}/loudmouth-%{version}.tar.bz2 +Source: https://mcabber.com/files/loudmouth/loudmouth-%{version}.tar.bz2 Patch0: %{name}-1.4.3-glib-2.32.patch License: LGPL ## AUTOBUILDREQ-BEGIN @@ -37,7 +37,7 @@ This package contains static libraries and header files need for development. %prep %setup -q -n loudmouth-%{version} -%patch0 -p1 +#%patch0 -p1 %build %configure --disable-debug @@ -66,6 +66,9 @@ This package contains static libraries and header files need for development. %{_datadir}/gtk-doc/html/loudmouth/* %changelog +* Fri May 20 2016 Silvan Calarco 1.5.3-1mamba +- update to 1.5.3 + * Sun Aug 19 2012 Silvan Calarco 1.4.3-2mamba - added glib >= 2.32 patch