* Mon Aug 11 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.3-1

- Upate to new upstream version 1.3.3
epel9
Fabian Affolter 11 years ago
parent cf4143f80f
commit a222ba3ec6

1
.gitignore vendored

@ -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

@ -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 <mail@fabian-affolter.ch> - 1.3.3-1
- Upate to new upstream version 1.3.3
* Mon Jul 14 2014 Fabian Affolter <mail@fabian-affolter.ch> - 1.3.2-1
- Upate to new upstream version 1.3.2 (rhbz#1119238)

@ -1 +1 @@
5d2fe7c8bf2518eb9829547751c04bbf mosquitto-1.3.2.tar.gz
e4df5c814f5d640dfa77d156625946fb mosquitto-1.3.3.tar.gz

Loading…
Cancel
Save