diff --git a/polari-3.20.3.tar.xz b/polari-3.20.3.tar.xz deleted file mode 100644 index 793d408..0000000 --- a/polari-3.20.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9085ad756060eb9759471c195cfe6af22b99489b8f28dc05ff4c91ccaf37c2f0 -size 524048 diff --git a/polari-3.21.91.tar.xz b/polari-3.21.91.tar.xz new file mode 100644 index 0000000..583822e --- /dev/null +++ b/polari-3.21.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b909ab5303dc4ce4648c36ecad54242ea6831f943d83d849fc8311afa1947c44 +size 606184 diff --git a/polari-rpmlintrc b/polari-rpmlintrc new file mode 100644 index 0000000..60c5d7f --- /dev/null +++ b/polari-rpmlintrc @@ -0,0 +1,2 @@ +addFilter(".*devel-file-in-non-devel-package.*/usr/share/polari/gir-1.0/Polari-1.0.gir") +addFilter(".*desktopfile-without-binary.*/usr/share/applications/org.gnome.Polari.desktop gapplication") diff --git a/polari.changes b/polari.changes index 0b7300a..d49889a 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Aug 30 08:44:48 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.91: + + Add "Connect" item to room list header menu (bgo#769192). + + Fix connection issues with predefined networks (bgo#766935). + + Only switch channels immediately after a user action + (bgo#769584). + + Fix launching through persistent notifications (bgo#769592). + + Support externally configured channels (aka autojoin) + (bgo#751575). + + Support NickServ passwords (bgo#709982). + + Misc. bug fixes and cleanups: bgo#769280, bgo#769339, + bgo#769355, bgo#769582, bgo#769583, bgo#769655, bgo#769656. + + Updated translations. +- Add pkgconfig(libsecret-1), pkgconfig(pango), + pkgconfig(pangocairo), pkgconfig(libsoup-2.4) and + pkgconfig(telepathy-logger-0.2) BuildRequires: New explicit + dependencies. + +------------------------------------------------------------------- +Fri Aug 19 21:56:58 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.4: + + Improve text styling in chat log (bgo#768381). + + Fix auto-scrolling to bottom (bgo#765129). + + Restore highlights in messages loaded from logs (bgo#768613). + + Fix rooms in sidebar not updating their read/unread style + (bgo#768909). + + Improve handling of initial pending messages (bgo#768907). + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 19 21:56:57 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.3: + + Add shortcuts to jump to top/bottom of the chat log + (bgo##755549). + + Track users to fix wrong online status in chat log + (bgo#763868). + + Updated translations. +- Add polari-rpmlintrc: Filter out rpmlintwarning about gir devel + file. The only consumer of this gir file is polari itself, and + does not warrent spliting out a devel pacakage. Also filter out + desktopfile-without-binary warning, polari is a dbus activated + application, no binary is expected. + +------------------------------------------------------------------- +Fri Aug 19 21:56:56 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.2: + + Support /close command (bgo#763385). + + Support pasting text/image content from files (bgo#766066). + + Enable text/image uploads via drag and drop (bgo#766068). + + Add help entry to app menu (bgo#723024). + + Misc. bug fixes: bgo#765445, bgo#765841. + + Updated translations. +- Add yelp-tools BuildRequires: New dependency. + +------------------------------------------------------------------- +Fri Aug 19 21:56:55 UTC 2016 - zaitor@opensuse.org + +- Update to version 3.21.1: + + Update roomList header popover on name changes (bgo#763178). + + Prioritize popular networks (bgo#762733). + ------------------------------------------------------------------- Fri Aug 19 21:56:54 UTC 2016 - zaitor@opensuse.org diff --git a/polari.spec b/polari.spec index 8403cf5..01e9d76 100644 --- a/polari.spec +++ b/polari.spec @@ -18,21 +18,28 @@ Name: polari -Version: 3.20.3 +Version: 3.21.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.20/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/polari/3.21/%{name}-%{version}.tar.xz +Source99: polari-rpmlintrc BuildRequires: gjs >= 1.45.0 BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.50.0 BuildRequires: update-desktop-files +BuildRequires: yelp-tools BuildRequires: pkgconfig(gio-2.0) >= 2.41.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6 BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.12 +BuildRequires: pkgconfig(libsecret-1) +BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(pango) +BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(telepathy-glib) +BuildRequires: pkgconfig(telepathy-logger-0.2) Requires: gjs >= 1.45.0 Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -77,6 +84,7 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %files %defattr(-,root,root) %doc AUTHORS COPYING NEWS +%doc %{_datadir}/help/ %{_bindir}/polari %dir %{_datadir}/appdata %{_datadir}/appdata/org.gnome.Polari.appdata.xml