[wordpress] provides POP3 class #905867

Remi Collet remi at fedoraproject.org
Tue Feb 12 10:54:46 UTC 2013


commit 54deebc68aef3e21624142c7ecfb8ec189d8176f
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Feb 12 11:54:38 2013 +0100

    provides POP3 class #905867

 wordpress.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/wordpress.spec b/wordpress.spec
index a7d2ac5..697367b 100644
--- a/wordpress.spec
+++ b/wordpress.spec
@@ -7,7 +7,7 @@ Name: wordpress
 Version: 3.5.1
 Group: Applications/Publishing
 #Release: 0.5.%{betatag}%{?dist}
-Release: 1%{?dist}.1
+Release: 2%{?dist}
 License: GPLv2
 #Source0: http://wordpress.org/%{name}-%{version}-%{betatag}.tar.gz
 Source0: http://wordpress.org/%{name}-%{version}.tar.gz
@@ -118,7 +118,8 @@ ln -sf /usr/share/php/php-simplepie/autoloader.php \
        ${RPM_BUILD_ROOT}%{_datadir}/wordpress/wp-includes/class-simplepie.php
 
 # Remove bundled PHPMailer and link to system one
-for fic in phpmailer smtp pop3; do
+# Note POP3 is not from PHPMailer but from SquirrelMail
+for fic in phpmailer smtp; do
   rm     ${RPM_BUILD_ROOT}%{_datadir}/wordpress/wp-includes/class-$fic.php
   ln -sf /usr/share/php/PHPMailer/class.$fic.php \
          ${RPM_BUILD_ROOT}%{_datadir}/wordpress/wp-includes/class-$fic.php
@@ -169,6 +170,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %dir %{_sysconfdir}/wordpress
 
 %changelog
+* Tue Feb 12 2013 Remi Collet <rcollet at redhat.com> - 3.5.1-2
+- provides POP3 class #905867
+  POP3 is not from PHPMailer, but from SquirrelMail
+
 * Wed Jan 30 2013 Remi Collet <rcollet at redhat.com> - 3.5.1-1.1
 - fix simplepie links (for all branches)
 


More information about the scm-commits mailing list