From a222ba3ec6a3470e4c1da78678050ae7a9a20fe1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Aug 11 2014 10:32:12 +0000 Subject: * Mon Aug 11 2014 Fabian Affolter - 1.3.3-1 - Upate to new upstream version 1.3.3 --- diff --git a/.gitignore b/.gitignore index 3482be1..ea14b02 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /mosquitto-1.3.tar.gz /mosquitto-1.3.1.tar.gz /mosquitto-1.3.2.tar.gz +/mosquitto-1.3.3.tar.gz diff --git a/mosquitto.spec b/mosquitto.spec index 1ee6bbd..6e2545b 100644 --- a/mosquitto.spec +++ b/mosquitto.spec @@ -1,5 +1,5 @@ Name: mosquitto -Version: 1.3.2 +Version: 1.3.3 Release: 1%{?dist} Summary: An Open Source MQTT v3.1 Broker @@ -14,6 +14,7 @@ BuildRequires: python-setuptools BuildRequires: systemd BuildRequires: uthash-devel BuildRequires: c-ares-devel +BuildRequires: libwebsockets-devel Requires(pre): shadow-utils Requires(post): systemd @@ -129,6 +130,9 @@ exit 0 %{python_sitelib}/%{name}* %changelog +* Mon Aug 11 2014 Fabian Affolter - 1.3.3-1 +- Upate to new upstream version 1.3.3 + * Mon Jul 14 2014 Fabian Affolter - 1.3.2-1 - Upate to new upstream version 1.3.2 (rhbz#1119238) diff --git a/sources b/sources index a2dd143..de4e25c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d2fe7c8bf2518eb9829547751c04bbf mosquitto-1.3.2.tar.gz +e4df5c814f5d640dfa77d156625946fb mosquitto-1.3.3.tar.gz