From 0f273d8abf9a168085d5f1003a33313e6d1bf65f6b26cc88a9166db9fd8f6a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 22 Sep 2022 09:20:35 +0000 Subject: [PATCH] Accepting request 1005285 from GNOME:Next New rc release OBS-URL: https://build.opensuse.org/request/show/1005285 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/ghex?expand=0&rev=75 --- 8927f9a7.patch | 31 ------------------------------- ghex-43.alpha.tar.xz | 3 --- ghex-43.rc.tar.xz | 3 +++ ghex.changes | 21 +++++++++++++++++++++ ghex.spec | 4 +--- 5 files changed, 25 insertions(+), 37 deletions(-) delete mode 100644 8927f9a7.patch delete mode 100644 ghex-43.alpha.tar.xz create mode 100644 ghex-43.rc.tar.xz diff --git a/8927f9a7.patch b/8927f9a7.patch deleted file mode 100644 index 8876922..0000000 --- a/8927f9a7.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 8927f9a71e6b0fa46d9c9c11d318333ce6524bf2 Mon Sep 17 00:00:00 2001 -From: Logan Rathbone -Date: Wed, 7 Sep 2022 16:26:44 -0400 -Subject: [PATCH] icons: Make document-modified-symbolic a resource - -Fixes #52 ---- - .../scalable/actions => src}/document-modified-symbolic.svg | 0 - src/ghex.gresource.xml.in | 3 +++ - 2 files changed, 3 insertions(+) - rename {icons/hicolor/scalable/actions => src}/document-modified-symbolic.svg (100%) - -diff --git a/icons/hicolor/scalable/actions/document-modified-symbolic.svg b/src/document-modified-symbolic.svg -similarity index 100% -rename from icons/hicolor/scalable/actions/document-modified-symbolic.svg -rename to src/document-modified-symbolic.svg -diff --git a/src/ghex.gresource.xml.in b/src/ghex.gresource.xml.in -index 512f174..d1e1cf0 100644 ---- a/src/ghex.gresource.xml.in -+++ b/src/ghex.gresource.xml.in -@@ -39,4 +39,7 @@ - - help-overlay.ui - -+ -+ document-modified-symbolic.svg -+ - --- -GitLab - diff --git a/ghex-43.alpha.tar.xz b/ghex-43.alpha.tar.xz deleted file mode 100644 index c60bc45..0000000 --- a/ghex-43.alpha.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b49b6d54727c266a36d89423d2bfb538507f6955374362282fc5222cc2310b8f -size 1016068 diff --git a/ghex-43.rc.tar.xz b/ghex-43.rc.tar.xz new file mode 100644 index 0000000..f28c584 --- /dev/null +++ b/ghex-43.rc.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8643e7f09b336412a8f7f6cc0b654d8d9b2b0be5c0365be8d89131c153d33f3 +size 1021360 diff --git a/ghex.changes b/ghex.changes index d4dd91f..b100ae3 100644 --- a/ghex.changes +++ b/ghex.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Sep 21 20:04:23 UTC 2022 - Bjørn Lie + +- Update to version 43.rc: + + appwin: + - Properly call gettext on string marked for translation + - Support dragging tabs to new window + + build: Added option to generate VALA vapi + + hex-doc: + - Add sanity checks to _get_buffer and _get_file in public API + - Fix assertion check in hex_document_write_to_file_async + - Fix replacing bytes over a gap + + icons: Make document-modified-symbolic a resource + + Minor cleanups + + preferences: + - Vertically center font buttons + - Vertically center spin button + + widget: Don't drop additional reference on menu model + + Updated translations. +- Drop 8927f9a7.patch: Fixed upstream. + ------------------------------------------------------------------- Mon Sep 19 08:50:36 UTC 2022 - Bjørn Lie diff --git a/ghex.spec b/ghex.spec index b201536..247016c 100644 --- a/ghex.spec +++ b/ghex.spec @@ -22,15 +22,13 @@ %define soname libgtkhex-%{ghex_abi}-%{so_ver} Name: ghex -Version: 43.alpha +Version: 43.rc Release: 0 Summary: GNOME Binary Editor License: GPL-2.0-or-later Group: Development/Tools/Other URL: https://wiki.gnome.org/Apps/Ghex Source: https://download.gnome.org/sources/ghex/43/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM 8927f9a7.patch -- icons: Make document-modified-symbolic a resource -Patch: https://gitlab.gnome.org/GNOME/ghex/-/commit/8927f9a7.patch BuildRequires: fdupes BuildRequires: meson >= 0.50.0