[sylpheed] Update to 3.2.0 Beta 1 (#718980)

Christoph Wickert cwickert at fedoraproject.org
Tue Jul 5 12:37:55 UTC 2011


commit e851f1d73649c60365adf680648a8bd0348934b3
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Tue Jul 5 14:37:36 2011 +0200

    Update to 3.2.0 Beta 1 (#718980)

 .gitignore    |    1 +
 sources       |    2 +-
 sylpheed.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3081df3..27d573e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ sylpheed-3.1.0beta3.tar.bz2
 /sylpheed-3.1.0beta7.tar.bz2
 /sylpheed-3.1.0.tar.bz2
 /sylpheed-3.1.1.tar.bz2
+/sylpheed-3.2.0beta1.tar.bz2
diff --git a/sources b/sources
index 29db648..258f8d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a9e3df4255b9f307cf50d0b38e5fd811  sylpheed-3.1.1.tar.bz2
+cf1ffd790f4499e4c7e7135e910ae895  sylpheed-3.2.0beta1.tar.bz2
diff --git a/sylpheed.spec b/sylpheed.spec
index caa4e3c..8639ef3 100644
--- a/sylpheed.spec
+++ b/sylpheed.spec
@@ -1,16 +1,17 @@
 # should be vendor 'fedora', but that would break upgrades for
 # people who have linked the desktop icon
 %global desktopvendor redhat
+%global prerelease beta1
 
 Name:           sylpheed
-Version:        3.1.1
-Release:        1%{?prerelease}%{?dist}
+Version:        3.2.0
+Release:        0.1%{?prerelease}%{?dist}
 Summary:        GTK+ based, lightweight, and fast email client
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://sylpheed.sraoss.jp/
-Source0:        http://sylpheed.sraoss.jp/sylpheed/v3.1/%{name}-%{version}.tar.bz2
+Source0:        http://sylpheed.sraoss.jp/sylpheed/v3.2beta/%{name}-%{version}%{?prerelease}.tar.bz2
 Source1:        sylpheed.1
 
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
@@ -78,7 +79,7 @@ this package contains development files only
 
 
 %prep
-%setup -q
+%setup -qn%{name}-%{version}%{?prerelease}
 %patch0 -p1 -b .dsofix
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop
@@ -162,6 +163,9 @@ update-desktop-database &> /dev/null || :
 %{_libdir}/*.so
 
 %changelog
+* Tue Jul 05 2011 Christoph Wickert <cwickert at fedoraproject.org> - 3.2.0-0.1.beta1
+- Update to 3.2.0 Beta 1 (#718980)
+
 * Fri May 06 2011 Christoph Wickert <wickert at kolabsys.com> - 3.1.1-1
 - Update to 3.1.1 (#702612)
 - Remove rpaths


More information about the scm-commits mailing list