Accepting request 973153 from GNOME:Apps
Update to 42.2 (forwarded request 973141 from dimstar) OBS-URL: https://build.opensuse.org/request/show/973153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghex?expand=0&rev=60
This commit is contained in:
commit
a9203578c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b014bff5c63efae1cb1826cb79ec7c656ebdec9267ddd2be1da33ab4705dc09e
|
|
||||||
size 2036272
|
|
3
ghex-42.2.tar.xz
Normal file
3
ghex-42.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:45de8e6b8a1f31de5a9910be18c07f09a328d87538df80403aec5af8817c9631
|
||||||
|
size 1003120
|
30
ghex.changes
30
ghex.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 27 11:26:33 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 42.2:
|
||||||
|
+ hexwidget: Fix redraw on keyboard focus change.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 20 12:23:06 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 42.1:
|
||||||
|
+ appwin: Fix hamburger checkmark for Find & Replace dialog.
|
||||||
|
+ appwin: Fix markup on tab-close dialogs.
|
||||||
|
+ findreplace: Mark two a11y strings translatable.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 6 02:05:25 UTC 2022 - Emily Gonyer <emilyyrose@gmail.com>
|
||||||
|
|
||||||
|
- Updte to version 42.0:
|
||||||
|
+ appwindow: Fix format string warnings.
|
||||||
|
+ paste-special: properly copy hex pairs for higher-order bytes.
|
||||||
|
+ doc: build devhelp index.
|
||||||
|
+ build: Use gnome.post_install.
|
||||||
|
+ docs: Remove unused translated ghex_window_open.png image
|
||||||
|
files.
|
||||||
|
+ help: fix typo etc in help.
|
||||||
|
+ build: Split versioning scheme for app and lib.
|
||||||
|
+ gtkhex: Segregate mmap backend as plugin.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 10 13:46:30 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Jan 10 13:46:30 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define so_ver 4
|
%define so_ver 4
|
||||||
|
|
||||||
Name: ghex
|
Name: ghex
|
||||||
Version: 4.beta.1
|
Version: 42.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Binary Editor
|
Summary: GNOME Binary Editor
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://wiki.gnome.org/Apps/Ghex
|
URL: https://wiki.gnome.org/Apps/Ghex
|
||||||
Source: https://download.gnome.org/sources/ghex/4.beta.1/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/ghex/42/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson >= 0.50.0
|
BuildRequires: meson >= 0.50.0
|
||||||
@ -99,7 +99,9 @@ This package provides introspection bindings for ghex.
|
|||||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.GHex*
|
%{_datadir}/icons/hicolor/*/apps/org.gnome.GHex*
|
||||||
|
|
||||||
%files -n libgtkhex-%{so_ver}-0
|
%files -n libgtkhex-%{so_ver}-0
|
||||||
|
%dir %{_libdir}/gtkhex-4.0
|
||||||
%{_libdir}/libgtkhex-%{so_ver}.so.*
|
%{_libdir}/libgtkhex-%{so_ver}.so.*
|
||||||
|
%{_libdir}/gtkhex-4.0/*.so
|
||||||
|
|
||||||
%files -n typelib-1_0-Hex-%{so_ver}
|
%files -n typelib-1_0-Hex-%{so_ver}
|
||||||
%{_libdir}/girepository-1.0/Hex-%{so_ver}.typelib
|
%{_libdir}/girepository-1.0/Hex-%{so_ver}.typelib
|
||||||
|
Loading…
Reference in New Issue
Block a user