[spectrum] New upstream release.

Matej Cepl mcepl at fedoraproject.org
Fri Oct 8 12:17:35 UTC 2010


commit 2e9d82717a0cd44b2bbf054d32a463cab61918de
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Fri Oct 8 14:08:58 2010 +0200

    New upstream release.
    
    == General ==
    
     * Fixed crash when user rejected susbcribe request after automatic
       reconnection.
     * Fixed crash in DNSResolver when resolving was cancelled in some cases.
     * Fixed crash when conversations were not properly deleted after logout.
     * Fixed chatstates forwarding from XMPP to legacy network.
     * Sending statistics to anyone can be disabled by setting [features]
       statistics=0.
     * Fixed missing 'ver' attribute in presence caps after "spectrumctl
       reload".
     * Added support for libevent. Epoll can be used instead of poll by
       setting [service] eventloop=epoll. Use epoll only with standard
       libpurple protocols, otherwise it doesn't have to work well.
     * Added new [registration] allowed_users=regexp config variable to
       white-list registration usernames.
    
    == pytransports2spectrum ==
    
     * Fixed migration of utf8 usernames from py-transports [Nikolaus Polak].
    
    == Bonjour ==
    
     * Added Bonjour protocol support.
    
    == XMPP ==
    
     * Receiving VCards supported.

 .gitignore    |    1 +
 sources       |    2 +-
 spectrum.spec |    7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf68f2c..5b74a41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 spectrum-0.3.1.tar.gz
 spectrum-1.4.0.tar.gz
 /spectrum-1.4.1.tar.gz
+/spectrum-1.4.2.tar.gz
diff --git a/sources b/sources
index e822760..5e17e41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-060946aa14aa457fe9584278e183d25d  spectrum-1.4.1.tar.gz
+704d0d933c0225139e3225dc6369f121  spectrum-1.4.2.tar.gz
diff --git a/spectrum.spec b/spectrum.spec
index 14a8463..3fccdd4 100644
--- a/spectrum.spec
+++ b/spectrum.spec
@@ -6,7 +6,7 @@
 
 Summary: XMPP transport/gateway
 Name: spectrum
-Version: 1.4.1
+Version: 1.4.2
 Release: 1%{?dist}
 Group: System Environment/Daemons
 # spectrumctl is GPLv3+, rest GPLv2+
@@ -14,7 +14,7 @@ License: GPLv2+ and GPLv3+
 # git clone http://github.com/hanzz/spectrum.git
 # git archive --prefix=spectrum/ d55ba67ea9dc | bzip2 >spectrum.tar.bz2
 #Source0: %{name}.tar.bz2
-Source0: http://spectrum.im/attachments/download/19/spectrum-%{version}.tar.gz
+Source0: http://github.com/downloads/hanzz/spectrum/spectrum-%{version}.tar.gz
 # Patch to make spectrum build with an obsolete cmake on RHEL-5
 Patch1: spectrum-cmake.patch
 URL: http://spectrum.im/
@@ -139,6 +139,9 @@ fi
 %config(noreplace) %{_sysconfdir}/logrotate.d/spectrum
 
 %changelog
+* Fri Oct 08 2010 Matěj Cepl <mcepl at redhat.com> - 1.4.2-1
+- New upstream release
+
 * Thu Aug 12 2010 Matěj Cepl <mcepl at redhat.com> - 1.4.0-1
 - New upstream release.
 


More information about the scm-commits mailing list