rpms/sylpheed/devel sylpheed-2.2.3-defs.h.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 sylpheed.spec, 1.27, 1.28 sylpheed-default-browser.patch, 1.1, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Mar 19 22:01:32 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/sylpheed/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25991

Modified Files:
	.cvsignore sources sylpheed.spec 
Added Files:
	sylpheed-2.2.3-defs.h.patch 
Removed Files:
	sylpheed-default-browser.patch 
Log Message:
* Sun Mar 19 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.3-1
- Update to 2.2.3.
- Update external commands (defs.h) patch.


sylpheed-2.2.3-defs.h.patch:

--- NEW FILE sylpheed-2.2.3-defs.h.patch ---
diff -Nur sylpheed-2.2.3-orig/libsylph/defs.h sylpheed-2.2.3/libsylph/defs.h
--- sylpheed-2.2.3-orig/libsylph/defs.h	2006-01-10 09:18:15.000000000 +0100
+++ sylpheed-2.2.3/libsylph/defs.h	2006-03-19 22:45:40.000000000 +0100
@@ -87,12 +87,12 @@
 #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" */
 #define DEFAULT_SENDMAIL_CMD	"/usr/sbin/sendmail -t -i"
-#define DEFAULT_BROWSER_CMD	"mozilla-firefox -remote 'openURL(%s,new-window)'"
+#define DEFAULT_BROWSER_CMD	"gnome-open '%s'"
 
 #ifdef _PATH_MAILDIR
 #  define DEFAULT_SPOOL_PATH	_PATH_MAILDIR


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	11 Nov 2005 11:03:34 -0000	1.15
+++ .cvsignore	19 Mar 2006 22:01:32 -0000	1.16
@@ -1,2 +1,2 @@
-sylpheed-2.0.4.tar.bz2.asc
-sylpheed-2.0.4.tar.bz2
+sylpheed-2.2.3.tar.bz2.asc
+sylpheed-2.2.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	11 Nov 2005 11:03:35 -0000	1.15
+++ sources	19 Mar 2006 22:01:32 -0000	1.16
@@ -1,2 +1,2 @@
-f4dc5a59840a59d92d432e297f7b5106  sylpheed-2.0.4.tar.bz2.asc
-c9f1c4cf2b3933ebbb58519ba3b77887  sylpheed-2.0.4.tar.bz2
+e686a2fd8cf2ce3dd0ac766fd58fb15d  sylpheed-2.2.3.tar.bz2.asc
+4fe29639ac4f628f348120361310e0af  sylpheed-2.2.3.tar.bz2


Index: sylpheed.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sylpheed.spec	15 Feb 2006 02:16:00 -0000	1.27
+++ sylpheed.spec	19 Mar 2006 22:01:32 -0000	1.28
@@ -4,8 +4,8 @@
 
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
-Version: 2.0.4
-Release: 2%{?dist}
+Version: 2.2.3
+Release: 1%{?dist}
 License: GPL
 URL: http://sylpheed.good-day.net/
 Group: Applications/Internet
@@ -16,11 +16,12 @@
 %{!?_without_compface:BuildRequires: compface-devel}
 %{?_with_ldap:BuildRequires: openldap-devel}
 %{?_with_jpilot:BuildRequires: jpilot-devel}
-Source0: http://sylpheed.good-day.net/sylpheed/%{name}-%{version}.tar.bz2
+BuildRequires: gtkspell-devel
+Source0: http://sylpheed.good-day.net/sylpheed/v2.2/%{name}-%{version}.tar.bz2
 Source1: sylpheed.1
 
-Patch2: sylpheed-default-browser.patch
-Patch3: sylpheed-1.9.10-desktop.patch
+Patch1: sylpheed-2.2.3-defs.h.patch
+Patch2: sylpheed-1.9.10-desktop.patch
 
 %description
 This program is an X based fast email client which has features
@@ -39,8 +40,8 @@
 
 %prep
 %setup -q
-%patch2 -p1 -b .default-browser
-%patch3 -p1 -b .desktop
+%patch1 -p1 -b .defs.h
+%patch2 -p1 -b .desktop
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
@@ -75,12 +76,20 @@
 %doc COPYING ChangeLog README INSTALL TODO
 %doc ChangeLog.ja README.ja INSTALL.ja TODO.ja
 %{_bindir}/sylpheed
-%{_datadir}/sylpheed
+%{_datadir}/sylpheed/
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
-%{_mandir}/man1
+%{_mandir}/man1/*
 
 %changelog
+* Sun Mar 19 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.3-1
+- Update to 2.2.3.
+- Update external commands (defs.h) patch.
+
+* Sat Feb 18 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.0-1
+- Update to 2.2.0 (new stable series).
+- BR gtkspell-devel.
+
 * Wed Feb 15 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4-2
 - rebuilt for FC5
 


--- sylpheed-default-browser.patch DELETED ---




More information about the fedora-extras-commits mailing list