From adc13cf58ec0339336c1fb9b4b99ca2a1201ce12a9d891fc4bdb70928a07f268 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:41:18 +0000 Subject: [PATCH 1/3] Accepting request 519337 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519337 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=64 --- polari-3.24.2.tar.xz | 3 --- polari-3.25.91.tar.xz | 3 +++ polari.changes | 41 +++++++++++++++++++++++++++++++++++++++++ polari.spec | 14 ++++++-------- 4 files changed, 50 insertions(+), 11 deletions(-) delete mode 100644 polari-3.24.2.tar.xz create mode 100644 polari-3.25.91.tar.xz diff --git a/polari-3.24.2.tar.xz b/polari-3.24.2.tar.xz deleted file mode 100644 index 117549c..0000000 --- a/polari-3.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e1884000fda5cf6293e21ca1c028ec0b13d5baab5a79b8c11e4728c3238bb42 -size 804160 diff --git a/polari-3.25.91.tar.xz b/polari-3.25.91.tar.xz new file mode 100644 index 0000000..cf1cf2b --- /dev/null +++ b/polari-3.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ae0a5ab237fbe4c57512eaca726c4a8997d9957ff8b8cf33c3347481e6941f +size 1107032 diff --git a/polari.changes b/polari.changes index 251a016..7b7cdc0 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Aug 14 12:32:16 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.90: + + Change to nominal nick when it becomes available (bgo#710731). + + Revamp initial setup (bgo#772458). + + Add an Emoji picker to the chat entry (bgo#755579). + + Misc. bug fixes: bgo#774212. + + Updated translations. +- Tiny bit of spec-cleanup. + +------------------------------------------------------------------- +Sat Jul 22 09:39:02 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.4: + + Support NickServ bots that don't handle nick in identify + command (bgo#772915). + + Improve handling of temporarily unavailble networks + (bgo#784047). + + Fix double-toggling of room checkboxes (bgo#782969). + + Misc. bug fixes (bgo#783747). + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 21 03:25:01 UTC 2017 - zaitor@opensuse.org + +- Update to version 3.25.1: + + Share a spell checker to only load dictionaries once + (bgo#780762). + + Override paste.gnome.org's default expiry (bgo#780888). + + Indicate in private conversation when contact disconnects + (bgo#712635). + + Trim trailing underscores from nick on startup (bgo#781161). + + Add --version CLI option (bgo#780272). + + Drop autotools support (bgo#781687). + + Misc. bug fixes: bgo#780113, bgo#781072, bgo#781159, + bgo#780273, bgo#781686. +- Add meson BuildRequires and switch autotools macros configure, + make and makeinstall to meson, meson_build and meson_install + following upstream switch to Meson build system. + ------------------------------------------------------------------- Wed Jul 19 06:55:14 UTC 2017 - zaitor@opensuse.org diff --git a/polari.spec b/polari.spec index 112c91e..64bdefc 100644 --- a/polari.spec +++ b/polari.spec @@ -18,17 +18,18 @@ Name: polari -Version: 3.24.2 +Version: 3.25.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.24/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/polari/3.25/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc BuildRequires: gjs >= 1.45.0 BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.50.0 +BuildRequires: meson BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.41.0 @@ -65,12 +66,11 @@ with GNOME 3. %setup -q %build -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%makeinstall -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +%meson_install %suse_update_desktop_file org.gnome.Polari %find_lang %{name} %{?no_lang_C} @@ -85,7 +85,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %icon_theme_cache_postun %files -%defattr(-,root,root) %doc AUTHORS COPYING NEWS %doc %{_datadir}/help/ %{_bindir}/polari @@ -105,7 +104,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %{_libdir}/polari/libpolari-1.0.so %files -n typelib-1_0-Polari-1_0 -%defattr(-,root,root) %dir %{_libdir}/polari %dir %{_libdir}/polari/girepository-1.0 %{_libdir}/polari/girepository-1.0/Polari-1.0.typelib From ffc6b2536d46863932a1909a54e8fd8f245b2e475dfa29d7916f8bd55bda1d85 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Sep 2017 08:35:22 +0000 Subject: [PATCH 2/3] Accepting request 521833 from GNOME:Next Update to 3.25.92 OBS-URL: https://build.opensuse.org/request/show/521833 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=65 --- polari-3.25.91.tar.xz | 3 --- polari-3.25.92.tar.xz | 3 +++ polari.changes | 6 ++++++ polari.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 polari-3.25.91.tar.xz create mode 100644 polari-3.25.92.tar.xz diff --git a/polari-3.25.91.tar.xz b/polari-3.25.91.tar.xz deleted file mode 100644 index cf1cf2b..0000000 --- a/polari-3.25.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ae0a5ab237fbe4c57512eaca726c4a8997d9957ff8b8cf33c3347481e6941f -size 1107032 diff --git a/polari-3.25.92.tar.xz b/polari-3.25.92.tar.xz new file mode 100644 index 0000000..47c804e --- /dev/null +++ b/polari-3.25.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c7ef54d58182e0c1ceaa220d7eb9af418776cab80e00cf4833d34f05560a40 +size 1110308 diff --git a/polari.changes b/polari.changes index 7b7cdc0..ccb7d4c 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 6 23:10:46 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.92: + + Updated translations. + ------------------------------------------------------------------- Mon Aug 14 12:32:16 UTC 2017 - zaitor@opensuse.org diff --git a/polari.spec b/polari.spec index 64bdefc..93630f4 100644 --- a/polari.spec +++ b/polari.spec @@ -18,13 +18,13 @@ Name: polari -Version: 3.25.91 +Version: 3.25.92 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: https://download.gnome.org/sources/polari/3.25/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/polari/3.25/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc BuildRequires: gjs >= 1.45.0 BuildRequires: hicolor-icon-theme From 6b02a286b661a7ae53b4d476c4c6051d9501e854667fc467554f3ef9aed8a3d2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 20:13:49 +0000 Subject: [PATCH 3/3] Accepting request 523817 from GNOME:Next Update to 3.26.0 OBS-URL: https://build.opensuse.org/request/show/523817 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=66 --- polari-3.25.92.tar.xz | 3 --- polari-3.26.0.tar.xz | 3 +++ polari.changes | 6 ++++++ polari.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 polari-3.25.92.tar.xz create mode 100644 polari-3.26.0.tar.xz diff --git a/polari-3.25.92.tar.xz b/polari-3.25.92.tar.xz deleted file mode 100644 index 47c804e..0000000 --- a/polari-3.25.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41c7ef54d58182e0c1ceaa220d7eb9af418776cab80e00cf4833d34f05560a40 -size 1110308 diff --git a/polari-3.26.0.tar.xz b/polari-3.26.0.tar.xz new file mode 100644 index 0000000..c1b3c73 --- /dev/null +++ b/polari-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4925d423568cccf2b396921eea58d54ecc7664f65cb48c342a07671688a584e +size 1110844 diff --git a/polari.changes b/polari.changes index ccb7d4c..217fa7d 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 20:07:56 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.26.0: + + Updated translations. + ------------------------------------------------------------------- Wed Sep 6 23:10:46 UTC 2017 - dimstar@opensuse.org diff --git a/polari.spec b/polari.spec index 93630f4..97de835 100644 --- a/polari.spec +++ b/polari.spec @@ -18,13 +18,13 @@ Name: polari -Version: 3.25.92 +Version: 3.26.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.25/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/polari/3.26/%{name}-%{version}.tar.xz Source99: polari-rpmlintrc BuildRequires: gjs >= 1.45.0 BuildRequires: hicolor-icon-theme