Accepting request 224713 from home:coolo:branches:openSUSE:Factory
Note that this broken XML leads to broken FTP tree generation and as long as it's not fixed, there won't be any new factory tree OBS-URL: https://build.opensuse.org/request/show/224713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=25
This commit is contained in:
parent
418651c82f
commit
bca86f6b4f
15
fix-appdata-xml.patch
Normal file
15
fix-appdata-xml.patch
Normal file
@ -0,0 +1,15 @@
|
||||
Index: gnome-calculator-3.10.2/data/gnome-calculator.appdata.xml
|
||||
===================================================================
|
||||
--- gnome-calculator-3.10.2.orig/data/gnome-calculator.appdata.xml
|
||||
+++ gnome-calculator-3.10.2/data/gnome-calculator.appdata.xml
|
||||
@@ -28,7 +28,7 @@
|
||||
</description>
|
||||
<url type="homepage">https://wiki.gnome.org/Calculator</url>
|
||||
<screenshots>
|
||||
- <screenshot type="default">https://wiki.gnome.org/Calculator?action=AttachFile&do=get&target=gcalctool.png</screenshot>
|
||||
+ <screenshot type="default">https://wiki.gnome.org/Calculator?action=AttachFile&do=get&target=gcalctool.png</screenshot>
|
||||
</screenshots>
|
||||
</application>
|
||||
-
|
||||
\ No newline at end of file
|
||||
+
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 13:54:18 UTC 2014 - coolo@suse.com
|
||||
|
||||
- Add fix-appdata-xml.patch to make the appdata xml valid
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 12:05:29 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-calculator
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,6 +24,8 @@ License: GPL-2.0+
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-calculator/3.10/%{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM coolo@suse.de -- fix invalid XML in appdata
|
||||
Patch0: fix-appdata-xml.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
@ -47,6 +49,7 @@ A GNOME calculator package based on calctool and MP library.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user