public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ejabberd] f45: New build with new ssl library and erlang.
@ 2026-09-23 19:06 Matej Cepl
  0 siblings, 0 replies; only message in thread
From: Matej Cepl @ 2026-09-23 19:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ejabberd
Branch : f45
Commit : 139f9d59fb4e442b2398ee7b3d92a44f8acbf0fd
Author : Matej Cepl <mcepl@fedoraproject.org>
Date   : 2007-12-11T16:30:26+00:00
Stats  : +16/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/ejabberd/c/139f9d59fb4e442b2398ee7b3d92a44f8acbf0fd?branch=f45

Log:
New build with new ssl library and erlang.

---
diff --git a/.cvsignore b/.cvsignore
index e4244d8..806fffe 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-ejabberd-1.1.4.tar.gz
+ejab-446.patch

diff --git a/ejabberd.spec b/ejabberd.spec
index e6c76dd..0ddda43 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -23,6 +23,10 @@ Source8:        ejabberdctl
 Source9:        ejabberdctl.pam
 Source10:       ejabberdctl.apps
 
+# originally from
+# https://support.process-one.net/secure/attachment/11788/ejab-446.patch
+Patch0: ejab-446.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  expat-devel
@@ -76,6 +80,7 @@ fi
 
 %prep
 %setup -q
+%patch0 -p0 -b .Er12b-build 
 
 %{__perl} -pi -e "s!/var/lib/ejabberd!%{_libdir}/ejabberd-%{version}!g" src/Makefile.in
 %{__perl} -pi -e "s!/etc!%{_sysconfdir}!g" src/Makefile.in
@@ -88,7 +93,7 @@ cp %{S:7} src
 
 %build
 pushd src
-%configure --enable-odbc
+%configure --enable-odbc --enable-debug
 make %{?_smp_mflags}
 popd
 pushd doc
@@ -169,6 +174,11 @@ rm -rf %{buildroot}
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Tue Dec 11 2007 Matej Cepl <mcepl@redhat.com> 1.1.4-2.fc9
+- rebuild against new ssl library.
+- rebuild against the newest erlang (see Patch
+- fix %%changelog
+
 * Wed Sep  5 2007 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.4-1
 - Drop LDAP patch
 - Update mod_ctlextra
@@ -229,8 +239,8 @@ rm -rf %{buildroot}
 
 * Thu Jun 22 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.1-6
 - Split documentation off to a subpackage.
-- Own %{_libdir}/ejabberd-%{version}
-- Mark %{_sysconfdir}/logrotate.d/ejabberd as %config
+- Own %%{_libdir}/ejabberd-%{version}
+- Mark %%{_sysconfdir}/logrotate.d/ejabberd as %%config
 
 * Thu Jun  8 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.1.1-5
 - Patch the makefile so that it adds a soname to shared libs.

diff --git a/sources b/sources
index 448ac33..f714b7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65e9cd346f11a28afbacfe1d7be3a33b  ejabberd-1.1.4.tar.gz
+37fd8c5183818f6ce36f4e3dd64e5033  ejab-446.patch

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 19:06 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:06 [rpms/ejabberd] f45: New build with new ssl library and erlang Matej Cepl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox