rpms/sylpheed/FC-5 .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 sylpheed.spec, 1.32, 1.33 sylpheed-2.2.6-summaryview-crash.patch, 1.1, NONE sylpheed-2.2.6-tr-crash.patch, 1.1, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Aug 13 18:05:48 UTC 2006


Author: mschwendt

Update of /cvs/extras/rpms/sylpheed/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9735

Modified Files:
	.cvsignore sources sylpheed.spec 
Removed Files:
	sylpheed-2.2.6-summaryview-crash.patch 
	sylpheed-2.2.6-tr-crash.patch 
Log Message:
* Mon Jul 31 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.7-1
- Update to 2.2.7 (includes patches from 2.2.6-2 and -3).

* Sun Jul 30 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-4
- Enable OpenLDAP support as requested by several users.
- Drop minimal version from GPGME build requirement
  (it's superfluous in our environments).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/FC-5/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	9 Jun 2006 12:03:23 -0000	1.18
+++ .cvsignore	13 Aug 2006 18:05:48 -0000	1.19
@@ -1,2 +1,2 @@
-sylpheed-2.2.6.tar.bz2.asc
-sylpheed-2.2.6.tar.bz2
+sylpheed-2.2.7.tar.bz2.asc
+sylpheed-2.2.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/FC-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	9 Jun 2006 12:03:23 -0000	1.18
+++ sources	13 Aug 2006 18:05:48 -0000	1.19
@@ -1,2 +1,2 @@
-f435dfe2dc3228dfec6ab0e17616243d  sylpheed-2.2.6.tar.bz2.asc
-ecd880cce22a2755bcf05503a0ed7bbf  sylpheed-2.2.6.tar.bz2
+38dcc0597e127eb0475f048fd0b46711  sylpheed-2.2.7.tar.bz2.asc
+ec39510169d329f39d8f5f06b60ff243  sylpheed-2.2.7.tar.bz2


Index: sylpheed.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed/FC-5/sylpheed.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sylpheed.spec	27 Jun 2006 20:12:25 -0000	1.32
+++ sylpheed.spec	13 Aug 2006 18:05:48 -0000	1.33
@@ -4,17 +4,17 @@
 
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
-Version: 2.2.6
-Release: 3%{?dist}
+Version: 2.2.7
+Release: 1%{?dist}
 License: GPL
 URL: http://sylpheed.good-day.net/
 Group: Applications/Internet
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: gtk2-devel >= 2.4, openssl-devel
 BuildRequires: desktop-file-utils pkgconfig gettext
-%{!?_without_gpgme:BuildRequires: gpgme-devel >= 1.0.0}
+%{!?_without_gpgme:BuildRequires: gpgme-devel}
 %{!?_without_compface:BuildRequires: compface-devel}
-%{?_with_ldap:BuildRequires: openldap-devel}
+%{!?_without_ldap:BuildRequires: openldap-devel}
 %{?_with_jpilot:BuildRequires: jpilot-devel}
 BuildRequires: gtkspell-devel
 Source0: http://sylpheed.good-day.net/sylpheed/v2.2/%{name}-%{version}.tar.bz2
@@ -23,8 +23,6 @@
 Patch1: sylpheed-2.2.3-defs.h.patch
 Patch2: sylpheed-1.9.10-desktop.patch
 Patch4: sylpheed-2.2.5-prefs_common.patch
-Patch5: sylpheed-2.2.6-summaryview-crash.patch
-Patch6: sylpheed-2.2.6-tr-crash.patch
 
 %description
 This program is an X based fast email client which has features
@@ -46,13 +44,11 @@
 %patch1 -p1 -b .defs.h
 %patch2 -p1 -b .desktop
 %patch4 -p1 -b .prefs_common
-%patch5 -p1 -b .summaryview-crash
-%patch6 -p1 -b .tr-crash
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
 	%{?_without_compface:--disable-compface} \
-	%{?_with_ldap:--enable-ldap} \
+	%{!?_without_ldap:--enable-ldap} \
 	%{?_with_jpilot:--enable-jpilot}
 make %{?_smp_mflags}
 
@@ -88,6 +84,14 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jul 31 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.7-1
+- Update to 2.2.7 (includes patches from 2.2.6-2 and -3).
+
+* Sun Jul 30 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-4
+- Enable OpenLDAP support as requested by several users.
+- Drop minimal version from GPGME build requirement
+  (it's superfluous in our environments).
+
 * Tue Jun 27 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-3
 - Adapt upstream's patch for a crash with Turkish locales.
 


--- sylpheed-2.2.6-summaryview-crash.patch DELETED ---


--- sylpheed-2.2.6-tr-crash.patch DELETED ---




More information about the fedora-extras-commits mailing list