forked from pool/polari
Accepting request 583492 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583492 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=76
This commit is contained in:
parent
732b35a7a7
commit
f41014f243
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f36361dacf5d924d134f231fdb36ec4539f7495fce325d9b2f2728bd17cc190
|
||||
size 1148892
|
3
polari-3.27.92.tar.xz
Normal file
3
polari-3.27.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c54eb5f1c84c614b70977134ed5fc9b086c28733d05611b64a5fd2f9c0b0c6ec
|
||||
size 1156368
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 19:09:24 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.92:
|
||||
+ Misc. bugs fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 16:38:31 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Modernize spec-file by calling spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 16:25:30 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.27.91:
|
||||
+ Fix interactive elements in chat log on touch screens
|
||||
(bgo#784547).
|
||||
+ Defer loading room lists when connection is metered.
|
||||
+ Ensure feedback for the "reconnect" action.
|
||||
+ Add "Disconnect" item to the network context popover.
|
||||
+ Allow running a test instance alongside the regular one.
|
||||
+ Misc. bug fixes: glgo#GNOME/polari#32.
|
||||
- Changes from version 3.27.2:
|
||||
+ Clarify title of message notifications (bgo#786709).
|
||||
+ Fix overlapping scrollbar in user list (bgo#728756)/
|
||||
+ Improve performance of server room list in join dialog.
|
||||
+ Add empty placeholder to networks list (bgo#762892).
|
||||
+ Add explanatory tooltips to buttons (bgo#787154).
|
||||
+ Show indicator when joining a room takes some time
|
||||
(bgo#775239).
|
||||
+ Misc. bug fixes and cleanups: glgo#GNOME/polari#11,
|
||||
glgo#GNOME/polari#14, glgo#GNOME/polari#27.
|
||||
+ Updated translations.
|
||||
- Drop _service handling, since upstream is back in release mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 11 21:02:21 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.26.2+20171214.26fe43c:
|
||||
+ pasteManager: Remove excess arguments.
|
||||
+ flatpak: Remove left-over file.
|
||||
+ appNotification: Fix account removal on quit.
|
||||
+ Updated translations.
|
||||
- Switch to git checkout via source service.
|
||||
- Drop update-desktop-files BuildRequires and stop passing the
|
||||
suse_update_desktop_file macro.
|
||||
- Minor spec clean, use autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 31 23:56:44 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
27
polari.spec
27
polari.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package polari
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,19 +18,20 @@
|
||||
|
||||
|
||||
Name: polari
|
||||
Version: 3.26.2
|
||||
Version: 3.27.92
|
||||
Release: 0
|
||||
Summary: An IRC Client for GNOME
|
||||
License: GPL-2.0+ and LGPL-2.1+
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Networking/IRC
|
||||
Url: https://wiki.gnome.org/Apps/Polari
|
||||
Source0: https://download.gnome.org/sources/polari/3.26/%{name}-%{version}.tar.xz
|
||||
URL: https://wiki.gnome.org/Apps/Polari
|
||||
#Source0: https://download.gnome.org/sources/polari/3.26/%%{name}-%%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/polari/3.27/%{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: meson >= 0.43.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.41.0
|
||||
BuildRequires: pkgconfig(gjs-1.0)
|
||||
@ -48,7 +49,6 @@ Requires: telepathy-idle
|
||||
Requires: telepathy-logger
|
||||
Requires: telepathy-mission-control
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Polari is an IRC client that is designed to integrate seamlessly
|
||||
@ -61,10 +61,12 @@ Group: System/Libraries
|
||||
%description -n typelib-1_0-Polari-1_0
|
||||
Polari is an IRC client that is designed to integrate seamlessly
|
||||
with GNOME 3.
|
||||
This package contains Introspection bindings.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -72,19 +74,18 @@ with GNOME 3.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file org.gnome.Polari
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING NEWS
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
%doc %{_datadir}/help/
|
||||
%{_bindir}/polari
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/org.gnome.Polari.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Polari.desktop
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Polari.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.Polari.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Polari.gschema.xml
|
||||
%{_datadir}/metainfo/org.gnome.Polari.appdata.xml
|
||||
%{_datadir}/polari/
|
||||
%dir %{_datadir}/telepathy
|
||||
%dir %{_datadir}/telepathy/clients
|
||||
|
Loading…
x
Reference in New Issue
Block a user