[owncloud/f19] RBZ #962082 keep 3rdparty pqsql mdb2 driver

brummbq brummbq at fedoraproject.org
Thu Aug 15 18:55:13 UTC 2013


commit a05870a0703b2adb60f812af386ca6ebbd018506
Author: Gregor Tätzner <gregor at freenet.de>
Date:   Thu Aug 15 20:54:26 2013 +0200

    RBZ #962082 keep 3rdparty pqsql mdb2 driver

 owncloud.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/owncloud.spec b/owncloud.spec
index 302e933..e9db4a2 100644
--- a/owncloud.spec
+++ b/owncloud.spec
@@ -1,7 +1,7 @@
 
 Name:           owncloud
 Version:        4.5.13
-Release:        1%{?dist}
+Release:        2%{?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
@@ -156,7 +156,8 @@ rm -rf 3rdparty/{Archive,Console,Crypt_Blowfish,OS,Sabre,simpletest,getid3,php-c
 rm -f 3rdparty/{Sabre.includes,System,class.phpmailer,class.smtp,MDB2,PEAR5}.php
 
 # keep  MDB2-Schema - consider upgrading system MDB2-Schema to latest git snapshot
-find 3rdparty/MDB2 -mindepth 1 -maxdepth 1 ! -name "Schema*" -exec rm -rf {} \;
+# also don't remove MDB2/Driver/pgsql the owncloud team has applied some patches - see RBZ #962082
+find 3rdparty/MDB2 -type f | egrep -v 'Schema|pgsql' | xargs rm
 
 # keep Parser.php - incompatible function signature
 rm -rf 3rdparty/XML/Parser
@@ -307,6 +308,9 @@ fi
 
 
 %changelog
+* Thu Aug 15 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 4.5.13-2
+- RBZ #962082 keep 3rdparty pqsql mdb2 driver
+
 * Tue Jul 16 2013 Gregor Tätzner <brummbq at fedoraproject.org> - 4.5.13-1
 - 4.5.13
 


More information about the scm-commits mailing list