Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| df37da7dea | |||
| 461d29bb28 | |||
| 2072202e2f | |||
| 7e76f40787 | |||
| 55642e726d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96f05c4ff60a009969bec79b6ba76b01528186d9c86fce55d158f2b4dc0876e2
|
||||
size 1810262
|
||||
3
pan-v0.161.tar.bz2
Normal file
3
pan-v0.161.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c2c34b9e4a13275b73fae4f5dbdb3f857cf6b58c4813a373dd9d67ce37779d9
|
||||
size 1808938
|
||||
@@ -1,9 +0,0 @@
|
||||
Index: pan-v0.159/org.gnome.pan.desktop.in
|
||||
===================================================================
|
||||
--- pan-v0.159.orig/org.gnome.pan.desktop.in
|
||||
+++ pan-v0.159/org.gnome.pan.desktop.in
|
||||
@@ -12,3 +12,4 @@ Terminal=false
|
||||
Type=Application
|
||||
Categories=GTK;Network;News;
|
||||
StartupNotify=false
|
||||
+StartupWMClass=pan
|
||||
23
pan.changes
23
pan.changes
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 3 15:30:09 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.161:
|
||||
* fix(cmake): make build reproducible (Debian #1078153)
|
||||
* fix(header-pane): nail down action and state column widths
|
||||
* fix(task-xover): fix crash in case of ERR_NETWORK
|
||||
* refactor(post-ui): replace gtkspell with gspell
|
||||
* docs(README.org): fix git clean instructions
|
||||
- Add pkgconfig(gspell-1) to BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 21:17:19 UTC 2024 - Jim Henderson <hendersj@gmail.com>
|
||||
|
||||
- Update to version 0.160:
|
||||
* fix color management that was broken with v0.159
|
||||
* body-pane: remove icon from "Copy URL" menu
|
||||
* load_icon: print error message when icon is not found
|
||||
* delete newsrc file when deleting a news server
|
||||
* setup StartupWMClass in desktop.in file (glgo#GNOME/pan#191)
|
||||
- Drop pan-window-set-StartupWMClass.patch: incorporated
|
||||
upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 13:04:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
5
pan.spec
5
pan.spec
@@ -18,15 +18,13 @@
|
||||
|
||||
%define __builder ninja
|
||||
Name: pan
|
||||
Version: 0.159
|
||||
Version: 0.161
|
||||
Release: 0
|
||||
Summary: A Newsreader for GNOME
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/News/Clients
|
||||
URL: http://pan.rebelbase.com/
|
||||
Source0: https://gitlab.gnome.org/GNOME/pan/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
|
||||
# PATCH-FIX-UPSTREAM pan-window-set-StartupWMClass.patch glgo#GNOME/pan#191 badshah400@gmail.com -- Set wmclass for open windows
|
||||
Patch0: pan-window-set-StartupWMClass.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
@@ -41,6 +39,7 @@ BuildRequires: pkgconfig(gcr-3)
|
||||
BuildRequires: pkgconfig(gmime-3.0)
|
||||
BuildRequires: pkgconfig(gnutls) >= 3.0.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gspell-1)
|
||||
BuildRequires: pkgconfig(gtkspell3-3.0) >= 2.0.16
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.4.1
|
||||
BuildRequires: pkgconfig(libsecret-1)
|
||||
|
||||
Reference in New Issue
Block a user