[spectrum] New upstream release.

Matej Cepl mcepl at fedoraproject.org
Thu Aug 26 12:47:27 UTC 2010


commit 87ff77e3ddd61feefe8a1da36764aae0b2318599
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Thu Aug 26 14:46:08 2010 +0200

    New upstream release.
    
    - fixes
    - fix Twitter handling of OAuth
    - added identica support

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 spectrum-1.4.0-cmake.patch => spectrum-cmake.patch |    0
 spectrum.spec                                      |    6 +++---
 4 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 610d03d..bf68f2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 spectrum-0.3.1.tar.gz
 spectrum-1.4.0.tar.gz
+/spectrum-1.4.1.tar.gz
diff --git a/sources b/sources
index bb224b1..e822760 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2341a11bb2cfa3d5810f2e17ebd68916  spectrum-1.4.0.tar.gz
+060946aa14aa457fe9584278e183d25d  spectrum-1.4.1.tar.gz
diff --git a/spectrum-1.4.0-cmake.patch b/spectrum-cmake.patch
similarity index 100%
rename from spectrum-1.4.0-cmake.patch
rename to spectrum-cmake.patch
diff --git a/spectrum.spec b/spectrum.spec
index 358f80b..14a8463 100644
--- a/spectrum.spec
+++ b/spectrum.spec
@@ -6,7 +6,7 @@
 
 Summary: XMPP transport/gateway
 Name: spectrum
-Version: 1.4.0
+Version: 1.4.1
 Release: 1%{?dist}
 Group: System Environment/Daemons
 # spectrumctl is GPLv3+, rest GPLv2+
@@ -14,9 +14,9 @@ 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/15/spectrum-%{version}.tar.gz
+Source0: http://spectrum.im/attachments/download/19/spectrum-%{version}.tar.gz
 # Patch to make spectrum build with an obsolete cmake on RHEL-5
-Patch1: spectrum-%{version}-cmake.patch
+Patch1: spectrum-cmake.patch
 URL: http://spectrum.im/
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: libpurple-devel


More information about the scm-commits mailing list