rpms/sylpheed/F-8 .cvsignore, 1.31, 1.32 sources, 1.31, 1.32 sylpheed.spec, 1.62, 1.63 sylpheed-2.4.7-ldap.patch, 1.2, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Jan 23 16:17:57 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/sylpheed/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2617

Modified Files:
	.cvsignore sources sylpheed.spec 
Removed Files:
	sylpheed-2.4.7-ldap.patch 
Log Message:
* Wed Jan 23 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.8-1
- Compile with deprecated OpenLDAP API to fix segfaults on 64-bit.
- Update to 2.4.8 (accumulated bug-fixes).



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/F-8/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore	5 Oct 2007 14:58:30 -0000	1.31
+++ .cvsignore	23 Jan 2008 16:17:21 -0000	1.32
@@ -1,2 +1,2 @@
-sylpheed-2.4.7.tar.bz2
-sylpheed-2.4.7.tar.bz2.asc
+sylpheed-2.4.8.tar.bz2
+sylpheed-2.4.8.tar.bz2.asc


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/F-8/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources	5 Oct 2007 14:58:30 -0000	1.31
+++ sources	23 Jan 2008 16:17:21 -0000	1.32
@@ -1,2 +1,2 @@
-1f82dd04204e334280eecb59fa2c3b1b  sylpheed-2.4.7.tar.bz2
-7956f1d14f884057473894536afe1d6b  sylpheed-2.4.7.tar.bz2.asc
+97fcbaa1e278849408ab1d628d4d1af7  sylpheed-2.4.8.tar.bz2
+faf499e22ba4507cb500c5a986763eb2  sylpheed-2.4.8.tar.bz2.asc


Index: sylpheed.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sylpheed/F-8/sylpheed.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sylpheed.spec	17 Dec 2007 15:01:53 -0000	1.62
+++ sylpheed.spec	23 Jan 2008 16:17:21 -0000	1.63
@@ -4,8 +4,8 @@
 
 Summary: GTK+ based, lightweight, and fast email client
 Name: sylpheed
-Version: 2.4.7
-Release: 1.3
+Version: 2.4.8
+Release: 1
 License: GPLv2+
 URL: http://sylpheed.sraoss.jp/
 Group: Applications/Internet
@@ -24,7 +24,6 @@
 Patch2: sylpheed-2.4.2-desktop.patch
 Patch3: sylpheed-2.3.1-certsdir.patch
 Patch4: sylpheed-2.2.5-prefs_common.patch
-Patch5: sylpheed-2.4.7-ldap.patch
 
 # For xdg-open in patch1.
 Requires: xdg-utils
@@ -50,13 +49,13 @@
 %patch2 -p1 -b .desktop
 %patch3 -p1 -b .certsdir
 %patch4 -p1 -b .prefs_common
-%patch5 -p1 -b .ldap
 
 %build
 %configure --enable-ssl %{!?_without_gpgme:--enable-gpgme} \
 	%{?_without_compface:--disable-compface} \
 	%{!?_without_ldap:--enable-ldap} \
 	%{?_with_jpilot:--enable-jpilot}
+echo "#define LDAP_DEPRECATED 1" >> config.h
 make %{?_smp_mflags}
 
 %install
@@ -90,192 +89,196 @@
 %{_mandir}/man1/*
 
 %changelog
-* Mon Dec 17 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.7-1.3
+* Wed Jan 23 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.8-1
+- Compile with deprecated OpenLDAP API to fix segfaults on 64-bit.
+- Update to 2.4.8 (accumulated bug-fixes).
+
+* Mon Dec 17 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.7-1.3
 - Upstreamed patch lead to discovery of similar memory leaks in syldap.c
 
-* Fri Nov 02 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.7-1.2
+* Fri Nov 02 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.7-1.2
 - Patch a memory leak and glib critical warning in LDAP syldap.c.
 
-* Fri Oct 05 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.7-1
+* Fri Oct 05 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.7-1
 - Update to 2.4.7 (bug-fixes).
 - Add more %%doc files.
 
-* Tue Oct 02 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.6-2
+* Tue Oct 02 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.6-2
 - Require xdg-utils and use xdg-open instead of gnome-open in defs.h
   patch.
 
-* Wed Sep 19 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.6-1
+* Wed Sep 19 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.6-1
 - Update to 2.4.6 (bug-fixes, but also minor feature additions
   and rewrites).
 
-* Fri Aug 31 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.5-1
+* Fri Aug 31 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.5-1
 - Update to 2.4.5 (accumulated bug-fixes).
 
-* Fri Aug 24 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.4-3
+* Fri Aug 24 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.4-3
 - Patch POP3 format string vulnerability CVE-2007-2958 (#254123).
 
-* Tue Aug 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Tue Aug 21 2007 Michael Schwendt <mschwendt at fedoraproject.org>
 - rebuilt
 
-* Sat Jul 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.4-1
+* Sat Jul 21 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.4-1
 - Update to 2.4.4.
 
-* Fri Jun 29 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.3-1
+* Fri Jun 29 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.3-1
 - Update to 2.4.3.
 
-* Mon May 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.4.2-1
+* Mon May 21 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.4.2-1
 - Update to 2.4.2 (new stable branch).
 - Prune %%changelog entries which date back as far as Jul 4 2000
   and Sylpheed 0.3.2.
 
-* Fri May 18 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3.1-4
+* Fri May 18 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.3.1-4
 - Backport patch for libsylph to improve/fix handling of escapes
   and quotes in headers.
 
-* Sun May 13 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3.1-3
+* Sun May 13 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.3.1-3
 - Patch PGP/MIME signed message compose, so it doesn't strip off
   whitespace of the "-- " body signature delimiter. It's upstream
   preference that it still does that for ISO 2022 JP to be compatible
   with a few broken MUAs that have problems with QP encoding.
 - Remove .desktop categories "Application" and "X-Fedora".
 
-* Sat Apr 21 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3.1-2
+* Sat Apr 21 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.3.1-2
 - Patch APOP vulnerability (CVE-2007-1558) as in 2.4.0.
 - Patch default directory for SSL/TLS certificates.
 
-* Wed Jan 17 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3.1-1
+* Wed Jan 17 2007 Michael Schwendt <mschwendt at fedoraproject.org> - 2.3.1-1
 - Update to 2.3.1.
 
-* Sat Dec 23 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.3.0-1
+* Sat Dec 23 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.3.0-1
 - Update to 2.3.0 (new stable branch).
 
-* Thu Nov 16 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.10-1
+* Thu Nov 16 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.10-1
 - Update to 2.2.10 (recommended bug-fixes only).
 
-* Mon Oct 02 2006 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Mon Oct 02 2006 Michael Schwendt <mschwendt at fedoraproject.org>
 - rebuilt
 
-* Sat Sep 23 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.9-1
+* Sat Sep 23 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.9-1
 - Update to 2.2.9 (also works around #201949).
 - New upstream URLs.
 
-* Fri Sep  8 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.7-3
+* Fri Sep  8 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.7-3
 - Set StartupWMClass in desktop file.
 
-* Fri Sep 01 2006 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Fri Sep 01 2006 Michael Schwendt <mschwendt at fedoraproject.org>
 - rebuilt
 
-* Mon Jul 31 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.7-1
+* Mon Jul 31 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 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
+* Sun Jul 30 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 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
+* Tue Jun 27 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.6-3
 - Adapt upstream's patch for a crash with Turkish locales.
 
-* Mon Jun 26 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-2
+* Mon Jun 26 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.6-2
 - Adapt upstream's patch to prevent a crash when switching folders
   (sylpheed-2.2.6-summaryview-crash.patch).
 
-* Fri Jun  9 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.6-1
+* Fri Jun  9 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.6-1
 - Update to 2.2.6 (includes the smtp_timeout patch).
 
-* Sat Jun  3 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.5-2
+* Sat Jun  3 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.5-2
 - Add smtp_timeout patch.
 - Add display_folder_num_columns patch.
 
-* Tue May 30 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.5-1
+* Tue May 30 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.5-1
 - Update to 2.2.5 (includes more "bold" fixes, too).
 
-* Fri Mar 31 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.4-1
+* Fri Mar 31 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2.4-1
 - Update to 2.2.4.
 
-* Sun Mar 19 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.2.3-1
+* Sun Mar 19 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 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
+* Sat Feb 18 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 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
+* Wed Feb 15 2006 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.4-2
 - rebuilt for FC5
 
-* Thu Nov 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4-1
+* Thu Nov 10 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.4-1
 - Update to 2.0.4 (security).
 
-* Sat Oct 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.3-1
+* Sat Oct 22 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.3-1
 - Update to 2.0.3.
 
-* Sat Oct  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.2-1
+* Sat Oct  1 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.2-1
 - Update to 2.0.2.
 
-* Mon Sep  5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.1-1
+* Mon Sep  5 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.1-1
 - Update to 2.0.1.
 
-* Wed Aug 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-2
+* Wed Aug 17 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-2
 - rebuilt
 
-* Sat Jul 30 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-1
+* Sat Jul 30 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-1
 - Update to 2.0.0.
 
-* Tue Jul 26 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.4.rc
+* Tue Jul 26 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.4.rc
 - Update to 2.0.0rc.
 
-* Fri Jul 15 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.4.beta6
+* Fri Jul 15 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.4.beta6
 - Update to 2.0.0beta6 (feature freeze).
 
-* Sun Jul 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.4.beta5
+* Sun Jul 10 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.4.beta5
 - Update to 2.0.0beta5.
 
-* Tue Jul  5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.4.beta4
+* Tue Jul  5 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.4.beta4
 - Update to 2.0.0beta4.
 
-* Tue Jun 28 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Tue Jun 28 2005 Michael Schwendt <mschwendt at fedoraproject.org>
 - remove work-around from previous entry again, bug has been fixed
 
-* Sun Jun 26 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.2.beta3
+* Sun Jun 26 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.2.beta3
 - temporarily add BR libpng-devel to work around a broken cairo-devel
   package, which is pulled in and breaks the pkg-config dependency
   chain (#161688)
 
-* Fri Jun 24 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.1.beta3
+* Fri Jun 24 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.1.beta3
 - Update to 2.0.0beta3.
 - Patch1 (flexible OpenSSL pkg-config support) merged upstream.
 
-* Fri Jun 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.1.beta2
+* Fri Jun 17 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.1.beta2
 - Update to 2.0.0beta2.
 
-* Fri Jun 10 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.0-0.1.beta1
+* Fri Jun 10 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 2.0.0-0.1.beta1
 - Update to 2.0.0beta1.
 
-* Mon May 30 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.12-1
+* Mon May 30 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.9.12-1
 - Update to 1.9.12 to get a bunch of fixes.
 
-* Fri May 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.10-1
+* Fri May 13 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.9.10-1
 - Update to 1.9.10.
 - Upstream incorporated some desktop file fixes.
 
-* Fri Apr 22 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.9-1
+* Fri Apr 22 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.9.9-1
 - Update to 1.9.9.
 
-* Mon Apr 18 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.8-1
+* Mon Apr 18 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.9.8-1
 - Update to 1.9.8.
 
-* Thu Mar 31 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.7-1
+* Thu Mar 31 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.9.7-1
 - Update to 1.9.7.
 - Patch4 (draftsegf) merged upstream.
 
-* Sun Mar 20 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.6-1
+* Sun Mar 20 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.9.6-1
 - Update to 1.9.6 development release for testing purposes.
 
-* Thu Mar 17 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.3-2
+* Thu Mar 17 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0.3-2
 - Fix segfault when reopening drafts.
 
-* Sat Mar  5 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0.3-1
+* Sat Mar  5 2005 Michael Schwendt <mschwendt at fedoraproject.org> - 1.0.3-1
 - Update to 1.0.3.
 - Enable support for GPGME 1.0 and compface.
 - Apply common spec cleanup. Make desktop file UTF-8.


--- sylpheed-2.4.7-ldap.patch DELETED ---




More information about the fedora-extras-commits mailing list