This commit is contained in:
Rex Dieter 2016-08-18 11:07:52 -05:00
parent f16631d58a
commit c234fee8d4
2 changed files with 28 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From 79bbbe3e486e49b90a74f6eb8b91864212f882e4 Mon Sep 17 00:00:00 2001
From: Matthias Klumpp <matthias@tenstral.net>
Date: Thu, 18 Aug 2016 17:57:12 +0200
Subject: [PATCH 35/35] Make cache support translate URLs
This should resolve the assertion failure described in
https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/1614375
---
src/pb/ascache.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/pb/ascache.proto b/src/pb/ascache.proto
index d7fea2b..418d6aa 100644
--- a/src/pb/ascache.proto
+++ b/src/pb/ascache.proto
@@ -74,6 +74,7 @@ message Url {
FAQ = 3;
HELP = 4;
DONATION = 5;
+ TRANSLATE = 6;
}
required Type type = 1 [default = UNKNOWN];
--
2.7.4

View File

@ -16,6 +16,7 @@ Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{vers
## upstream patches
Patch5: 0005-Resolve-unit-test-failures-on-arm-and-mips.patch
Patch30: 0030-Fix-test-failures-on-32bit-architectures.patch
Patch35: 0035-Make-cache-support-translate-URLs.patch
## upstreamable patches
@ -162,7 +163,7 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300"
%changelog
* Thu Aug 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.9.8-3
- %%check: pull in upstream fixes
- pull in upstream fixes
* Wed Aug 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.9.8-2
- (re)enable vala support (#1367892)