[jabberd] updated to 2.3.2

Adrian Reber adrian at fedoraproject.org
Tue Feb 25 13:05:58 UTC 2014


commit a79d72e081ed4ed323ee708194b819a67b252ab5
Author: Adrian Reber <adrian at lisas.de>
Date:   Tue Feb 25 14:06:48 2014 +0100

    updated to 2.3.2
    
    - dropped patches

 .gitignore                                     |    1 +
 2e0e7c8cf8adb3ec92a608fa0d2fa52a903de076.patch |   59 ----------
 49d48df0f6b6b1d35cf96930644f03b6db66e0d4.patch |  149 ------------------------
 jabberd.spec                                   |   17 ++--
 sources                                        |    2 +-
 5 files changed, 10 insertions(+), 218 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ae765a..107cc34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /jabberd-2.2.16.tar.gz
 /jabberd-2.2.17.tar.xz
 /jabberd-2.3.1.tar.xz
+/jabberd-2.3.2.tar.xz
diff --git a/jabberd.spec b/jabberd.spec
index ecc3598..1cc3ebd 100644
--- a/jabberd.spec
+++ b/jabberd.spec
@@ -2,17 +2,15 @@
 
 Summary:        OpenSource server implementation of the Jabber protocols
 Name:           jabberd
-Version:        2.3.1
-Release:        3%{?dist}
+Version:        2.3.2
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Daemons
-Source0:        https://github.com/jabberd2/jabberd2/releases/download/jabberd-2.3.1/jabberd-2.3.1.tar.xz
+Source0:        https://github.com/jabberd2/jabberd2/releases/download/jabberd-2.3.2/jabberd-2.3.2.tar.xz
 Source1:        README.fedora
-Patch0:         https://github.com/jabberd2/jabberd2/commit/2e0e7c8cf8adb3ec92a608fa0d2fa52a903de076.patch
-Patch1:         https://github.com/jabberd2/jabberd2/commit/49d48df0f6b6b1d35cf96930644f03b6db66e0d4.patch
 URL:            http://jabberd2.org/
 BuildRequires:  openssl-devel libidn-devel expat-devel
-BuildRequires:  systemd-units cppunit-devel autoconf libtool
+BuildRequires:  systemd-units cppunit-devel
 
 %{!?_without_pam:BuildRequires: pam-devel}
 %{!?_without_sqlite:BuildRequires: sqlite-devel}
@@ -42,11 +40,8 @@ This package defaults to use pam and sqlite.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
-autoreconf -i
 export CFLAGS="%{optflags}"
 %configure \
         --sysconfdir=%{_sysconfdir}/%{name} \
@@ -196,6 +191,10 @@ fi
 %attr(700, jabber, jabber) %{_var}/lib/%{name}
 
 %changelog
+* Tue Feb 25 2014 Adrian Reber <adrian at lisas.de> - 2.3.2-1
+- updated to 2.3.2
+- dropped patches
+
 * Tue Feb 18 2014 Adrian Reber <adrian at lisas.de> - 2.3.1-3
 - upstreamed systemd unit files (Patch1)
 
diff --git a/sources b/sources
index b711404..3facce2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72ee83dd0bd725a441ca3edda39b79aa  jabberd-2.3.1.tar.xz
+72554a37213e52890a48a8436725443c  jabberd-2.3.2.tar.xz


More information about the scm-commits mailing list