Hello community, here is the log from the commit of package polari for openSUSE:Factory checked in at 2020-01-10 17:47:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/polari (Old) and /work/SRC/openSUSE:Factory/.polari.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "polari" Fri Jan 10 17:47:08 2020 rev:38 rq:761243 version:3.34.1 Changes: -------- --- /work/SRC/openSUSE:Factory/polari/polari.changes 2019-12-23 22:43:05.393967274 +0100 +++ /work/SRC/openSUSE:Factory/.polari.new.6675/polari.changes 2020-01-10 17:47:19.734158690 +0100 @@ -1,0 +2,6 @@ +Sun Jan 5 16:42:03 UTC 2020 - Bjørn Lie <[email protected]> + +- Add polari-appdata-screenshotfix.patch: appdata: Point + screenshots to the stable branch. + +------------------------------------------------------------------- New: ---- polari-appdata-screenshotfix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ polari.spec ++++++ --- /var/tmp/diff_new_pack.FKdijk/_old 2020-01-10 17:47:20.390158573 +0100 +++ /var/tmp/diff_new_pack.FKdijk/_new 2020-01-10 17:47:20.390158573 +0100 @@ -1,7 +1,7 @@ # # spec file for package polari # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -26,6 +26,8 @@ URL: https://wiki.gnome.org/Apps/Polari Source0: https://download.gnome.org/sources/polari/3.34/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc +# PATCH-FIX-UPSTREAM polari-appdata-screenshotfix.patch -- appdata: Point screenshots to the stable branch +Patch0: polari-appdata-screenshotfix.patch BuildRequires: gjs >= 1.57.3 BuildRequires: meson >= 0.43.0 @@ -63,7 +65,7 @@ %lang_package %prep -%autosetup +%autosetup -p1 %build %meson ++++++ polari-appdata-screenshotfix.patch ++++++ >From 718c08d043f8c45fff99aa8a13520a9e76b7d7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= <[email protected]> Date: Sat, 4 Jan 2020 22:31:53 +0100 Subject: [PATCH] appdata: Point screenshots to the stable branch --- data/appdata/org.gnome.Polari.appdata.xml.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/appdata/org.gnome.Polari.appdata.xml.in b/data/appdata/org.gnome.Polari.appdata.xml.in index f160baf..7b86bf2 100644 --- a/data/appdata/org.gnome.Polari.appdata.xml.in +++ b/data/appdata/org.gnome.Polari.appdata.xml.in @@ -22,19 +22,19 @@ </description> <screenshots> <screenshot type="default"> - <image>https://gitlab.gnome.org/GNOME/polari/raw/master/data/appdata/polari-main.png</image> + <image>https://gitlab.gnome.org/GNOME/polari/raw/gnome-3-34/data/appdata/polari-main.png</image> </screenshot> <screenshot> - <image>https://gitlab.gnome.org/GNOME/polari/raw/master/data/appdata/polari-user-list.png</image> + <image>https://gitlab.gnome.org/GNOME/polari/raw/gnome-3-34/data/appdata/polari-user-list.png</image> </screenshot> <screenshot> - <image>https://gitlab.gnome.org/GNOME/polari/raw/master/data/appdata/polari-join-dialog.png</image> + <image>https://gitlab.gnome.org/GNOME/polari/raw/gnome-3-34/data/appdata/polari-join-dialog.png</image> </screenshot> <screenshot> - <image>https://gitlab.gnome.org/GNOME/polari/raw/master/data/appdata/polari-connection.png</image> + <image>https://gitlab.gnome.org/GNOME/polari/raw/gnome-3-34/data/appdata/polari-connection.png</image> </screenshot> <screenshot> - <image>https://gitlab.gnome.org/GNOME/polari/raw/master/data/appdata/polari-connection-properties.png</image> + <image>https://gitlab.gnome.org/GNOME/polari/raw/gnome-3-34/data/appdata/polari-connection-properties.png</image> </screenshot> </screenshots> <launchable type="desktop-id">org.gnome.Polari.desktop</launchable> -- 2.24.1
