[claws-mail] 3.8.0-1 version upgrade cleanup patches own plugin include directory in -devel

Andreas Bierfert awjb at fedoraproject.org
Thu Dec 29 16:30:24 UTC 2011


commit 7de152ab0e02926101d41630aeba7625b124b50f
Author: Andreas Bierfert <andreas.bierfert at lowlatency.de>
Date:   Thu Dec 29 17:30:06 2011 +0100

    3.8.0-1
    version upgrade
    cleanup patches
    own plugin include directory in -devel

 .gitignore                            |    1 +
 claws-mail-3.7.10-cvs47.patch         |   14 --------------
 claws-mail-3.7.10-glib2-include.patch |   12 ------------
 claws-mail.spec                       |   19 +++++++++----------
 sources                               |    2 +-
 5 files changed, 11 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bc667d..296eba3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ claws-mail-3.7.6.tar.bz2
 /claws-mail-20110409cvs.tar.bz2
 /claws-mail-3.7.9.tar.bz2
 /claws-mail-3.7.10.tar.bz2
+/claws-mail-3.8.0.tar.bz2
diff --git a/claws-mail.spec b/claws-mail.spec
index 4ae972c..0d80e53 100644
--- a/claws-mail.spec
+++ b/claws-mail.spec
@@ -1,17 +1,13 @@
-%global pluginapi 3.7.10.0
+%global pluginapi 3.8.0.0
 
 Name:           claws-mail
-Version:        3.7.10
-Release:        7%{?dist}
+Version:        3.8.0
+Release:        1%{?dist}
 Summary:        Email client and news reader based on GTK+
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://claws-mail.org
 Source0:        http://downloads.sourceforge.net/sylpheed-claws/%{name}-%{version}.tar.bz2
-# http://www.thewildbeast.co.uk/claws-mail/bugzilla/attachment.cgi?id=960
-Patch0:         claws-gnome-shell-dont-start-minimized.patch
-Patch1:         claws-mail-3.7.10-glib2-include.patch
-Patch2:         claws-mail-3.7.10-cvs47.patch
 
 BuildRequires:  flex, bison
 BuildRequires:  glib2-devel >= 2.6.2
@@ -117,9 +113,6 @@ mails, verify signatures or sign and encrypt your own mails.
 
 %prep
 %setup -q
-%patch0 -p1 -b .3.7.9cvs2
-%patch1 -p1 -b .glib2-include
-%patch2 -p1 -b .cvs47
 
 # guard for pluginapi
 SOURCEAPI=$(grep -A 1 VERSION_NUMERIC src/common/version.h | tr -d '\n' | perl -ne 's/[\\\s]//g; m/(\d+),(\d+),(\d+),(\d+)/; print("$1.$2.$3.$4");')
@@ -235,6 +228,12 @@ fi
 %{_libdir}/claws-mail/plugins/smime.deps
 
 %changelog
+* Wed Dec 28 2011 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 3.8.0-1
+- version upgrade
+- cleanup patches
+- own plugin include directory in -devel
+
 * Wed Nov 30 2011 Michael Schwendt <mschwendt at fedoraproject.org>
 - 3.7.10-7
 - merge fix from 3.7.10cvs47 for odd mimeview_start_drag crash (#748384)
diff --git a/sources b/sources
index 7c7cf8c..6a829c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fcf58dcff52f0908ff3bc368d820408b  claws-mail-3.7.10.tar.bz2
+df9f1657d7f34959a2205344d952c2e3  claws-mail-3.8.0.tar.bz2


More information about the scm-commits mailing list