From dc842b915e4bec2ffc7da173e2566bd6228ba9c0cf4109c7aac02f8fd66f4a3e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 26 Oct 2020 08:14:26 +0000 Subject: [PATCH] Accepting request 842953 from GNOME:Next update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842953 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=110 --- polari-3.36.3.tar.xz | 3 --- polari-3.38.0.tar.xz | 3 +++ polari-fix-log-spam.patch | 45 --------------------------------------- polari.changes | 21 ++++++++++++++++++ polari.spec | 6 ++---- 5 files changed, 26 insertions(+), 52 deletions(-) delete mode 100644 polari-3.36.3.tar.xz create mode 100644 polari-3.38.0.tar.xz delete mode 100644 polari-fix-log-spam.patch diff --git a/polari-3.36.3.tar.xz b/polari-3.36.3.tar.xz deleted file mode 100644 index 21e2cd5..0000000 --- a/polari-3.36.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f26647e981c5d0bf42df582adac20bbfdacdfe8c4fe150af0ca03d2e0cef53a -size 1030640 diff --git a/polari-3.38.0.tar.xz b/polari-3.38.0.tar.xz new file mode 100644 index 0000000..214f3e2 --- /dev/null +++ b/polari-3.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af8a6d22e4fa7e121e29611edbe4c90c3266565f4c3a67332904c5c56b502d1 +size 1040368 diff --git a/polari-fix-log-spam.patch b/polari-fix-log-spam.patch deleted file mode 100644 index 1dae724..0000000 --- a/polari-fix-log-spam.patch +++ /dev/null @@ -1,45 +0,0 @@ -From eb918032722041abaed5f74a37a091e322e2d319 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= -Date: Sat, 18 Jul 2020 16:12:25 +0200 -Subject: [PATCH] urlPreview: Move margin into CSS - -Setting it in code for some reason confuses size negotiations, resulting -in warnings about negative size requests. It looks like CSS margins -don't suffer from the same problem, so just use those instead. - -https://gitlab.gnome.org/GNOME/polari/-/issues/142 ---- - data/resources/application.css | 3 +++ - src/urlPreview.js | 2 -- - 2 files changed, 3 insertions(+), 2 deletions(-) - -diff --git a/data/resources/application.css b/data/resources/application.css -index a0a57a76..e455304f 100644 ---- a/data/resources/application.css -+++ b/data/resources/application.css -@@ -118,6 +118,9 @@ treeview.polari-server-room-list { - } - - .url-preview { padding: 8px; } -+.url-preview { margin: 12px; } -+.url-preview:dir(ltr) { margin-left: 0; } -+.url-preview:dir(rtl) { margin-right: 0; } - .url-preview image { min-width: 120px; min-height: 90px; } - .url-preview label { font-size: small; } - -diff --git a/src/urlPreview.js b/src/urlPreview.js -index e388b78b..b818c812 100644 ---- a/src/urlPreview.js -+++ b/src/urlPreview.js -@@ -78,8 +78,6 @@ var URLPreview = GObject.registerClass({ - - this.set({ - orientation: Gtk.Orientation.VERTICAL, -- margin: 12, -- margin_start: 0, - spacing: 6, - }); - --- -GitLab - diff --git a/polari.changes b/polari.changes index 56a15ec..1fc0bcc 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Sep 19 17:27:11 UTC 2020 - Bjørn Lie + +- Update to version 3.38.0: + + Disable URL previews when on metered data. + + Misc. bug fixes and cleanups. + + Updated translations. +- Drop polari-fix-log-spam.patch: Fixed upstream. + +------------------------------------------------------------------- +Fri Sep 4 11:55:18 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.37.3: + + Add WHOIS command. +- Changes from version 3.37.2: + + Misc. bug fixes and cleanups. +- Changes from version 3.37.1: + + Add the ability to mute nicknames. + + Misc. bug fixes and cleanups. + + Updated translations. + ------------------------------------------------------------------- Thu Aug 20 11:51:24 UTC 2020 - Dominique Leuenberger diff --git a/polari.spec b/polari.spec index 68786cd..24ab2b8 100644 --- a/polari.spec +++ b/polari.spec @@ -18,18 +18,16 @@ Name: polari -Version: 3.36.3 +Version: 3.38.0 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Networking/IRC URL: https://wiki.gnome.org/Apps/Polari -Source0: https://download.gnome.org/sources/polari/3.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/polari/3.38/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc # PATCH-FIX-UPSTREAM polari-fix-nb-translation.patch glgo#GNOME/polari!145 -- Fix Norwegian bokmål translation Patch0: polari-fix-nb-translation.patch -# PATCH-FIX-UPSTREAM polari-fix-log-spam.patch -- Quiet down unneeded log warnings -Patch1: polari-fix-log-spam.patch BuildRequires: gjs >= 1.57.3 BuildRequires: meson >= 0.43.0