From 72fa75fcade3431c3ebc287862548763488cb0cf1bbed5d490740f32370efa97 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 4 Sep 2015 11:28:11 +0000 Subject: [PATCH 1/3] Accepting request 328947 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/328947 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=24 --- polari-3.16.1.tar.xz | 3 -- polari-3.17.91.tar.xz | 3 ++ ...View-switch-away-from-deprecated-API.patch | 39 ---------------- polari.changes | 46 +++++++++++++++++++ polari.spec | 7 +-- 5 files changed, 51 insertions(+), 47 deletions(-) delete mode 100644 polari-3.16.1.tar.xz create mode 100644 polari-3.17.91.tar.xz delete mode 100644 polari-chatView-switch-away-from-deprecated-API.patch diff --git a/polari-3.16.1.tar.xz b/polari-3.16.1.tar.xz deleted file mode 100644 index c41726a..0000000 --- a/polari-3.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d37a66db4c8763ca04de0adca92290ac34ca65f69b5fbfd6c044f746261f070 -size 437300 diff --git a/polari-3.17.91.tar.xz b/polari-3.17.91.tar.xz new file mode 100644 index 0000000..c231252 --- /dev/null +++ b/polari-3.17.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334c4e70ea477c2d8e305e3ede95e3ed005c8ac491dfa0bac0d799d391ae176d +size 458140 diff --git a/polari-chatView-switch-away-from-deprecated-API.patch b/polari-chatView-switch-away-from-deprecated-API.patch deleted file mode 100644 index ab6c62b..0000000 --- a/polari-chatView-switch-away-from-deprecated-API.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 1ac95a6b087fd929b48a9f3a90eb81bb76abbf72 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastian=20Ils=C3=B8?= -Date: Wed, 15 Apr 2015 20:55:09 +0200 -Subject: chatView: switch away from deprecated API - -The chat view is currently using the selection background color for -nick names. However as gtk_style_context_get_background_color() has been -deprecated in GTK+ 3.16, use the foreground color for the LINK state -instead, which should be identical for the default theme. - -https://bugzilla.gnome.org/show_bug.cgi?id=747942 - -diff --git a/src/chatView.js b/src/chatView.js -index a915620..04e1a07 100644 ---- a/src/chatView.js -+++ b/src/chatView.js -@@ -187,18 +187,13 @@ const ChatView = new Lang.Class({ - let dimColor = context.get_color(Gtk.StateFlags.NORMAL); - context.restore(); - -- context.save(); -- context.add_class('view'); -- let selectedColor = context.get_background_color(Gtk.StateFlags.SELECTED); -- context.restore(); -- - let linkColor = context.get_color(Gtk.StateFlags.LINK); - - let buffer = this._view.get_buffer(); - let tagTable = buffer.get_tag_table(); - let tags = [ - { name: 'nick', -- foreground_rgba: selectedColor }, -+ foreground_rgba: linkColor }, - { name: 'status', - foreground_rgba: dimColor }, - { name: 'timestamp', --- -cgit v0.10.2 - diff --git a/polari.changes b/polari.changes index b314031..962332f 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Wed Sep 2 08:21:32 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.91: + + Misc. bug fixes and cleanups. + + Updated translations. + +------------------------------------------------------------------- +Thu Aug 20 15:12:49 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.90: + + Clear pending messages indication while offline (bgo#753050). + + Indicate account errors in room list. + + Re-enable updated paste service integration (bgo#725088). + + Misc. bug fixes and cleanups (bgo#753335). + + Updated translations. + +------------------------------------------------------------------- +Thu Aug 6 10:52:30 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.4: + + Add empty state to assist with initial setup (bgo#711832). + + Fix observing channels from other handlers (bgo#752422). + + Update new-message indicator to clarify its purpose + (bgo#751542). + + Misc. bug fixes: bgo#733327, bgo#752968, bgo#750689. + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 17 16:36:44 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.3: + + Color contact availability in private chats (bgo#748703). + + Updated translations. + +------------------------------------------------------------------- +Sat May 2 20:10:03 UTC 2015 - zaitor@opensuse.org + +- Update to version 3.17.1: + + Improve readability of room list in backdrop state + (bgo#711854). + + Distinguish offline nick names in chat log (bgo#710792). + + Misc. bug fixes and cleanups (bgo#747942). +- Drop polari-chatView-switch-away-from-deprecated-API.patch: Fixed + upstream. + ------------------------------------------------------------------- Sat May 2 11:52:52 UTC 2015 - zaitor@opensuse.org diff --git a/polari.spec b/polari.spec index 327368e..5b7806b 100644 --- a/polari.spec +++ b/polari.spec @@ -18,15 +18,13 @@ Name: polari -Version: 3.16.1 +Version: 3.17.91 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Networking/IRC Url: http://wiki.gnome.org/Apps/Polari -Source0: http://download.gnome.org/sources/polari/3.16/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM polari-chatView-switch-away-from-deprecated-API.patch bgo#747942 zaitor@opensuse.org -- No longer use deprecated API, patch from upstream git, stable branch. -Patch0: polari-chatView-switch-away-from-deprecated-API.patch +Source0: http://download.gnome.org/sources/polari/3.17/%{name}-%{version}.tar.xz BuildRequires: gjs BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.50.0 @@ -55,7 +53,6 @@ with GNOME 3. %lang_package %prep %setup -q -%patch0 -p1 %build %configure From 480fee4037887a20afcd763a20eb86cec8a4d9068f8425a88a3539e0ef4521d3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 17 Sep 2015 12:51:24 +0000 Subject: [PATCH 2/3] Accepting request 331577 from GNOME:Next Update to 3.17.92 OBS-URL: https://build.opensuse.org/request/show/331577 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=25 --- polari-3.17.91.tar.xz | 3 --- polari-3.17.92.tar.xz | 3 +++ polari.changes | 7 +++++++ polari.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 polari-3.17.91.tar.xz create mode 100644 polari-3.17.92.tar.xz diff --git a/polari-3.17.91.tar.xz b/polari-3.17.91.tar.xz deleted file mode 100644 index c231252..0000000 --- a/polari-3.17.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:334c4e70ea477c2d8e305e3ede95e3ed005c8ac491dfa0bac0d799d391ae176d -size 458140 diff --git a/polari-3.17.92.tar.xz b/polari-3.17.92.tar.xz new file mode 100644 index 0000000..d44a2f4 --- /dev/null +++ b/polari-3.17.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9174354fa188aa48d646dba4eb07212da4685ffb53f39a774a4e217f9e3b6a +size 464404 diff --git a/polari.changes b/polari.changes index 962332f..b5baa89 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 16 17:55:19 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.17.92: + + Misc fixes: bgo#754916. + + Updated translations. + ------------------------------------------------------------------- Wed Sep 2 08:21:32 UTC 2015 - zaitor@opensuse.org diff --git a/polari.spec b/polari.spec index 5b7806b..57352d6 100644 --- a/polari.spec +++ b/polari.spec @@ -18,7 +18,7 @@ Name: polari -Version: 3.17.91 +Version: 3.17.92 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0+ and LGPL-2.1+ From 2ad89bd250cd5dbdd1232b4bf32fcabce3c527eeb005a3428a221c605fc16dc4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 22 Sep 2015 08:16:40 +0000 Subject: [PATCH 3/3] Accepting request 332793 from GNOME:Next Update to 3.18.0 OBS-URL: https://build.opensuse.org/request/show/332793 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=26 --- polari-3.17.92.tar.xz | 3 --- polari-3.18.0.tar.xz | 3 +++ polari.changes | 6 ++++++ polari.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 polari-3.17.92.tar.xz create mode 100644 polari-3.18.0.tar.xz diff --git a/polari-3.17.92.tar.xz b/polari-3.17.92.tar.xz deleted file mode 100644 index d44a2f4..0000000 --- a/polari-3.17.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b9174354fa188aa48d646dba4eb07212da4685ffb53f39a774a4e217f9e3b6a -size 464404 diff --git a/polari-3.18.0.tar.xz b/polari-3.18.0.tar.xz new file mode 100644 index 0000000..4ed5622 --- /dev/null +++ b/polari-3.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b98c820a1e9a25a0f3a927e8d4ba8400296041f783301a764e37840c7ef6018 +size 474352 diff --git a/polari.changes b/polari.changes index b5baa89..77cbf08 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 22 06:28:21 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.18.0: + + Updated translations. + ------------------------------------------------------------------- Wed Sep 16 17:55:19 UTC 2015 - dimstar@opensuse.org diff --git a/polari.spec b/polari.spec index 57352d6..fe952e6 100644 --- a/polari.spec +++ b/polari.spec @@ -18,13 +18,13 @@ Name: polari -Version: 3.17.92 +Version: 3.18.0 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Networking/IRC Url: http://wiki.gnome.org/Apps/Polari -Source0: http://download.gnome.org/sources/polari/3.17/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/polari/3.18/%{name}-%{version}.tar.xz BuildRequires: gjs BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.50.0