Date: Monday, April 17, 2017 @ 22:13:07 Author: heftig Revision: 293061
0.17.7+13+g3ae207e4-1 Modified: libgdata/trunk/PKGBUILD Deleted: libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch -------------------------------------------------+ 0001-tests-Fix-setting-properties-on-i686.patch | 27 ---------------------- PKGBUILD | 12 +++------ 2 files changed, 4 insertions(+), 35 deletions(-) Deleted: 0001-tests-Fix-setting-properties-on-i686.patch =================================================================== --- 0001-tests-Fix-setting-properties-on-i686.patch 2017-04-17 22:05:16 UTC (rev 293060) +++ 0001-tests-Fix-setting-properties-on-i686.patch 2017-04-17 22:13:07 UTC (rev 293061) @@ -1,27 +0,0 @@ -From cd0d7333e67558e3578255a39f938cfa33d6ffe3 Mon Sep 17 00:00:00 2001 -From: "Jan Alexander Steffens (heftig)" <[email protected]> -Date: Mon, 6 Mar 2017 06:28:32 +0100 -Subject: [PATCH] tests: Fix setting properties on i686 - -Without the cast, an integer literal will have to wrong size for a -64-bit integer parameter. ---- - gdata/tests/general.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gdata/tests/general.c b/gdata/tests/general.c -index 6b41f25528e62f9f..75232de3c77fd509 100644 ---- a/gdata/tests/general.c -+++ b/gdata/tests/general.c -@@ -1309,7 +1309,7 @@ test_query_properties (void) - g_assert_##cmptype (gdata_query_get_##name_underscores (query), ==, new_val); \ - \ - notification_received = FALSE; \ -- g_object_set (query, name_hyphens, new_val2, NULL); \ -+ g_object_set (query, name_hyphens, (val_type) new_val2, NULL); \ - g_assert (notification_received == TRUE); \ - \ - g_assert_##cmptype (gdata_query_get_##name_underscores (query), ==, new_val2); \ --- -2.12.0 - Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-17 22:05:16 UTC (rev 293060) +++ PKGBUILD 2017-04-17 22:13:07 UTC (rev 293061) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgdata -pkgver=0.17.7 +pkgver=0.17.7+13+g3ae207e4 pkgrel=1 pkgdesc="GLib-based library for accessing online service APIs using the GData protocol" url="https://wiki.gnome.org/Projects/libgdata" @@ -10,11 +10,9 @@ license=('GPL') depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts') makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 'gtk-doc' 'autoconf-archive') -_commit=209aa98488bbc08e54b41faad8b65426ac62ae32 # tags/0.17.7^0 -source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit" - 0001-tests-Fix-setting-properties-on-i686.patch) -sha256sums=('SKIP' - '7618eb05c30130132a66b719d6d0427a37a9cb266dcde4e03237b591008880bf') +_commit=3ae207e406fa98ac2f65eb83d43bf1e1e4e54477 # master +source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -23,10 +21,8 @@ prepare() { cd $pkgname - patch -Np1 -i ../0001-tests-Fix-setting-properties-on-i686.patch NOCONFIGURE=1 ./autogen.sh } - build() { cd $pkgname
