Accepting request 519337 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519337 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/polari?expand=0&rev=64
This commit is contained in:
parent
4d8b7c3d62
commit
adc13cf58e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e1884000fda5cf6293e21ca1c028ec0b13d5baab5a79b8c11e4728c3238bb42
|
|
||||||
size 804160
|
|
3
polari-3.25.91.tar.xz
Normal file
3
polari-3.25.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:79ae0a5ab237fbe4c57512eaca726c4a8997d9957ff8b8cf33c3347481e6941f
|
||||||
|
size 1107032
|
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Jul 19 06:55:14 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
14
polari.spec
14
polari.spec
@ -18,17 +18,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: polari
|
Name: polari
|
||||||
Version: 3.24.2
|
Version: 3.25.91
|
||||||
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://download.gnome.org/sources/polari/3.24/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/polari/3.25/%{name}-%{version}.tar.xz
|
||||||
Source99: polari-rpmlintrc
|
Source99: polari-rpmlintrc
|
||||||
BuildRequires: gjs >= 1.45.0
|
BuildRequires: gjs >= 1.45.0
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: intltool >= 0.50.0
|
BuildRequires: intltool >= 0.50.0
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.41.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.41.0
|
||||||
@ -65,12 +66,11 @@ with GNOME 3.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%meson_install
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|
||||||
%suse_update_desktop_file org.gnome.Polari
|
%suse_update_desktop_file org.gnome.Polari
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
|
|
||||||
@ -85,7 +85,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS COPYING NEWS
|
%doc AUTHORS COPYING NEWS
|
||||||
%doc %{_datadir}/help/
|
%doc %{_datadir}/help/
|
||||||
%{_bindir}/polari
|
%{_bindir}/polari
|
||||||
@ -105,7 +104,6 @@ find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
|||||||
%{_libdir}/polari/libpolari-1.0.so
|
%{_libdir}/polari/libpolari-1.0.so
|
||||||
|
|
||||||
%files -n typelib-1_0-Polari-1_0
|
%files -n typelib-1_0-Polari-1_0
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_libdir}/polari
|
%dir %{_libdir}/polari
|
||||||
%dir %{_libdir}/polari/girepository-1.0
|
%dir %{_libdir}/polari/girepository-1.0
|
||||||
%{_libdir}/polari/girepository-1.0/Polari-1.0.typelib
|
%{_libdir}/polari/girepository-1.0/Polari-1.0.typelib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user