From 359092631b62286918109775b06e8a8337ba610388d8e2ec7e626b4dc2d32483 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 16 Dec 2019 12:52:39 +0000 Subject: [PATCH] Accepting request 756797 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/756797 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=94 --- polari-3.34.0.tar.xz | 3 --- polari-3.34.1.tar.xz | 3 +++ polari.changes | 10 ++++++++++ polari.spec | 8 ++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 polari-3.34.0.tar.xz create mode 100644 polari-3.34.1.tar.xz diff --git a/polari-3.34.0.tar.xz b/polari-3.34.0.tar.xz deleted file mode 100644 index 04af6b7..0000000 --- a/polari-3.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daca0c060c9f29c246aa6300e645ae9cee36bb1b80018e042ca572273af5e225 -size 1264760 diff --git a/polari-3.34.1.tar.xz b/polari-3.34.1.tar.xz new file mode 100644 index 0000000..15aba86 --- /dev/null +++ b/polari-3.34.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf420c2a2a8c6ca39e95ffebb71c51fbf0f1866255e068ff6d78d63569c8e71 +size 1270300 diff --git a/polari.changes b/polari.changes index 27d0ef2..0f140b3 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 13 06:24:56 UTC 2019 - Bjørn Lie + +- Update to version 3.34.1: + + Fix NickServ authentication without username. + + Catch newly added gjs exception that prevents startup. + + Fix grouping of status messages. + + Misc. bug fixes and cleanups. + + Updated translations. + ------------------------------------------------------------------- Tue Sep 10 13:51:20 CST 2019 - qkzhu@suse.com diff --git a/polari.spec b/polari.spec index 7dbf5ab..79954f1 100644 --- a/polari.spec +++ b/polari.spec @@ -1,7 +1,7 @@ # # spec file for package polari # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: polari -Version: 3.34.0 +Version: 3.34.1 Release: 0 Summary: An IRC Client for GNOME License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -27,13 +27,13 @@ URL: https://wiki.gnome.org/Apps/Polari Source0: https://download.gnome.org/sources/polari/3.34/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc -BuildRequires: gjs >= 1.45.0 +BuildRequires: gjs >= 1.57.3 BuildRequires: meson >= 0.43.0 BuildRequires: mozjs60 BuildRequires: pkgconfig BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.43.4 -BuildRequires: pkgconfig(gjs-1.0) +BuildRequires: pkgconfig(gjs-1.0) >= 1.57.3 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6 BuildRequires: pkgconfig(gtk+-3.0) >= 3.21.6 BuildRequires: pkgconfig(pango)