diff --git a/ejabberd-build.patch b/ejabberd-build.patch index b1944ee..f0e02dd 100644 --- a/ejabberd-build.patch +++ b/ejabberd-build.patch @@ -1,11 +1,11 @@ ---- src/Makefile.in~ 2008-05-23 14:59:01.000000000 +0400 -+++ src/Makefile.in 2008-05-23 16:27:42.000000000 +0400 -@@ -56,7 +56,7 @@ +--- src/Makefile.in.fix_paths 2008-08-01 16:34:28.000000000 +0400 ++++ src/Makefile.in 2008-08-09 19:54:03.000000000 +0400 +@@ -58,7 +58,7 @@ DESTDIR = -EJABBERDDIR = $(DESTDIR)@localstatedir@/lib/ejabberd +EJABBERDDIR = $(DESTDIR)@libdir@/ejabberd BEAMDIR = $(EJABBERDDIR)/ebin + SPOOLDIR = $(EJABBERDDIR)/db PRIVDIR = $(EJABBERDDIR)/priv - SODIR = $(PRIVDIR)/lib diff --git a/ejabberd.spec b/ejabberd.spec index f2074ce..68b6a30 100644 --- a/ejabberd.spec +++ b/ejabberd.spec @@ -1,6 +1,6 @@ Name: ejabberd Version: 2.0.2 -Release: 0.1.beta1%{?dist} +Release: 0.2.beta1%{?dist} Summary: A distributed, fault-tolerant Jabber/XMPP server Group: Applications/Internet @@ -203,6 +203,9 @@ rm -rf %{buildroot} %endif %changelog +* Sat Aug 9 2008 Peter Lemenkov 2.0.2-0.2.beta1 +- Fix build with --fuzz=0 + * Sat Aug 9 2008 Peter Lemenkov 2.0.2-0.1.beta1 - Version 2.0.2-beta1 - Fixed BZ# 452326