SHA256
1
0
forked from pool/qhexedit2

Compare commits

...

12 Commits

Author SHA256 Message Date
Ana Guerrero
dffb432d1e Accepting request 1237552 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/1237552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=12
2025-01-14 15:22:33 +00:00
713763a52b - Update to version 0.8.10
* Replace QPallete::Background with QPallete::Window (for Qt6)
  * Update main.cpp to add version option and future
    extensibility
  * Support the use of SIP5
  * Some small improvements
- Switch build to Qt6

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/qhexedit2?expand=0&rev=29
2025-01-13 19:38:00 +00:00
Dominique Leuenberger
84688c89ae Accepting request 827258 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/827258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=11
2020-08-18 13:11:40 +00:00
Dominique Leuenberger
f589252101 Accepting request 816796 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/816796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=10
2020-06-24 13:49:47 +00:00
Dominique Leuenberger
2bb19849fb Accepting request 685603 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/685603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=9
2019-03-18 09:42:26 +00:00
Dominique Leuenberger
814befb7f6 Accepting request 657524 from X11:Utilities
OBS-URL: https://build.opensuse.org/request/show/657524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=8
2018-12-12 16:31:53 +00:00
Dominique Leuenberger
452acffcde Accepting request 492516 from X11:Utilities
1

OBS-URL: https://build.opensuse.org/request/show/492516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=7
2017-05-03 13:58:22 +00:00
Dominique Leuenberger
f2542708f0 Accepting request 449491 from X11:Utilities
1

OBS-URL: https://build.opensuse.org/request/show/449491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=6
2017-01-11 11:03:59 +00:00
Ludwig Nussel
4955666139 Accepting request 447148 from X11:Utilities
1

OBS-URL: https://build.opensuse.org/request/show/447148
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=5
2016-12-22 14:57:05 +00:00
Dominique Leuenberger
d30a9a8a41 Accepting request 440277 from X11:Utilities
1

OBS-URL: https://build.opensuse.org/request/show/440277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=4
2016-11-15 17:01:23 +00:00
Dominique Leuenberger
4fe5e08cc0 Accepting request 439098 from X11:Utilities
1

OBS-URL: https://build.opensuse.org/request/show/439098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=3
2016-11-08 17:28:02 +00:00
Dominique Leuenberger
ed587653de Accepting request 416534 from X11:Utilities
1

OBS-URL: https://build.opensuse.org/request/show/416534
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qhexedit2?expand=0&rev=2
2016-08-03 09:45:17 +00:00
4 changed files with 20 additions and 10 deletions

3
qhexedit2-0.8.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f8b85f56097e274e7cb4ad1f5c7467470ab237358b376fa5d01018b25e27bac
size 353275

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c32d0fde1685e9af7978ba60002a7d9fad4f2f3d0d1c4b19bdc18ab74b69e41
size 341341

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 13 19:21:10 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.8.10
* Replace QPallete::Background with QPallete::Window (for Qt6)
* Update main.cpp to add version option and future
extensibility
* Support the use of SIP5
* Some small improvements
- Switch build to Qt6
-------------------------------------------------------------------
Sun Aug 16 20:08:25 UTC 2020 - Dirk Mueller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package qhexedit2
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define _libver 4
Name: qhexedit2
Version: 0.8.9
Version: 0.8.10
Release: 0
Summary: Qt-based hex editor
License: LGPL-2.0-only
@ -32,8 +32,7 @@ BuildRequires: fdupes
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt6Widgets)
%description
QHexEdit is a hex editor widget written in C++ for the Qt framework.
@ -65,19 +64,19 @@ Group: System/Libraries
Qt5 library for %{name}.
%prep
%setup -q
%autosetup -p1
%build
mkdir build-lib
pushd build-lib
qmake-qt5 QMAKE_CXXFLAGS="%{optflags}" ../src/qhexedit.pro
qmake6 QMAKE_CXXFLAGS="%{optflags}" ../src/qhexedit.pro
make %{?_smp_mflags}
popd
# Build application
mkdir build-example
pushd build-example
qmake-qt5 QMAKE_CXXFLAGS="%{optflags}" ../example/qhexedit.pro
qmake6 QMAKE_CXXFLAGS="%{optflags}" ../example/qhexedit.pro
make %{?_smp_mflags}
popd