[sylpheed/f13/master] * Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 3.0.3-1 - Update to 3.0.3

Christoph Wickert cwickert at fedoraproject.org
Sun Aug 1 14:08:31 UTC 2010


commit 1e893b4e69ed54b571d525d8851759935d28065f
Author: Christoph Wickert <fedora at christoph-wickert.de>
Date:   Sun Aug 1 16:08:25 2010 +0200

    * Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 3.0.3-1
    - Update to 3.0.3

 .gitignore                  |    1 +
 sources                     |    2 +-
 sylpheed-2.4.6-defs.h.patch |   18 ------------------
 sylpheed-3.0.3-defs.h.patch |   11 +++++++++++
 sylpheed.spec               |    9 ++++++---
 5 files changed, 19 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 77aa952..6223d10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 sylpheed-3.0.2.tar.bz2
+sylpheed-3.0.3.tar.bz2
diff --git a/sources b/sources
index b355682..1eecb1a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ee330c737b02418d8692bd193f8b176  sylpheed-3.0.2.tar.bz2
+0428c2625961d76ecb62f3965eb6ee88  sylpheed-3.0.3.tar.bz2
diff --git a/sylpheed-3.0.3-defs.h.patch b/sylpheed-3.0.3-defs.h.patch
new file mode 100644
index 0000000..e7e44ef
--- /dev/null
+++ b/sylpheed-3.0.3-defs.h.patch
@@ -0,0 +1,11 @@
+--- sylpheed-3.0.3.orig/libsylph/defs.h	2010-06-17 11:02:39.000000000 +0200
++++ sylpheed-3.0.3/libsylph/defs.h	2010-08-01 15:54:29.000000000 +0200
+@@ -89,7 +89,7 @@
+ #else
+ #  define DEFAULT_SIGNATURE	".signature"
+ #endif
+-#define DEFAULT_INC_PATH	"/usr/bin/mh/inc"
++#define DEFAULT_INC_PATH	"/usr/bin/inc"
+ #define DEFAULT_INC_PROGRAM	"inc"
+ /* #define DEFAULT_INC_PATH	"/usr/bin/imget" */
+ /* #define DEFAULT_INC_PROGRAM	"imget" */
diff --git a/sylpheed.spec b/sylpheed.spec
index 91857d5..70ed51c 100644
--- a/sylpheed.spec
+++ b/sylpheed.spec
@@ -2,10 +2,10 @@
 # people who have linked the desktop icon
 %global desktopvendor redhat
 
-%global tarversion 3.0.2
+%global tarversion 3.0.3
 
 Name:           sylpheed
-Version:        3.0.2
+Version:        3.0.3
 Release:        1%{?dist}
 Summary:        GTK+ based, lightweight, and fast email client
 
@@ -31,7 +31,7 @@ BuildRequires:  enchant-devel
 # fix implicit DSO linking (#565108)
 Patch0:         sylpheed-3.0.0-dsofix.patch
 # customisations for default program paths
-Patch1:         sylpheed-2.4.6-defs.h.patch
+Patch1:         sylpheed-3.0.3-defs.h.patch
 # customisations in the .desktop file
 Patch2:         sylpheed-2.5.0-desktop.patch
 # customisation for /etc/pki/tls/
@@ -155,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Sun Aug 01 2010 Christoph Wickert <cwickert at fedoraproject.org> - 3.0.3-1
+- Update to 3.0.3
+
 * Tue Jun 15 2010 Christoph Wickert <cwickert at fedoraproject.org> - 3.0.2-1
 - Update to 3.0.2
 


More information about the scm-commits mailing list