summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Piater2016-11-10 22:30:43 +0100
committerJustus Piater2016-11-10 23:19:54 +0100
commitd8f543ac01fb426e0349a83a98879071707707cd (patch)
tree5cf86f5e5062f0308039035728c129a2d25d1a8a
parent3262ddd5f756b1e61a712ec8a5dceed464eee512 (diff)
downloadaur-d8f543ac01fb426e0349a83a98879071707707cd.tar.gz
changes for version 1.5.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa-python2.patch75
-rw-r--r--syncevolution-1.5.2-python2.patch63
4 files changed, 72 insertions, 84 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d355242c0a4d..d7c03b5836d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncevolution
pkgdesc = Synchronize PIM data via various protocols
- pkgver = 1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa
+ pkgver = 1.5.2
pkgrel = 1
url = https://syncevolution.org/
arch = i686
@@ -14,10 +14,10 @@ pkgbase = syncevolution
depends = openobex
depends = python2
depends = libunique
- source = http://downloads.syncevolution.org/syncevolution/sources/syncevolution-1.5.1%2B20160926%2BSE%2B8fccc44%2Bunclean%2BSYSYNC%2B59b55aa.tar.gz
- source = syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa-python2.patch
- sha256sums = 3563ebaf6b9a29c9a8baa6487554821480bcc6ff5b870af632a45ed92fe31d11
- sha256sums = 8167ca6bb392ccb2f36093eef0e76d8c6cde5d43dcc595ad73af9af838ea14ce
+ source = https://download.01.org/syncevolution/syncevolution/sources/syncevolution-1.5.2.tar.gz
+ source = syncevolution-1.5.2-python2.patch
+ sha256sums = 8b692bd549a63d2259ed7519afb74fc9cab5be10c7a6f51868b66fc98fb48128
+ sha256sums = e18f3b8828d6a9d2065bc26ae3cab1ca108d382dac93f5ec77557dffb93925e8
pkgname = syncevolution
diff --git a/PKGBUILD b/PKGBUILD
index 21b7d60cacd6..1b80d210e84d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justus Piater <Justus-dev at Piater dot name>
pkgname=('syncevolution' 'syncevolution-http')
-pkgver=1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa
+pkgver=1.5.2
pkgrel=1
pkgdesc="Synchronize PIM data via various protocols"
arch=('i686' 'x86_64')
@@ -9,10 +9,10 @@ license=('LGPL')
depends=('evolution-data-server' 'libgnome-keyring' 'neon' 'openobex' 'python2' 'libunique')
makedepends=('intltool' 'boost')
#changelog=
-source=("http://downloads.syncevolution.org/syncevolution/sources/syncevolution-1.5.1%2B20160926%2BSE%2B8fccc44%2Bunclean%2BSYSYNC%2B59b55aa.tar.gz"
+source=("https://download.01.org/syncevolution/syncevolution/sources/syncevolution-$pkgver.tar.gz"
"$pkgname-$pkgver-python2.patch")
-sha256sums=('3563ebaf6b9a29c9a8baa6487554821480bcc6ff5b870af632a45ed92fe31d11'
- '8167ca6bb392ccb2f36093eef0e76d8c6cde5d43dcc595ad73af9af838ea14ce')
+sha256sums=('8b692bd549a63d2259ed7519afb74fc9cab5be10c7a6f51868b66fc98fb48128'
+ 'e18f3b8828d6a9d2065bc26ae3cab1ca108d382dac93f5ec77557dffb93925e8')
prepare() {
cd "$pkgname-$pkgver"
diff --git a/syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa-python2.patch b/syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa-python2.patch
deleted file mode 100644
index f1570e704822..000000000000
--- a/syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa-python2.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/build/source2html.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/build/source2html.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/build/source2html.py 2014-04-25 16:55:47.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/build/source2html.py 2016-10-03 16:45:11.170737592 +0900
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
-
- """
- Converts source code (first parameter, can be - for stdin) to HTML
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/Makefile.in syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/Makefile.in
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/Makefile.in 2016-09-26 20:20:42.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/Makefile.in 2016-10-03 16:45:12.627421123 +0900
-@@ -12031,7 +12031,7 @@
- fi; \
- done
- src/ClientTest.cpp.html: build/source2html.py test/ClientTest.cpp
-- $(AM_V_GEN)python $+ >$@
-+ $(AM_V_GEN)python2 $+ >$@
-
- # copy base test files
- $(filter-out %.tem, $(filter src/testcases/%, $(subst $(top_srcdir)/test/,src/,$(CLIENT_LIB_TEST_FILES)))) : src/% : $(top_srcdir)/test/%
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/search.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/search.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/search.py 2014-10-31 01:54:09.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/search.py 2016-10-03 16:45:09.797388364 +0900
-@@ -1,4 +1,4 @@
--#! /usr/bin/python -u
-+#! /usr/bin/python2 -u
- # -*- coding: utf-8 -*-
- # vim: set fileencoding=utf-8 :#
- #
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/sync.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/sync.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/examples/sync.py 2014-10-31 01:54:09.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/examples/sync.py 2016-10-03 16:45:08.950711900 +0900
-@@ -1,4 +1,4 @@
--#! /usr/bin/python -u
-+#! /usr/bin/python2 -u
- # -*- coding: utf-8 -*-
- # vim: set fileencoding=utf-8 :#
- #
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/testpim.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/testpim.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/src/dbus/server/pim/testpim.py 2014-10-31 01:54:09.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/src/dbus/server/pim/testpim.py 2016-10-03 16:45:07.450694546 +0900
-@@ -1,4 +1,4 @@
--#! /usr/bin/python -u
-+#! /usr/bin/python2 -u
- # -*- coding: utf-8 -*-
- # vim: set fileencoding=utf-8 :#
- #
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/log2html.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/log2html.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/log2html.py 2014-04-25 16:55:47.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/log2html.py 2016-10-03 16:45:03.740651639 +0900
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
-
- """
- Converts the .log output for a client-test test into HTML, with
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-http-server.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-http-server.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-http-server.py 2016-09-26 20:20:05.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-http-server.py 2016-10-03 16:45:02.883975069 +0900
-@@ -1,4 +1,4 @@
--#! /usr/bin/python
-+#! /usr/bin/python2
-
- '''Usage: syncevo-http-server.py <URL>
- Runs a SyncML HTTP server under the given base URL.'''
-diff -aur syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-phone-config.py syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-phone-config.py
---- syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.pristine/test/syncevo-phone-config.py 2014-04-25 16:55:48.000000000 +0900
-+++ syncevolution-1.5.1+20160926+SE+8fccc44+unclean+SYSYNC+59b55aa.new/test/syncevo-phone-config.py 2016-10-03 16:45:02.223967440 +0900
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- #
- # Copyright (C) 2010 Intel Corporation
- #
diff --git a/syncevolution-1.5.2-python2.patch b/syncevolution-1.5.2-python2.patch
new file mode 100644
index 000000000000..2d437697b7f1
--- /dev/null
+++ b/syncevolution-1.5.2-python2.patch
@@ -0,0 +1,63 @@
+diff -aur syncevolution-1.5.2.pristine/build/source2html.py syncevolution-1.5.2.new/build/source2html.py
+--- syncevolution-1.5.2.pristine/build/source2html.py 2014-04-25 09:55:47.000000000 +0200
++++ syncevolution-1.5.2.new/build/source2html.py 2016-11-10 21:49:16.724826166 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+
+ """
+ Converts source code (first parameter, can be - for stdin) to HTML
+diff -aur syncevolution-1.5.2.pristine/src/dbus/server/pim/examples/search.py syncevolution-1.5.2.new/src/dbus/server/pim/examples/search.py
+--- syncevolution-1.5.2.pristine/src/dbus/server/pim/examples/search.py 2014-10-30 17:54:09.000000000 +0100
++++ syncevolution-1.5.2.new/src/dbus/server/pim/examples/search.py 2016-11-10 21:49:15.538140395 +0100
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python -u
++#! /usr/bin/python2 -u
+ # -*- coding: utf-8 -*-
+ # vim: set fileencoding=utf-8 :#
+ #
+diff -aur syncevolution-1.5.2.pristine/src/dbus/server/pim/examples/sync.py syncevolution-1.5.2.new/src/dbus/server/pim/examples/sync.py
+--- syncevolution-1.5.2.pristine/src/dbus/server/pim/examples/sync.py 2014-10-30 17:54:09.000000000 +0100
++++ syncevolution-1.5.2.new/src/dbus/server/pim/examples/sync.py 2016-11-10 21:49:14.884796544 +0100
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python -u
++#! /usr/bin/python2 -u
+ # -*- coding: utf-8 -*-
+ # vim: set fileencoding=utf-8 :#
+ #
+diff -aur syncevolution-1.5.2.pristine/src/dbus/server/pim/testpim.py syncevolution-1.5.2.new/src/dbus/server/pim/testpim.py
+--- syncevolution-1.5.2.pristine/src/dbus/server/pim/testpim.py 2014-10-30 17:54:09.000000000 +0100
++++ syncevolution-1.5.2.new/src/dbus/server/pim/testpim.py 2016-11-10 21:49:13.711444320 +0100
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python -u
++#! /usr/bin/python2 -u
+ # -*- coding: utf-8 -*-
+ # vim: set fileencoding=utf-8 :#
+ #
+diff -aur syncevolution-1.5.2.pristine/test/log2html.py syncevolution-1.5.2.new/test/log2html.py
+--- syncevolution-1.5.2.pristine/test/log2html.py 2014-04-25 09:55:47.000000000 +0200
++++ syncevolution-1.5.2.new/test/log2html.py 2016-11-10 21:49:10.211387977 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+
+ """
+ Converts the .log output for a client-test test into HTML, with
+diff -aur syncevolution-1.5.2.pristine/test/syncevo-http-server.py syncevolution-1.5.2.new/test/syncevo-http-server.py
+--- syncevolution-1.5.2.pristine/test/syncevo-http-server.py 2016-09-26 13:20:05.000000000 +0200
++++ syncevolution-1.5.2.new/test/syncevo-http-server.py 2016-11-10 21:49:09.094703333 +0100
+@@ -1,4 +1,4 @@
+-#! /usr/bin/python
++#! /usr/bin/python2
+
+ '''Usage: syncevo-http-server.py <URL>
+ Runs a SyncML HTTP server under the given base URL.'''
+diff -aur syncevolution-1.5.2.pristine/test/syncevo-phone-config.py syncevolution-1.5.2.new/test/syncevo-phone-config.py
+--- syncevolution-1.5.2.pristine/test/syncevo-phone-config.py 2014-04-25 09:55:48.000000000 +0200
++++ syncevolution-1.5.2.new/test/syncevo-phone-config.py 2016-11-10 21:49:08.248023035 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python
++#!/usr/bin/python2
+ #
+ # Copyright (C) 2010 Intel Corporation
+ #