[spectrum] New upstream version.

Matej Cepl mcepl at fedoraproject.org
Sat Jun 11 18:06:47 UTC 2011


commit 2c625af0ee0a2a030931b1fdd070db3fd0d66a40
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Sat Jun 11 20:05:55 2011 +0200

    New upstream version.
    
    spectrum-poco-rename patch is no longer needed.

 .gitignore    |    1 +
 sources       |    2 +-
 spectrum.spec |   12 +++++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efbf4dc..b69d556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ spectrum-1.4.0.tar.gz
 /spectrum-1.4.5.tar.gz
 /spectrum-1.4.6.tar.gz
 /spectrum-1.4.7.tar.gz
+/spectrum-1.4.8.tar.gz
diff --git a/sources b/sources
index 5e9d7d5..8abde8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2104c4e5e8842dcdc053dd042f29c1e  spectrum-1.4.7.tar.gz
+edd88e1e70f86fe9aa4b43d787529a47  spectrum-1.4.8.tar.gz
diff --git a/spectrum.spec b/spectrum.spec
index 8059e1e..53a3607 100644
--- a/spectrum.spec
+++ b/spectrum.spec
@@ -6,8 +6,8 @@
 
 Summary: XMPP transport/gateway
 Name: spectrum
-Version: 1.4.7
-Release: 5%{?dist}
+Version: 1.4.8
+Release: 1%{?dist}
 Group: System Environment/Daemons
 # spectrumctl is GPLv3+, rest GPLv2+
 License: GPLv2+ and GPLv3+
@@ -15,17 +15,17 @@ License: GPLv2+ and GPLv3+
 # git archive --prefix=spectrum/ d55ba67ea9dc | bzip2 >spectrum.tar.bz2
 #Source0: %{name}.tar.bz2
 # The following URL needs to be bumped for every release ... that 26 is not stable
-Source0: http://spectrum.im/attachments/download/37/%{name}-%{version}.tar.gz
+Source0: http://spectrum.im/attachments/download/43/%{name}-%{version}.tar.gz
 # Patch to make spectrum build with an obsolete cmake on RHEL-5
 Source1: spectrum-tmpfiles.conf
 Patch0: spectrum-old-cmake.patch
-Patch1: spectrum-poco-rename.patch
 URL: http://spectrum.im/
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: libpurple-devel
 BuildRequires: poco-devel
 BuildRequires: gloox-devel
 BuildRequires: cppunit-devel
+BuildRequires: libev-devel
 BuildRequires: cmake
 BuildRequires: python2-devel
 BuildRequires: python-xmpp
@@ -57,7 +57,6 @@ switched on in order to get libpurple.
 %if 0%{?rhel} > 0 && 0%{?rhel} <= 5
 %patch0 -p0 -b .RHEL-cmake
 %endif
-%patch1 -p1 -b .poco-rename
 
 rm -vf po/*.po
 
@@ -152,6 +151,9 @@ fi
 %endif
 
 %changelog
+* Sat Jun 11 2011 Matěj Cepl <mcepl at redhat.com> - 1.4.8-1
+- New upstream release.
+
 * Sat May 14 2011 Matěj Cepl <mcepl at redhat.com> - 1.4.7-5
 - Bump the release for rebuild with more recent GCC.
 


More information about the scm-commits mailing list