[owncloud] set a minimum required version of doctrine-dbal (2.3 is harmful for OC 6)

Adam Williamson adamwill at fedoraproject.org
Mon Feb 24 23:55:27 UTC 2014


commit f6e45b4312d2bb9aecfb3ad7b5eaf14e7905ff62
Author: Adam Williamson <awilliam at redhat.com>
Date:   Mon Feb 24 15:55:58 2014 -0800

    set a minimum required version of doctrine-dbal (2.3 is harmful for OC 6)

 owncloud.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index e6fa695..235ec10 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,6 +1,6 @@
 Name:           owncloud
 Version:        6.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Private file sync and share server
 
 License:        AGPLv3+ and MIT and BSD and CC-BY and CC-BY-SA and GPLv3 and Public Domain and (MPLv1.1 or GPLv2+ or LGPLv2+) and (MIT or GPL+) and (MIT or GPLv2) and ASL 2.0 and LGPLv3
@@ -74,7 +74,7 @@ Requires:       php-filter
 Requires:       php-pear(Crypt_Blowfish)
 Requires:       php-pear(pear.dropbox-php.com/Dropbox)
 Requires:       php-pear(Net_Curl) php-pear(XML_Parser) php-pear(pear.symfony.com/Routing)
-Requires:       php-pear(pear.doctrine-project.org/DoctrineDBAL)
+Requires:       php-pear(pear.doctrine-project.org/DoctrineDBAL) >= 2.4.2
 # SabreDAV
 Requires:       php-pear(Sabre_CalDAV) >= 1.7.8 php-pear(Sabre_CardDAV) >= 1.7.8
 Requires:       php-pear(phpseclib.sourceforge.net/Net_SFTP)
@@ -367,6 +367,9 @@ fi
 
 
 %changelog
+* Mon Feb 24 2014 Adam Williamson <awilliam at redhat.com> - 6.0.1-3
+- set a minimum ver on the DBAL req for safety (using with 2.3 is dangerous)
+
 * Mon Jan 27 2014 Adam Williamson <awilliam at redhat.com> - 6.0.1-2
 - unbundle phpseclib (packaged now)
 


More information about the scm-commits mailing list