summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-03-21 03:45:09 -0400
committerLeo Famulari <leo@famulari.name>2017-03-21 13:38:13 -0400
commit7fc72c7731336bbe830ac264ad6470e54058ba35 (patch)
tree5d6c457dd959ed4f861c14ccd4b737043291d0be /gnu/packages/patches
parenta160778cba9f0e696547de6207268fb5ae8df728 (diff)
downloadguix-patches-7fc72c7731336bbe830ac264ad6470e54058ba35.tar
guix-patches-7fc72c7731336bbe830ac264ad6470e54058ba35.tar.gz
gnu: libcmis: Update to 0.5.1.
* gnu/packages/libreoffice.scm (libcmis): Update to 0.5.1. [source]: Use new source URL. Remove obsolete patch 'libcmis-fix-test-onedrive.patch'. [home-page]: Update URL. * gnu/packages/patches/libcmis-fix-test-onedrive.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/libcmis-fix-test-onedrive.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/patches/libcmis-fix-test-onedrive.patch b/gnu/packages/patches/libcmis-fix-test-onedrive.patch
deleted file mode 100644
index adf2e0b8e5..0000000000
--- a/gnu/packages/patches/libcmis-fix-test-onedrive.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Patch from resolution of http://sourceforge.net/p/libcmis/tickets/13/
-
-From 814c7845d53688b35a747cf193c2ff99e40a8652 Mon Sep 17 00:00:00 2001
-From: Jonathan Wakely <jwakely@redhat.com>
-Date: Wed, 2 Sep 2015 16:35:45 +0100
-Subject: [PATCH 5/5] Remove invalid comments from test JSON file.
-
----
- qa/libcmis/data/onedrive/search-result.json | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/qa/libcmis/data/onedrive/search-result.json b/qa/libcmis/data/onedrive/search-result.json
-index 61d250a..2482429 100644
---- a/qa/libcmis/data/onedrive/search-result.json
-+++ b/qa/libcmis/data/onedrive/search-result.json
-@@ -8,7 +8,7 @@
- },
- "name":"OneDriveFile",
- "description":"",
-- "parent_id":"folderA", // path: /A/Wrong File
-+ "parent_id":"folderA",
- "size":18047,
- "upload_location":"https://apis.live.net/v5.0/wrongFileId/content/",
- "comments_count":0,
-@@ -32,7 +32,7 @@
- },
- "name":"OneDriveFile",
- "description":"",
-- "parent_id":"folderC", // path: /A/B/C/Right File
-+ "parent_id":"folderC",
- "size":4,
- "upload_location":"https://apis.live.net/v5.0/rightFileId/content/",
- "comments_count":0,
---
-2.4.3 \ No newline at end of file