From 492f3aa0da2bccf800c1362d0385ca471663b2cfc187109c22fa4f1e0617a9c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 26 Sep 2018 23:09:12 +0000 Subject: [PATCH 1/3] Accepting request 638597 from GNOME:Next revert to rev 114 dropping the typelib() reqs, GI has been fixed instead OBS-URL: https://build.opensuse.org/request/show/638597 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=82 --- polari-3.28.1.tar.xz | 3 --- polari-3.30.0.tar.xz | 3 +++ polari.changes | 34 ++++++++++++++++++++++++++++++++++ polari.spec | 6 ++---- 4 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 polari-3.28.1.tar.xz create mode 100644 polari-3.30.0.tar.xz diff --git a/polari-3.28.1.tar.xz b/polari-3.28.1.tar.xz deleted file mode 100644 index d635f3d..0000000 --- a/polari-3.28.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc271aa1e8ba858caa6d29e2e46dd9f837b4dfd9ec8d9737ececcebc6890c680 -size 1171688 diff --git a/polari-3.30.0.tar.xz b/polari-3.30.0.tar.xz new file mode 100644 index 0000000..9af7a15 --- /dev/null +++ b/polari-3.30.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717a806f623b4cf2702b810cdad752509854162517ce46ba7a8d74cb2b610d43 +size 1151036 diff --git a/polari.changes b/polari.changes index 92a73ea..2570e98 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Sep 7 18:06:14 UTC 2018 - antoine.belvire@opensuse.org + +- Update to version 3.30.0: + + Updated translations. +- Remove lang package from recommended packages as it already + supplements main package. + +------------------------------------------------------------------- +Sat Sep 1 04:02:38 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 3.29.92: + + Improve highlighting for nicks with dashes/underscores + (glgo#GNOME/polari#69). + + Misc. bug fixes: glgo#GNOME/polari!64, glgo#GNOME/polari!65, + glgo#GNOME/polari#38. + + Updated translations. +- Changes from version 3.29.91: + + Misc. bug fixes and cleanups: glgo#GNOME/polari#64. + + Hook up gjs' new debugger console via command line. + + Fix debug information logged to journal. + + Switch to GTK+'s built-in emoji picker. +- Drop intltool BuildRequires to follow upstream migration to + Gettext. + +------------------------------------------------------------------- +Tue Jul 24 12:26:59 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.29.4: + + Add Rizon to list of predefined networks. + + Remove app menu. + + Misc. bug fixes: glgo#GNOME/polari!48, glgo#GNOME/polari#53. + + Updated translations. + ------------------------------------------------------------------- Thu Jul 19 16:05:10 UTC 2018 - bjorn.lie@gmail.com diff --git a/polari.spec b/polari.spec index 06ab4ee..b721565 100644 --- a/polari.spec +++ b/polari.spec @@ -18,17 +18,16 @@ Name: polari -Version: 3.28.1 +Version: 3.30.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 -Source: http://download.gnome.org/sources/polari/3.28/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/polari/3.30/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc BuildRequires: gjs >= 1.45.0 BuildRequires: hicolor-icon-theme -BuildRequires: intltool >= 0.50.0 BuildRequires: meson >= 0.43.0 BuildRequires: pkgconfig BuildRequires: yelp-tools @@ -44,7 +43,6 @@ Requires: gjs >= 1.45.0 Requires: telepathy-idle Requires: telepathy-logger Requires: telepathy-mission-control -Recommends: %{name}-lang %description Polari is an IRC client that is designed to integrate seamlessly From 4478cc3bab74890fe260f767644e4f7da2169426c60e2e85dcf83339c24f73ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 27 Sep 2018 17:23:53 +0000 Subject: [PATCH 2/3] Accepting request 638741 from GNOME:Next - Add optional mozjs60 BuildRequires: Ensure we build full mozjs support. OBS-URL: https://build.opensuse.org/request/show/638741 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=83 --- polari.changes | 6 ++++++ polari.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/polari.changes b/polari.changes index 2570e98..5d0dde7 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 27 03:31:48 UTC 2018 - bjorn.lie@gmail.com + +- Add optional mozjs60 BuildRequires: Ensure we build full mozjs + support. + ------------------------------------------------------------------- Fri Sep 7 18:06:14 UTC 2018 - antoine.belvire@opensuse.org diff --git a/polari.spec b/polari.spec index b721565..b3044c8 100644 --- a/polari.spec +++ b/polari.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,6 +29,7 @@ Source99: polari-rpmlintrc BuildRequires: gjs >= 1.45.0 BuildRequires: hicolor-icon-theme BuildRequires: meson >= 0.43.0 +BuildRequires: mozjs60 BuildRequires: pkgconfig BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.43.4 From 287d3abfa05618378017ce6afa5ae5eda2a57c0a4de7c83538532cbb03b9f112 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Mon, 8 Oct 2018 13:43:33 +0000 Subject: [PATCH 3/3] Accepting request 640329 from GNOME:Next - Update to version 3.30.1: + Improve network connectivity handling when running sandboxed. + Support non-UTF8 charsets in predefined networks. + Misc. bug fixes. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/640329 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=84 --- polari-3.30.0.tar.xz | 3 --- polari-3.30.1.tar.xz | 3 +++ polari.changes | 9 +++++++++ polari.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 polari-3.30.0.tar.xz create mode 100644 polari-3.30.1.tar.xz diff --git a/polari-3.30.0.tar.xz b/polari-3.30.0.tar.xz deleted file mode 100644 index 9af7a15..0000000 --- a/polari-3.30.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:717a806f623b4cf2702b810cdad752509854162517ce46ba7a8d74cb2b610d43 -size 1151036 diff --git a/polari-3.30.1.tar.xz b/polari-3.30.1.tar.xz new file mode 100644 index 0000000..06d61dc --- /dev/null +++ b/polari-3.30.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f756a6c56900814055b6e8104ec5ef5feee68ea0d589312204b72fb295c281 +size 1150872 diff --git a/polari.changes b/polari.changes index 5d0dde7..bece689 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Oct 6 18:28:35 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.30.1: + + Improve network connectivity handling when running sandboxed. + + Support non-UTF8 charsets in predefined networks. + + Misc. bug fixes. + + Updated translations. + ------------------------------------------------------------------- Thu Sep 27 03:31:48 UTC 2018 - bjorn.lie@gmail.com diff --git a/polari.spec b/polari.spec index b3044c8..4b02cf5 100644 --- a/polari.spec +++ b/polari.spec @@ -18,7 +18,7 @@ Name: polari -Version: 3.30.0 +Version: 3.30.1 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0-or-later AND LGPL-2.1-or-later