From f1c8edcc0986f71f1a2980510f96d4e92a8ca9e93599423e42901ff3a8d87a8b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 3 Apr 2014 20:48:11 +0000 Subject: [PATCH] Accepting request 228687 from GNOME:Next Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228687 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=5 --- polari-3.11.2.tar.xz | 3 --- polari-3.12.0.tar.xz | 3 +++ polari.changes | 23 +++++++++++++++++++++++ polari.spec | 12 +++++++----- 4 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 polari-3.11.2.tar.xz create mode 100644 polari-3.12.0.tar.xz diff --git a/polari-3.11.2.tar.xz b/polari-3.11.2.tar.xz deleted file mode 100644 index 8b6b0b0..0000000 --- a/polari-3.11.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:138fca388b8af853635ea6db93159ddc457590cefab6530fcebaf912b6f34859 -size 351832 diff --git a/polari-3.12.0.tar.xz b/polari-3.12.0.tar.xz new file mode 100644 index 0000000..88730f8 --- /dev/null +++ b/polari-3.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5225ebc0dca5d6c6296183291b908e1fd21f3d237bbaf07f92d6d93306e1d17 +size 401148 diff --git a/polari.changes b/polari.changes index 5b86091..62ba3bc 100644 --- a/polari.changes +++ b/polari.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Mar 26 19:25:18 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.12.0: + + Stop ellipsizing nick. + + Do not open multiple dialogs if already opened (bgo#715076). + + Standardize Help/About/Quit app menu items (bgo#720151). + + Keep chat log around when offline or disconnected (bgo#710271). + + Fix headerbar item positions after GTK+ changes (bgo#721736). + + Allow to set up new connections from join dialog (bgo#711833). + + Don't highlight messages in private chats (bgo#725065). + + Add 256x256 application icon (bgo#723429). + + Show number of channel members in headerbar (bgo#710705). + + Add keyboard shortcuts for directly switching to a room + (bgo#709983). + + Show real name as subtitle for private chats (bgo#710819). + + Respect time format settings for timestamps (bgo#712626). + + Move user list into a popover (bgo#727039). + + Bugs fixed: bgo#723432, bgo#722532, bgo#712217, bgo#721703, + bgo#724902, bgo#722728, bgo#725064, bgo#715025, bgo#719526, + bgo#720706, bgo#725403, bgo#725688, bgo#721889. + + Updated translations. + ------------------------------------------------------------------- Wed Nov 27 15:06:03 UTC 2013 - cfarrell@suse.com diff --git a/polari.spec b/polari.spec index 7671e5c..19b8423 100644 --- a/polari.spec +++ b/polari.spec @@ -1,6 +1,7 @@ # # spec file for package polari # +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -15,21 +16,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: polari -Version: 3.11.2 +Version: 3.12.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://ftp.gnome.org/pub/GNOME/sources/polari/3.11/%{name}-%{version}.tar.xz -BuildRequires: intltool >= 0.50.0 +Source0: http://download.gnome.org/sources/polari/3.12/%{name}-%{version}.tar.xz BuildRequires: gjs BuildRequires: hicolor-icon-theme +BuildRequires: intltool >= 0.50.0 BuildRequires: update-desktop-files +BuildRequires: pkgconfig(gio-2.0) >= 2.39.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6 -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.12 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.5 BuildRequires: pkgconfig(telepathy-glib) Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build