SHA256
1
0
forked from pool/pan

5 Commits

Author SHA256 Message Date
df37da7dea Accepting request 1222955 from network
OBS-URL: https://build.opensuse.org/request/show/1222955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pan?expand=0&rev=25
2024-11-09 19:58:37 +00:00
461d29bb28 - 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

OBS-URL: https://build.opensuse.org/package/show/network/pan?expand=0&rev=50
2024-11-09 12:07:48 +00:00
2072202e2f Accepting request 1204408 from network
* Update to version 0.160:
* Drop pan-window-set-StartupWMClass.patch: incorporated upstream.

OBS-URL: https://build.opensuse.org/request/show/1204408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pan?expand=0&rev=24
2024-09-30 13:38:26 +00:00
7e76f40787 OBS-URL: https://build.opensuse.org/package/show/network/pan?expand=0&rev=48 2024-09-28 21:29:49 +00:00
55642e726d - 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)
    * Removed pan-window-set-StartupWMClass.patch as no longer needed

OBS-URL: https://build.opensuse.org/package/show/network/pan?expand=0&rev=47
2024-09-28 21:29:04 +00:00
5 changed files with 28 additions and 15 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c2c34b9e4a13275b73fae4f5dbdb3f857cf6b58c4813a373dd9d67ce37779d9
size 1808938

View File

@@ -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

View File

@@ -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>

View File

@@ -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)