public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: Update to 19.02 (#1683310).
@ 2026-09-23 19:07 Randy Barlow
0 siblings, 0 replies; only message in thread
From: Randy Barlow @ 2026-09-23 19:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ejabberd
Branch : f45
Commit : d3b8b790e18efa643a07de3cdc3efa23bf43ca5d
Author : Randy Barlow <randy@electronsweatshop.com>
Date : 2019-04-16T16:30:07-04:00
Stats : +28/-25 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/ejabberd/c/d3b8b790e18efa643a07de3cdc3efa23bf43ca5d?branch=f45
Log:
Update to 19.02 (#1683310).
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
---
diff --git a/.gitignore b/.gitignore
index 0b812ed..8b88c20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/ejabberd-18.06.tar.gz
/ejabberd-18.09.tar.gz
/ejabberd-18.12.1.tar.gz
+/ejabberd-19.02.tar.gz
diff --git a/ejabberd.spec b/ejabberd.spec
index 1f4f74c..9ae2729 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -3,24 +3,24 @@
# Since we require the version in both BuildRequires and Requires, let's make these variables for
# easier maintenance.
-%global cache_tab_ver 1.0.17
-%global eimp_ver 1.0.9
-%global epam_ver 1.0.4
-%global esip_ver 1.0.27
-%global ezlib_ver 1.0.4
-%global fast_tls_ver 1.0.26
-%global fast_xml_ver 1.1.34
-%global fast_yaml_ver 1.0.17
-%global iconv_ver 1.0.10
+%global cache_tab_ver 1.0.18
+%global eimp_ver 1.0.10
+%global epam_ver 1.0.5
+%global esip_ver 1.0.28
+%global ezlib_ver 1.0.5
+%global fast_tls_ver 1.1.0
+%global fast_xml_ver 1.1.35
+%global fast_yaml_ver 1.0.18
%global luerl_ver 0.3
-%global p1_mysql_ver 1.0.8
-%global p1_oauth2_ver 0.6.3
-%global p1_pgsql_ver 1.1.6
-%global p1_utils_ver 1.0.13
-%global pkix_ver 1.0.0
-%global stringprep_ver 1.0.14
-%global stun_ver 1.0.26
-%global xmpp_ver 1.2.8
+%global mqtree_ver 1.0.2
+%global p1_mysql_ver 1.0.9
+%global p1_oauth2_ver 0.6.4
+%global p1_pgsql_ver 1.1.7
+%global p1_utils_ver 1.0.14
+%global pkix_ver 1.0.1
+%global stringprep_ver 1.0.15
+%global stun_ver 1.0.27
+%global xmpp_ver 1.3.2
# Define SELinux policy variables
%global selinuxtype targeted
@@ -30,8 +30,8 @@
Name: ejabberd
-Version: 18.12.1
-Release: 2%{?dist}
+Version: 19.02
+Release: 1%{?dist}
BuildArch: noarch
License: GPLv2+
@@ -72,12 +72,11 @@ BuildRequires: erlang-ezlib >= %{ezlib_ver}
BuildRequires: erlang-fast_tls >= %{fast_tls_ver}
BuildRequires: erlang-fast_xml >= %{fast_xml_ver}
BuildRequires: erlang-fast_yaml >= %{fast_yaml_ver}
-BuildRequires: erlang-iconv >= %{iconv_ver}
BuildRequires: erlang-jiffy >= 0.14.8
BuildRequires: erlang-jose >= 1.8.4
BuildRequires: erlang-lager >= 3.6
BuildRequires: erlang-luerl >= %{luerl_ver}
-BuildRequires: erlang-meck >= 0.8.12
+BuildRequires: erlang-mqtree >= %{mqtree_ver}
BuildRequires: erlang-odbc
BuildRequires: erlang-p1_mysql >= %{p1_mysql_ver}
BuildRequires: erlang-p1_oauth2 >= %{p1_oauth2_ver}
@@ -122,12 +121,11 @@ Requires: erlang-ezlib >= %{ezlib_ver}
Requires: erlang-fast_tls >= %{fast_tls_ver}
Requires: erlang-fast_xml >= %{fast_xml_ver}
Requires: erlang-fast_yaml >= %{fast_yaml_ver}
-Requires: erlang-iconv >= %{iconv_ver}
Requires: erlang-jiffy >= 0.14.8
Requires: erlang-jose >= 1.8.4
Requires: erlang-lager >= 3.6
Requires: erlang-luerl >= %{luerl_ver}
-Requires: erlang-meck >= 0.8.12
+Requires: erlang-mqtree >= %{mqtree_ver}
Requires: erlang-os_mon
Requires: erlang-p1_mysql >= %{p1_mysql_ver}
Requires: erlang-p1_oauth2 >= %{p1_oauth2_ver}
@@ -194,7 +192,7 @@ cp %{S:14} %{S:15} %{S:16} .
%build
autoreconf -ivf
-%configure --disable-graphics --enable-odbc --enable-mysql --enable-pgsql --enable-pam --enable-zlib --enable-iconv --enable-debug --enable-lager --libdir=%{_libdir}/erlang/lib/ --with-erlang=%{_libdir}/erlang/ --enable-system-deps --enable-stun
+%configure --disable-graphics --enable-odbc --enable-mysql --enable-pgsql --enable-pam --enable-zlib --enable-debug --enable-lager --libdir=%{_libdir}/erlang/lib/ --with-erlang=%{_libdir}/erlang/ --enable-system-deps --enable-stun
%{erlang_compile}
@@ -403,6 +401,10 @@ fi
%changelog
+* Sat Apr 13 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 19.02-1
+- Update to 19.02 (#1683310).
+- https://blog.process-one.net/ejabberd-19-02-the-mqtt-edition/
+
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 18.12.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
diff --git a/sources b/sources
index aeafb39..a3e21b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ejabberd-18.12.1.tar.gz) = d97a231b6eee7a73ff016ac21d7deea91065dec1bcc903c7b7b20d380537a80f8d2288a91d6845382b422d1e21ea3e52b286fa9e068a29d0d17fa790b3591148
+SHA512 (ejabberd-19.02.tar.gz) = a3feae07f5bcb647e12f6a0eb440e56d47b59d362711ccc4d504a590a6e421edc47fcce4a651cd0b447ee4abb28c2c2a0385c2246fa3a0b7b5347db5652acc70
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 19:07 [rpms/ejabberd] f45: Update to 19.02 (#1683310) Randy Barlow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox