commit be057123e64ecde897b83400a7ff97e7beb66d71
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 15 12:56:02 2016 +0100
Update to 2.2.12
z-push-2.2.4-package.patch | 4 ++--
z-push.spec | 7 +++++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/z-push-2.2.4-package.patch b/z-push-2.2.4-package.patch
index c494275..d3459f0 100644
--- a/z-push-2.2.4-package.patch
+++ b/z-push-2.2.4-package.patch
@@ -92,12 +92,12 @@ configuration hints regarding multiple data backend providers.
include('lib/exceptions/exceptions.php');
include('lib/core/zpushdefs.php');
include('lib/core/zpush.php');
-@@ -61,7 +65,6 @@
+@@ -61,7 +65,6 @@ include('version.php');
* MAIN
*/
declare(ticks = 1);
- define('BASE_PATH_CLI', dirname(__FILE__) ."/");
-
+ set_include_path(get_include_path() . PATH_SEPARATOR . BASE_PATH_CLI);
try {
ZPush::CheckConfig();
--- z-push-2.2.4/tools/migrate-2.0.x-2.1.0.php 2015-09-30 19:10:45.000000000 +0200
diff --git a/z-push.spec b/z-push.spec
index 97ee739..e7fa40f 100644
--- a/z-push.spec
+++ b/z-push.spec
@@ -1,7 +1,7 @@
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
-Version: 2.2.9
-Release: 2%{?dist}
+Version: 2.2.12
+Release: 1%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
URL:
https://z-push.org/
@@ -235,6 +235,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Sep 15 2016 Sérgio Basto <sergio(a)serjux.com> - 2.2.12-1
+- Update to 2.2.12
+
* Thu Sep 15 2016 Sérgio Basto <sergio(a)serjux.com> - 2.2.9-2
- Only need z-push-zarafa for Zarafa, which is no longer in Fedora, rfbz #3892