Fix the build

This commit is contained in:
Kalev Lember 2021-02-18 16:56:40 +01:00
parent 59d58dfb86
commit 3a5bdaf195
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,28 @@
From 13a72ad5f993f1d5c0c5bb42f56e808e357ab440 Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Thu, 18 Feb 2021 16:55:02 +0100
Subject: [PATCH] appdata: Fix release tag for 40.beta
---
data/org.gnome.Calculator.appdata.xml.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/org.gnome.Calculator.appdata.xml.in b/data/org.gnome.Calculator.appdata.xml.in
index 8c4dfd94..8ee0c264 100644
--- a/data/org.gnome.Calculator.appdata.xml.in
+++ b/data/org.gnome.Calculator.appdata.xml.in
@@ -64,9 +64,9 @@
<translation type="gettext">gnome-calculator</translation>
<content_rating type="oars-1.1" />
<releases>
- <release version="40.alpha" date="2021-01-10" type="development">
+ <release version="40.beta" date="2021-02-05" type="development">
<description>
- <p>Overview of changes in gnome-calculator 40.alpha</p>
+ <p>Overview of changes in gnome-calculator 40.beta</p>
<ul>
<li>Updated Translations</li>
<li>Fixed CI build (Robert Roth)</li>
--
2.29.2

View File

@ -9,6 +9,8 @@ License: GPLv3+
URL: https://wiki.gnome.org/Apps/Calculator URL: https://wiki.gnome.org/Apps/Calculator
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
Patch0: 0001-appdata-Fix-release-tag-for-40.beta.patch
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gettext BuildRequires: gettext
BuildRequires: itstool BuildRequires: itstool