Hello community, here is the log from the commit of package gnome-calculator for openSUSE:Factory checked in at 2014-03-06 11:57:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-calculator (Old) and /work/SRC/openSUSE:Factory/.gnome-calculator.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-calculator" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-calculator/gnome-calculator.changes 2013-11-13 10:17:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-calculator.new/gnome-calculator.changes 2014-03-06 11:57:27.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Mar 5 13:54:18 UTC 2014 - [email protected] + +- Add gnome-calculator-appdata_xml.patch: URI encode the links to + screenshots inside appdata.xml. + +------------------------------------------------------------------- New: ---- gnome-calculator-appdata_xml.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-calculator.spec ++++++ --- /var/tmp/diff_new_pack.h2cjnD/_old 2014-03-06 11:57:28.000000000 +0100 +++ /var/tmp/diff_new_pack.h2cjnD/_new 2014-03-06 11:57:28.000000000 +0100 @@ -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 @@ 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 gnome-calculator-appdata_xml.patch [email protected] -- fix invalid XML in appdata, not submitted upstream, as the screenshot links change for gnome-calculator 3.12 anyway. +Patch0: gnome-calculator-appdata_xml.patch BuildRequires: fdupes BuildRequires: intltool BuildRequires: translation-update-upstream @@ -47,6 +49,7 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build ++++++ gnome-calculator-appdata_xml.patch ++++++ 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 + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
