From 9d6470af3bce94a2fdf64aca3549f4b3b62f34c4e7c1fbeda16fa2d79e259061 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 27 Sep 2021 06:22:37 +0000 Subject: [PATCH] Accepting request 921363 from home:iznogood:branches:GNOME:Apps - Update to version 3.41.0: + No changes, version bump only. - Changes from version 3.41.rc: + Fix internal copy/paste between multiple GHex windows. + Install symbolic icon in correct location. - Changes from version 3.41.beta: + Meson build fixes. + Update HACKING guide. + Show top 32-bits of 64-bit integers. + Update app icon. + Add padding after offset. + Fix cut, copy and paste behaviour. + Remove/rework outdated/obsolete documentation. + Updated translations. - Update URL to new GNOME wiki home. - Tweak fdupes macro call. OBS-URL: https://build.opensuse.org/request/show/921363 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/ghex?expand=0&rev=61 --- ghex-3.18.4.tar.xz | 3 --- ghex-3.41.0.tar.xz | 3 +++ ghex.changes | 20 ++++++++++++++++++++ ghex.spec | 14 +++++++------- 4 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 ghex-3.18.4.tar.xz create mode 100644 ghex-3.41.0.tar.xz diff --git a/ghex-3.18.4.tar.xz b/ghex-3.18.4.tar.xz deleted file mode 100644 index 782a1e9..0000000 --- a/ghex-3.18.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0 -size 1420268 diff --git a/ghex-3.41.0.tar.xz b/ghex-3.41.0.tar.xz new file mode 100644 index 0000000..6d25642 --- /dev/null +++ b/ghex-3.41.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c746f22873b5e415bc3972dbd3dd60d6a51f7080e6a3e956c34d647ae344a2 +size 1498032 diff --git a/ghex.changes b/ghex.changes index 395129c..99a9869 100644 --- a/ghex.changes +++ b/ghex.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Sep 24 18:43:43 UTC 2021 - Bjørn Lie + +- Update to version 3.41.0: + + No changes, version bump only. +- Changes from version 3.41.rc: + + Fix internal copy/paste between multiple GHex windows. + + Install symbolic icon in correct location. +- Changes from version 3.41.beta: + + Meson build fixes. + + Update HACKING guide. + + Show top 32-bits of 64-bit integers. + + Update app icon. + + Add padding after offset. + + Fix cut, copy and paste behaviour. + + Remove/rework outdated/obsolete documentation. + + Updated translations. +- Update URL to new GNOME wiki home. +- Tweak fdupes macro call. + ------------------------------------------------------------------- Thu Jan 30 11:10:15 UTC 2020 - Dominique Leuenberger diff --git a/ghex.spec b/ghex.spec index 84370ce..17a7257 100644 --- a/ghex.spec +++ b/ghex.spec @@ -1,7 +1,7 @@ # # spec file for package ghex # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: ghex -Version: 3.18.4 +Version: 3.41.0 Release: 0 Summary: GNOME Binary Editor License: GPL-2.0-or-later Group: Development/Tools/Other -URL: http://www.gnome.org/ -Source: http://download.gnome.org/sources/ghex/3.18/%{name}-%{version}.tar.xz +URL: https://wiki.gnome.org/Apps/Ghex +Source: https://download.gnome.org/sources/ghex/3.41/%{name}-%{version}.tar.xz BuildRequires: fdupes -BuildRequires: meson +BuildRequires: meson >= 0.50.0 BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools @@ -73,14 +73,14 @@ a non-ASCII format for saving. %suse_update_desktop_file -r org.gnome.GHex GNOME Utility Editor %find_lang %{name} ghex-3.0.lang %{?no_lang_C} -%fdupes -s %{buildroot} +%fdupes -s %{buildroot}%{_datadir} %post -n libgtkhex-3-0 -p /sbin/ldconfig %postun -n libgtkhex-3-0 -p /sbin/ldconfig %files %license COPYING -%doc README COPYING-DOCS AUTHORS +%doc README.md COPYING-DOCS %doc %{_datadir}/help/C/%{name}/ %{_bindir}/ghex %{_datadir}/metainfo/org.gnome.GHex.appdata.xml