forked from pool/polari
Accepting request 231790 from GNOME:Factory
Push GNOME:Factory - GNOME 3.12.1 OBS-URL: https://build.opensuse.org/request/show/231790 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polari?expand=0&rev=2
This commit is contained in:
commit
89def71afe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:138fca388b8af853635ea6db93159ddc457590cefab6530fcebaf912b6f34859
|
|
||||||
size 351832
|
|
3
polari-3.12.1.tar.xz
Normal file
3
polari-3.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ce3dc304e4c1b3776a4d9643e85b3e7075512924464e9ed8be59cdb10289271
|
||||||
|
size 404184
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 06:43:09 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.12.1:
|
||||||
|
+ Misc. fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Nov 27 15:06:03 UTC 2013 - cfarrell@suse.com
|
||||||
|
|
||||||
|
12
polari.spec
12
polari.spec
@ -1,6 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package polari
|
# spec file for package polari
|
||||||
#
|
#
|
||||||
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: polari
|
Name: polari
|
||||||
Version: 3.11.2
|
Version: 3.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An IRC Client for GNOME
|
Summary: An IRC Client for GNOME
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
Url: http://wiki.gnome.org/Apps/Polari
|
Url: http://wiki.gnome.org/Apps/Polari
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/polari/3.11/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/polari/3.12/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: intltool >= 0.50.0
|
|
||||||
BuildRequires: gjs
|
BuildRequires: gjs
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
|
BuildRequires: intltool >= 0.50.0
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.39.0
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.5
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.12
|
|
||||||
BuildRequires: pkgconfig(telepathy-glib)
|
BuildRequires: pkgconfig(telepathy-glib)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user