forked from pool/polari
Accepting request 523819 from GNOME:Factory
Update to 3.26.0 (forwarded request 523817 from dimstar) OBS-URL: https://build.opensuse.org/request/show/523819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polari?expand=0&rev=25
This commit is contained in:
commit
ca2178899e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e1884000fda5cf6293e21ca1c028ec0b13d5baab5a79b8c11e4728c3238bb42
|
||||
size 804160
|
3
polari-3.26.0.tar.xz
Normal file
3
polari-3.26.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4925d423568cccf2b396921eea58d54ecc7664f65cb48c342a07671688a584e
|
||||
size 1110844
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Update to version 3.25.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
14
polari.spec
14
polari.spec
@ -18,17 +18,18 @@
|
||||
|
||||
|
||||
Name: polari
|
||||
Version: 3.24.2
|
||||
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.24/%{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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user