Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0079cb9f4e | |||
| 530e38f81f | |||
| 604c9fa953 | |||
| 78a9307ae0 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/polari.git</param>
|
||||
<param name="revision">adda9456bf4055c0f9b02a6d3918679c9b2eed97</param>
|
||||
<param name="revision">49.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69ac4270701be59fa1ca4bb81c042ed7ae9f2ce7abb0b785465d0d88a3793a58
|
||||
size 3883532
|
||||
3
polari-49.0.obscpio
Normal file
3
polari-49.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57e61b018a61c6afab5cf9edd50e71c964c75d44bd3680833c29af99cf181609
|
||||
size 3695116
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 08:27:09 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Fix closing the join dialog
|
||||
+ Use libadwaita spinner widget
|
||||
+ Use libadwaita shortcuts dialog
|
||||
+ Port to gjs-1.85/girepository-2.0
|
||||
+ Fix closing connection properties dialog
|
||||
+ Implement backlog search
|
||||
+ Make connection to log store asynchronous
|
||||
+ Show spinner while logs are loading
|
||||
+ Misc. bug fixes and cleanups
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 13:29:03 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.0+97:
|
||||
+ Port to gjs-1.85/girepository-2.0
|
||||
+ main: Require libadwaita-1.8
|
||||
- Drop appstream-glib BuildRequires: no longer needed
|
||||
- Add pkgconfig(girepository-2.0) BuildRequires: new dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 13:04:58 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: polari
|
||||
version: 46.0+18
|
||||
mtime: 1726506259
|
||||
commit: adda9456bf4055c0f9b02a6d3918679c9b2eed97
|
||||
version: 49.0
|
||||
mtime: 1762723102
|
||||
commit: 5d52037e66d0ee80d69719163f45dbbbaf78f114
|
||||
|
||||
16
polari.spec
16
polari.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package polari
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: polari
|
||||
Version: 46.0+18
|
||||
Version: 49.0
|
||||
Release: 0
|
||||
Summary: An IRC Client for GNOME
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -27,16 +27,16 @@ URL: https://wiki.gnome.org/Apps/Polari
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source99: polari-rpmlintrc
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gjs >= 1.57.3
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: meson >= 0.53.0
|
||||
BuildRequires: meson >= 1.1.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.43.4
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.69.2
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.6
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.85.1
|
||||
BuildRequires: pkgconfig(girepository-2.0) >= 2.85.1
|
||||
BuildRequires: pkgconfig(gjs-1.0) >= 1.85.1
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(pango)
|
||||
@@ -74,7 +74,7 @@ with GNOME 3.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS
|
||||
%doc NEWS
|
||||
%doc %{_datadir}/help/C/%{name}
|
||||
%{_bindir}/polari
|
||||
%{_datadir}/applications/org.gnome.Polari.desktop
|
||||
|
||||
Reference in New Issue
Block a user