From 48b44aa2de21d3300362b74f89875c8e6639edb3 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 29 Mar 2023 02:41:40 +0200 Subject: [PATCH 01/30] bump to 5.8.4 --- .gitignore | 2 -- iaito.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 652bf46..8ffcb90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ /iaito-*.tar.gz /iaito-translations-*.tar.gz -/iaito-translations-git20221114.tar.gz -/iaito-5.8.2.tar.gz diff --git a/iaito.spec b/iaito.spec index 86ea5d7..16674d9 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,13 +1,14 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.8.2 -%global rel 1 +Version: 5.8.4 +%global baserelease 1 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ # https://github.com/radareorg/iaito/releases # https://github.com/radareorg/iaito-translations/ + %if 0%{?fedora} && 0%{?fedora} == 36 # there is issue on F36 with the missing note file # https://bugzilla.redhat.com/show_bug.cgi?id=2043178 @@ -30,11 +31,12 @@ VCS: https://github.com/radareorg/iaito/ %global iaito_translations_commit e66b3a962a7fc7dfd730764180011ecffbb206bf %global iaito_translations__shortcommit %(c=%{iaito_translations_commit}; echo ${c:0:7}) + %if %{with releasetag} -Release: %{rel}%{?dist} +Release: %{baserelease}%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %else -Release: 0.%{rel}.%{gitdate}git%{shortcommit}%{?dist}.1 +Release: 0.%{baserelease}.%{gitdate}git%{shortcommit}%{?dist}.1 Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz %endif @@ -190,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Wed Mar 29 2023 Michal Ambroz - 5.8.4-1 +- bump to 5.8.4 + * Fri Feb 03 2023 Michal Ambroz - 5.8.2-1 - bump to 5.8.2 diff --git a/sources b/sources index a70343a..23d2e68 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (iaito-5.8.2.tar.gz) = 98ec8fd9871ae04e99cae1ef252585110460de31d0ad671aa603da6467f13b8022058de7611f07325e6e6379a8263510c0fe5b9f04b7cd23a30bcf0f15fd19f2 SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 +SHA512 (iaito-5.8.4.tar.gz) = 636bc7866f587f838569530cd4b0c8e6348031514811797a7cad6b190981ef3925c5e82c2def4f7fe2755874431710b38f8d291cd4f58717b03fc7a8252b3080 From 41770b34c36ab3a90465c7f79adcc5a804d14390 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Tue, 11 Apr 2023 00:44:35 +0200 Subject: [PATCH 02/30] rebuild --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 16674d9..3e7ce83 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.8.4 -%global baserelease 1 +%global baserelease 2 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Mon Apr 10 2023 Michal Ambroz - 5.8.4-2 +- rebuild with fixed radare2 5.8.5 + * Wed Mar 29 2023 Michal Ambroz - 5.8.4-1 - bump to 5.8.4 From edc4bf45883c43c26bdf43b8f1578f15227cbf36 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 24 May 2023 00:39:50 +0200 Subject: [PATCH 03/30] bump to 5.8.6 --- iaito.spec | 8 ++++---- sources | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/iaito.spec b/iaito.spec index 3e7ce83..cbc2583 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.8.4 -%global baserelease 2 +Version: 5.8.6 +%global baserelease 1 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -23,8 +23,8 @@ VCS: https://github.com/radareorg/iaito/ %global gituser radareorg %global gitname iaito -%global gitdate 20230201 -%global commit e821ddc1c8ef20a391791fdb1f81ad6f67e8c869 +%global gitdate 20230522 +%global commit 67679349064a655d678df8727148a5f8ebf68599 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 diff --git a/sources b/sources index 23d2e68..a5e248a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ +SHA512 (iaito-5.8.6.tar.gz) = f0da0755da8a008fa116318bf787e6125570cc5ecdcf5c15cb7890c28ddf957b3a501f2dae600fac3a030f268e7df11a0ae6698325d92531d7247ae755e2a848 SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 -SHA512 (iaito-5.8.4.tar.gz) = 636bc7866f587f838569530cd4b0c8e6348031514811797a7cad6b190981ef3925c5e82c2def4f7fe2755874431710b38f8d291cd4f58717b03fc7a8252b3080 From bea447728d79bab43702b2b0c565cd35606dbb17 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 5 Jul 2023 00:27:41 +0200 Subject: [PATCH 04/30] bump to 5.8.8 --- iaito.spec | 9 ++++++--- sources | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/iaito.spec b/iaito.spec index cbc2583..2b162a2 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,6 +1,6 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.8.6 +Version: 5.8.8 %global baserelease 1 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html @@ -23,8 +23,8 @@ VCS: https://github.com/radareorg/iaito/ %global gituser radareorg %global gitname iaito -%global gitdate 20230522 -%global commit 67679349064a655d678df8727148a5f8ebf68599 +%global gitdate 20230620 +%global commit 1c984ae94b128e9f9c526cc418956801cd035d6e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Wed Jul 05 2023 Michal Ambroz - 5.8.8-1 +- bump to 5.8.8 + * Mon Apr 10 2023 Michal Ambroz - 5.8.4-2 - rebuild with fixed radare2 5.8.5 diff --git a/sources b/sources index a5e248a..6b913d5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (iaito-5.8.6.tar.gz) = f0da0755da8a008fa116318bf787e6125570cc5ecdcf5c15cb7890c28ddf957b3a501f2dae600fac3a030f268e7df11a0ae6698325d92531d7247ae755e2a848 +SHA512 (iaito-5.8.8.tar.gz) = 8fd444bb44fe2aad1fab0f6ce5e357e6d59e8c3aecbe2e2889b7ffdbc30b79dad65aa8dbf164591a610b181fcf442aa866e3148a33c52e6589cf4a6940cfeb54 SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 From 0949d4b8a8779d7b2ea8b561add34189d7d7b6c9 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 5 Jul 2023 01:49:24 +0200 Subject: [PATCH 05/30] update rpath patch --- iaito.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 2b162a2..4ced5a2 100644 --- a/iaito.spec +++ b/iaito.spec @@ -46,7 +46,7 @@ Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{nam License: GPLv3 and CC-BY-SA and CC0 Source1: https://github.com/radareorg/iaito-translations/archive/%{iaito_translations_commit}.tar.gz#/iaito-translations-git%{iaito_translations_gitdate}.tar.gz -Patch0: iaito-5.6.0-norpath.patch +Patch0: iaito-5.8.8-norpath.patch BuildRequires: radare2-devel >= 5.6.8 # BuildRequires: git From 444d543238ac5c63ea27b8cab5eea5395dc0a48b Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 5 Jul 2023 01:49:44 +0200 Subject: [PATCH 06/30] update rpath patch --- iaito-5.8.8-norpath.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 iaito-5.8.8-norpath.patch diff --git a/iaito-5.8.8-norpath.patch b/iaito-5.8.8-norpath.patch new file mode 100644 index 0000000..bd22515 --- /dev/null +++ b/iaito-5.8.8-norpath.patch @@ -0,0 +1,18 @@ +diff -ru iaito-5.8.8/src/Iaito.pro iaito-5.8.8.new/src/Iaito.pro +--- iaito-5.8.8/src/Iaito.pro 2023-06-20 11:00:26.000000000 +0200 ++++ iaito-5.8.8.new/src/Iaito.pro 2023-07-05 01:40:23.923470764 +0200 +@@ -11,9 +11,10 @@ + + CONFIG += sdk_no_version_check + +-unix:QMAKE_RPATHDIR += /usr/local/lib +-unix:QMAKE_LFLAGS_RPATH= +-unix:QMAKE_LFLAGS += "-Wl,-rpath,/usr/local/lib" ++# Disable adding RPATH for Fedora ++# unix:QMAKE_RPATHDIR += /usr/local/lib ++# unix:QMAKE_LFLAGS_RPATH= ++# unix:QMAKE_LFLAGS += "-Wl,-rpath,/usr/local/lib" + + QMAKE_CXXFLAGS += $$(CXXFLAGS) + QMAKE_CFLAGS += $$(CFLAGS) +Only in iaito-5.8.8/src: Iaito.pro.rej From 9193cfb45bd9453d9c227be5f26ef0543925d8cb Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sun, 9 Jul 2023 02:29:30 +0200 Subject: [PATCH 07/30] rebuild with radare2 5.8.8 --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 4ced5a2..25f0d00 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.8.8 -%global baserelease 1 +%global baserelease 2 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Wed Jul 09 2023 Michal Ambroz - 5.8.8-2 +- rebuild with radare2 5.8.8 + * Wed Jul 05 2023 Michal Ambroz - 5.8.8-1 - bump to 5.8.8 From 384e118ecf5601356632f23efaa7c37bb8feebeb Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sun, 9 Jul 2023 03:01:55 +0200 Subject: [PATCH 08/30] fix changelog date --- iaito.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 25f0d00..05bfc42 100644 --- a/iaito.spec +++ b/iaito.spec @@ -192,7 +192,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog -* Wed Jul 09 2023 Michal Ambroz - 5.8.8-2 +* Sun Jul 09 2023 Michal Ambroz - 5.8.8-2 - rebuild with radare2 5.8.8 * Wed Jul 05 2023 Michal Ambroz - 5.8.8-1 From 2764d49bbd614a7a4f285570eecbc8fdf9f1cd19 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 07:05:58 +0000 Subject: [PATCH 09/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 05bfc42..99b2601 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.8.8 -%global baserelease 2 +%global baserelease 3 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 5.8.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sun Jul 09 2023 Michal Ambroz - 5.8.8-2 - rebuild with radare2 5.8.8 From d6b8e90a360cea6bfa753d76745129f8288b8e45 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Mon, 13 Nov 2023 16:12:25 +0100 Subject: [PATCH 10/30] rebuild iaito with capstone 5.0.1 --- iaito.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/iaito.spec b/iaito.spec index 99b2601..f40700d 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.8.8 -%global baserelease 3 +%global baserelease 4 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -43,7 +43,7 @@ Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{nam # CC-BY-SA: src/img/icons/ # CC0: src/fonts/Anonymous Pro.ttf -License: GPLv3 and CC-BY-SA and CC0 +License: GPL-3.0-only AND CC-BY-SA-3.0 AND CC0-1.0 Source1: https://github.com/radareorg/iaito-translations/archive/%{iaito_translations_commit}.tar.gz#/iaito-translations-git%{iaito_translations_gitdate}.tar.gz Patch0: iaito-5.8.8-norpath.patch @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Mon Nov 13 2023 Michal Ambroz - 5.8.8-4 +- rebuild with capstone 5.0.1 + * Thu Jul 20 2023 Fedora Release Engineering - 5.8.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From beb305e8fbfdc52c84a00c1f6e8efd39ca79e269 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 22:48:03 +0000 Subject: [PATCH 11/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index f40700d..45c0fc4 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.8.8 -%global baserelease 4 +%global baserelease 5 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 5.8.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Nov 13 2023 Michal Ambroz - 5.8.8-4 - rebuild with capstone 5.0.1 From adf1644d7f5a1fc799f66ca305ae3948c6a27742 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 22:25:19 +0000 Subject: [PATCH 12/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 45c0fc4..46bd1ee 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.8.8 -%global baserelease 5 +%global baserelease 6 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 5.8.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 5.8.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From cd6137c33de3c2ce3eb9d653656a7a1e17f2046f Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sun, 5 May 2024 18:53:53 +0200 Subject: [PATCH 13/30] iaito bump to 5.9.0 --- iaito.spec | 11 +++++++---- sources | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/iaito.spec b/iaito.spec index 46bd1ee..5dcc830 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.8.8 -%global baserelease 6 +Version: 5.9.0 +%global baserelease 1 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -23,8 +23,8 @@ VCS: https://github.com/radareorg/iaito/ %global gituser radareorg %global gitname iaito -%global gitdate 20230620 -%global commit 1c984ae94b128e9f9c526cc418956801cd035d6e +%global gitdate 20240331 +%global commit eaba7bbdad9cf4c4152657160df55c176a8607aa %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Sun May 05 2024 Michal Ambroz - 5.9.0-1 +- rebuild with radare2 5.9.0 + * Wed Jan 24 2024 Fedora Release Engineering - 5.8.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 6b913d5..6bea235 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (iaito-5.8.8.tar.gz) = 8fd444bb44fe2aad1fab0f6ce5e357e6d59e8c3aecbe2e2889b7ffdbc30b79dad65aa8dbf164591a610b181fcf442aa866e3148a33c52e6589cf4a6940cfeb54 +SHA512 (iaito-5.9.0.tar.gz) = 017099c1e7209c1125374a024244b487be50000393a7db3e9d5f16629b80cc9faf2111040599423095633819da0c0c03d368ff6e871c71ec0de44e312b8f9217 SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 From b48f0d35d7a795afee839f32270f9ce8736b770c Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Thu, 23 May 2024 16:11:06 +0200 Subject: [PATCH 14/30] rebuild with radare2 5.9.2 --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 5dcc830..ab2aca7 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.9.0 -%global baserelease 1 +%global baserelease 2 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Thu May 23 2024 Michal Ambroz - 5.9.0-2 +- rebuild with radare2 5.9.2 + * Sun May 05 2024 Michal Ambroz - 5.9.0-1 - rebuild with radare2 5.9.0 From 9ea7ca9d89dbc2cab5585d6a34008c35ce1f0ebd Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Fri, 24 May 2024 11:40:21 +0200 Subject: [PATCH 15/30] iaito - bump to 5.9.2 --- iaito.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/iaito.spec b/iaito.spec index ab2aca7..f59e7bb 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,6 +1,6 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.9.0 +Version: 5.9.2 %global baserelease 2 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html @@ -24,7 +24,7 @@ VCS: https://github.com/radareorg/iaito/ %global gitname iaito %global gitdate 20240331 -%global commit eaba7bbdad9cf4c4152657160df55c176a8607aa +%global commit 7656eed6d2c799f2bbc8fc2ddfd4bccbd01bf0dd %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 @@ -33,10 +33,10 @@ VCS: https://github.com/radareorg/iaito/ %if %{with releasetag} -Release: %{baserelease}%{?dist} +Release: 1%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %else -Release: 0.%{baserelease}.%{gitdate}git%{shortcommit}%{?dist}.1 +Release: 1%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz %endif @@ -192,6 +192,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Fri May 24 2024 Michal Ambroz - 5.9.2-1 +- bump to 5.9.2 + * Thu May 23 2024 Michal Ambroz - 5.9.0-2 - rebuild with radare2 5.9.2 From 18aa9bffed6075fb83493bd46206c9e407e302a9 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Fri, 24 May 2024 18:00:15 +0200 Subject: [PATCH 16/30] iaito - cosmetics --- iaito.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iaito.spec b/iaito.spec index f59e7bb..20528d4 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.9.2 -%global baserelease 2 +%global baserelease 1 %global upversion %{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -33,10 +33,10 @@ VCS: https://github.com/radareorg/iaito/ %if %{with releasetag} -Release: 1%{?dist} +Release: %{baserelease}%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %else -Release: 1%{?dist} +Release: 0.%{baserelease}.%{gitdate}git%{shortcommit}%{?dist} Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz %endif From 1f698d575744a985e301c1ff67dfc8881f61caab Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Fri, 24 May 2024 18:16:20 +0200 Subject: [PATCH 17/30] bump to 5.9.2 --- iaito.spec | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iaito.spec b/iaito.spec index 20528d4..b9b80cc 100644 --- a/iaito.spec +++ b/iaito.spec @@ -2,7 +2,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.9.2 %global baserelease 1 -%global upversion %{version}-beta +# %%global upversion %%{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ # https://github.com/radareorg/iaito/releases diff --git a/sources b/sources index 6bea235..aaf943d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (iaito-5.9.0.tar.gz) = 017099c1e7209c1125374a024244b487be50000393a7db3e9d5f16629b80cc9faf2111040599423095633819da0c0c03d368ff6e871c71ec0de44e312b8f9217 +SHA512 (iaito-5.9.2.tar.gz) = e9856f6a63e739fcb8765b588b1e2679d8ce354aba412e04366f776a47b20e3cd6704606cbfeb725f2d87bfdec386931e61111d510aff99e6c45ff20927a6530 SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 From 5db91a488177940c03a6071ef13006aae275fa76 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Thu, 30 May 2024 00:30:33 +0200 Subject: [PATCH 18/30] cosmetics --- iaito.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/iaito.spec b/iaito.spec index b9b80cc..23baba4 100644 --- a/iaito.spec +++ b/iaito.spec @@ -22,8 +22,7 @@ VCS: https://github.com/radareorg/iaito/ %global gituser radareorg %global gitname iaito - -%global gitdate 20240331 +%global gitdate 20240523 %global commit 7656eed6d2c799f2bbc8fc2ddfd4bccbd01bf0dd %global shortcommit %(c=%{commit}; echo ${c:0:7}) @@ -34,10 +33,10 @@ VCS: https://github.com/radareorg/iaito/ %if %{with releasetag} Release: %{baserelease}%{?dist} -Source0: https://github.com/%{gituser}/%{gitname}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{vcs}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %else Release: 0.%{baserelease}.%{gitdate}git%{shortcommit}%{?dist} -Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz +Source0: %{vcs}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz %endif From 8db431469283cbf6dc022b4f13cf1da626f5da96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 10:03:05 +0000 Subject: [PATCH 19/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- iaito.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 23baba4..0fd18d1 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework Version: 5.9.2 -%global baserelease 1 +%global baserelease 2 # %%global upversion %%{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -191,6 +191,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 5.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri May 24 2024 Michal Ambroz - 5.9.2-1 - bump to 5.9.2 From 778d16c2a48a0bb2fcd461fcffef1f157036a4fc Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Mon, 12 Aug 2024 13:14:37 +0200 Subject: [PATCH 20/30] bump to 5.9.4 --- iaito.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/iaito.spec b/iaito.spec index 0fd18d1..b7443de 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,7 +1,7 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.9.2 -%global baserelease 2 +Version: 5.9.4 +%global baserelease 1 # %%global upversion %%{version}-beta URL: https://radare.org/n/iaito.html VCS: https://github.com/radareorg/iaito/ @@ -22,8 +22,8 @@ VCS: https://github.com/radareorg/iaito/ %global gituser radareorg %global gitname iaito -%global gitdate 20240523 -%global commit 7656eed6d2c799f2bbc8fc2ddfd4bccbd01bf0dd +%global gitdate 20240808 +%global commit dc51d5fe1604596d0278bd7cc7d2c589a4ec1671 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 @@ -191,6 +191,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog +* Mon Aug 12 2024 Michal Ambroz - 5.9.4-1 +- bump to 5.9.4 + * Thu Jul 18 2024 Fedora Release Engineering - 5.9.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 4f83d1d5c2e1fb6a9b5b05240d58e7d8db84a48b Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Mon, 12 Aug 2024 13:20:16 +0200 Subject: [PATCH 21/30] bump to 5.9.4 --- sources | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources b/sources index aaf943d..cd5e08c 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (iaito-5.9.2.tar.gz) = e9856f6a63e739fcb8765b588b1e2679d8ce354aba412e04366f776a47b20e3cd6704606cbfeb725f2d87bfdec386931e61111d510aff99e6c45ff20927a6530 -SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 +SHA512 (iaito-5.9.4.tar.gz) = 1625ba17a8fcd3a4fc242faaa6a1d4cd4b4c0285d97cc9f3490df6576771867e1b3afe2ca3f6ae820acaf5be2c4dc854e6bfcd1b6fa07777d6352ce3bd1ce85f From ac6b0694c948301fd7ec8167542d9503cccec792 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Mon, 12 Aug 2024 23:39:43 +0200 Subject: [PATCH 22/30] bump to 5.9.4 --- sources | 1 + 1 file changed, 1 insertion(+) diff --git a/sources b/sources index cd5e08c..1dc59c9 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (iaito-5.9.4.tar.gz) = 1625ba17a8fcd3a4fc242faaa6a1d4cd4b4c0285d97cc9f3490df6576771867e1b3afe2ca3f6ae820acaf5be2c4dc854e6bfcd1b6fa07777d6352ce3bd1ce85f +SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 From a108122ff129c1c291e578e2e591d6bdc8833e64 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Tue, 13 Aug 2024 18:11:11 +0200 Subject: [PATCH 23/30] fix epel9 build --- iaito.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iaito.spec b/iaito.spec index b7443de..c4bc21c 100644 --- a/iaito.spec +++ b/iaito.spec @@ -127,6 +127,11 @@ information. sed -i -e "s|%{version}-git|%{version}|g;" configure configure.acr %endif +# RHEL up to 9 do not know uel type of vcs-browser +%if ( 0%{?rhel} && 0%{?rhel} <= 9 ) + sed -i -e '/type="vcs-browser"/d;' src/org.radare.iaito.appdata.xml +%endif + [ -d src/translations ] || mkdir -p src/translations tar --strip-component=1 -xvf %{SOURCE1} -C src/translations From f9f0e7051233065f6020e68c7f6a715765e9c34d Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Wed, 16 Oct 2024 13:18:24 +0200 Subject: [PATCH 24/30] adding changelog --- changelog | 188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..f6db739 --- /dev/null +++ b/changelog @@ -0,0 +1,188 @@ +* Mon Aug 12 2024 Michal Ambroz - 5.9.4-1 +- bump to 5.9.4 + +* Thu Jul 18 2024 Fedora Release Engineering - 5.9.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Fri May 24 2024 Michal Ambroz - 5.9.2-1 +- bump to 5.9.2 + +* Thu May 23 2024 Michal Ambroz - 5.9.0-2 +- rebuild with radare2 5.9.2 + +* Sun May 05 2024 Michal Ambroz - 5.9.0-1 +- rebuild with radare2 5.9.0 + +* Wed Jan 24 2024 Fedora Release Engineering - 5.8.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Jan 20 2024 Fedora Release Engineering - 5.8.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Nov 13 2023 Michal Ambroz - 5.8.8-4 +- rebuild with capstone 5.0.1 + +* Thu Jul 20 2023 Fedora Release Engineering - 5.8.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sun Jul 09 2023 Michal Ambroz - 5.8.8-2 +- rebuild with radare2 5.8.8 + +* Wed Jul 05 2023 Michal Ambroz - 5.8.8-1 +- bump to 5.8.8 + +* Mon Apr 10 2023 Michal Ambroz - 5.8.4-2 +- rebuild with fixed radare2 5.8.5 + +* Wed Mar 29 2023 Michal Ambroz - 5.8.4-1 +- bump to 5.8.4 + +* Fri Feb 03 2023 Michal Ambroz - 5.8.2-1 +- bump to 5.8.2 + +* Thu Jan 26 2023 Michal Ambroz - 5.8.0-1 +- bump to 5.8.0 + +* Thu Jan 19 2023 Fedora Release Engineering - 5.7.8-1.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Oct 27 2022 Michal Ambroz - 5.7.8-1 +- bump to 5.7.8 + +* Tue Oct 04 2022 Michal Ambroz - 5.7.6-1 +- bump to 5.7.6 + +* Mon Sep 19 2022 Mamoru TASAKA - 5.7.2-1 +- 5.7.2 +- build system switched from cmake to configure / make + +* Thu Jul 21 2022 Fedora Release Engineering - 5.6.0-0.5.20220303gitb8a42d8.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Apr 21 2022 Henrik Nordstrom - 5.6.0-0.5.20220303gitb8a42d8 +- rebuilt with radare2 5.6.8 + +* Thu Mar 03 2022 Michal Ambroz - 5.6.0-0.3.20220303gitafaa7df +- fixes issue in disassembly with not visible arguments +- remove the obsolete docs + +* Tue Mar 01 2022 Michal Ambroz - 5.6.0-0.2.20220206git28a1099 +- rebuild with radare2 5.6.4 +- add missing include #2059619 to compile with the new version of highlighting + +* Sun Feb 13 2022 Michal Ambroz - 5.6.0-0.1.20220206git28a1099 +- bump to git version 20220206git28a1099 to be able to upgrade radare2 to 5.6.0 + +* Sun Feb 13 2022 Michal Ambroz - 5.5.0-0.beta.1 +- bump to 5.5.0 + +* Thu Jan 20 2022 Fedora Release Engineering - 5.3.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Oct 15 2021 Ivan Mironov - 5.3.1-5 +- Fix plugin search paths + +* Mon Oct 04 2021 Henrik Nordstrom - 5.3.1-4 +- rebuilt with radare2 5.4.2 + +* Sat Sep 18 2021 Henrik Nordstrom - 5.3.1-3 +- rebuilt with radare2 5.4.0 + +* Sat Sep 18 2021 Henrik Nordstrom - 5.3.1-2 +- rebuilt with radare2 5.4.0 + +* Wed Jul 21 2021 Henrik Nordstrom - 5.3.1-1 +- Update to release 5.3.1 + +* Fri Jun 11 2021 Michal Ambroz - 5.2.2-3 +- rebuild with radare2 5.3.1 + +* Wed Jun 09 2021 Michal Ambroz - 5.2.2-2 +- rebuild with radare2 5.3.0 + +* Thu Apr 29 2021 Michal Ambroz - 5.2.2-1 +- bump to 5.2.2 + +* Sat Apr 24 2021 Michal Ambroz - 5.2.1-1 +- bump to 5.2.1 + +* Wed Apr 21 2021 Michal Ambroz - 5.2.0-3 +- fix RIO list + +* Fri Apr 16 2021 Michal Ambroz - 5.2.0-2 +- name change again -> iaito +- adding doc package +- Add '/usr/lib*/iaito/' to plugin search paths + +* Mon Mar 22 2021 Ivan Mironov - 0.1.1-4 +- Add '/usr/lib*/r2cutter/' to plugin search paths + +* Fri Mar 19 2021 Michal Ambroz - 0.1.1-3 +- switch from cutter to r2cutter +- cosmetic patches to fix gcc10+ warnings (reported upstream) + +* Tue Jan 26 2021 Fedora Release Engineering - 0.0.1.11.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 0.0.1.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 27 2020 Riccardo Schirone - 0.0.1.11.0-1 +- Bump to upstream version 1.11.0-1 (Thanks to Michal Ambroz, changes mostly + taken from https://src.fedoraproject.org/rpms/cutter-re/pull-request/2#request_diff) +- Add cutter translations +- Provide -devel sub package to allow compilation of cutter plugins + +* Fri May 8 2020 Riccardo Schirone - 0.0.1.10.2-2 +- Just re-build + +* Tue May 5 2020 Riccardo Schirone - 0.0.1.10.2-1 +- Rebase to upstream version 1.10.2 + +* Tue May 5 2020 Riccardo Schirone - 0.0.1.10.1-5 +- Re-build for new radare2 release + +* Wed Feb 5 2020 Riccardo Schirone - 0.0.1.10.1-4 +- Just use the right desktop file name and app metadata instead of messing with cutter source code + +* Wed Feb 5 2020 Riccardo Schirone - 0.0.1.10.1-3 +- Rebuild with new radare2 + +* Wed Feb 5 2020 Riccardo Schirone - 0.0.1.10.1-2 +- Fix the main window icon + +* Mon Feb 3 2020 Riccardo Schirone - 0.0.1.10.1-1 +- Rebase to cutter 1.10.1 + +* Tue Jan 28 2020 Fedora Release Engineering - 0.0.1.9.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Oct 11 2019 Riccardo Schirone - 0.0.1.9.0-2 +- Rebuilt for radare2-3.9.0-3 + +* Mon Sep 30 2019 Riccardo Schirone - 0.0.1.9.0-1 +- rebase to cutter 1.9.0 + +* Wed Jul 24 2019 Fedora Release Engineering - 0.0.1.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Mon Jul 15 2019 Riccardo Schirone - 0.0.1.8.3-1 +- rebase to cutter 1.8.3 + +* Wed Jun 26 2019 Riccardo Schirone - 0.0.1.8.0-4 +- recompile for radare2 3.6.0 + +* Mon Apr 15 2019 Riccardo Schirone - 0.0.1.8.0-3 +- recompile for radare2 3.4.1 + +* Tue Apr 09 2019 Lubomir Rintel - 0.0.1.8.0-2 +- Update to radare2 3.4.1 + +* Thu Mar 21 2019 Lubomir Rintel - 0.0.1.8.0-1 +- Update to 1.8.0 +- Require hicolor-icon-theme +- Move appdata to a correct location +- Fix license field (Robert-André Mauchin, #1690050) + +* Thu Mar 14 2019 Lubomir Rintel - 0.0.1.7.4-1 +- Cutter - Initial packaging From 361b40d7caa1e9fedd2a6a032c80885313d48c8c Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Thu, 17 Oct 2024 01:33:41 +0200 Subject: [PATCH 25/30] bump to 5.9.6 --- iaito.spec | 207 +++-------------------------------------------------- sources | 2 +- 2 files changed, 11 insertions(+), 198 deletions(-) diff --git a/iaito.spec b/iaito.spec index c4bc21c..5001ed3 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,10 +1,10 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.9.4 -%global baserelease 1 +Version: 5.9.6 # %%global upversion %%{version}-beta URL: https://radare.org/n/iaito.html -VCS: https://github.com/radareorg/iaito/ +%global urlvcs https://github.com/radareorg/iaito +VCS: git:%{urlvcs} # https://github.com/radareorg/iaito/releases # https://github.com/radareorg/iaito-translations/ @@ -22,8 +22,8 @@ VCS: https://github.com/radareorg/iaito/ %global gituser radareorg %global gitname iaito -%global gitdate 20240808 -%global commit dc51d5fe1604596d0278bd7cc7d2c589a4ec1671 +%global gitdate 20241013 +%global commit 07f60a902fc9505cc619ffef6ebdc17935b76974 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 @@ -32,11 +32,11 @@ VCS: https://github.com/radareorg/iaito/ %if %{with releasetag} -Release: %{baserelease}%{?dist} -Source0: %{vcs}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Release: %autorelease +Source0: %{urlvcs}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz %else -Release: 0.%{baserelease}.%{gitdate}git%{shortcommit}%{?dist} -Source0: %{vcs}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz +Release: %autorelease -s %{gitdate}git%{shortcommit} +Source0: %{urlvcs}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz %endif @@ -196,191 +196,4 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop %changelog -* Mon Aug 12 2024 Michal Ambroz - 5.9.4-1 -- bump to 5.9.4 - -* Thu Jul 18 2024 Fedora Release Engineering - 5.9.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri May 24 2024 Michal Ambroz - 5.9.2-1 -- bump to 5.9.2 - -* Thu May 23 2024 Michal Ambroz - 5.9.0-2 -- rebuild with radare2 5.9.2 - -* Sun May 05 2024 Michal Ambroz - 5.9.0-1 -- rebuild with radare2 5.9.0 - -* Wed Jan 24 2024 Fedora Release Engineering - 5.8.8-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jan 20 2024 Fedora Release Engineering - 5.8.8-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Mon Nov 13 2023 Michal Ambroz - 5.8.8-4 -- rebuild with capstone 5.0.1 - -* Thu Jul 20 2023 Fedora Release Engineering - 5.8.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sun Jul 09 2023 Michal Ambroz - 5.8.8-2 -- rebuild with radare2 5.8.8 - -* Wed Jul 05 2023 Michal Ambroz - 5.8.8-1 -- bump to 5.8.8 - -* Mon Apr 10 2023 Michal Ambroz - 5.8.4-2 -- rebuild with fixed radare2 5.8.5 - -* Wed Mar 29 2023 Michal Ambroz - 5.8.4-1 -- bump to 5.8.4 - -* Fri Feb 03 2023 Michal Ambroz - 5.8.2-1 -- bump to 5.8.2 - -* Thu Jan 26 2023 Michal Ambroz - 5.8.0-1 -- bump to 5.8.0 - -* Thu Jan 19 2023 Fedora Release Engineering - 5.7.8-1.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Oct 27 2022 Michal Ambroz - 5.7.8-1 -- bump to 5.7.8 - -* Tue Oct 04 2022 Michal Ambroz - 5.7.6-1 -- bump to 5.7.6 - -* Mon Sep 19 2022 Mamoru TASAKA - 5.7.2-1 -- 5.7.2 -- build system switched from cmake to configure / make - -* Thu Jul 21 2022 Fedora Release Engineering - 5.6.0-0.5.20220303gitb8a42d8.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Apr 21 2022 Henrik Nordstrom - 5.6.0-0.5.20220303gitb8a42d8 -- rebuilt with radare2 5.6.8 - -* Thu Mar 03 2022 Michal Ambroz - 5.6.0-0.3.20220303gitafaa7df -- fixes issue in disassembly with not visible arguments -- remove the obsolete docs - -* Tue Mar 01 2022 Michal Ambroz - 5.6.0-0.2.20220206git28a1099 -- rebuild with radare2 5.6.4 -- add missing include #2059619 to compile with the new version of highlighting - -* Sun Feb 13 2022 Michal Ambroz - 5.6.0-0.1.20220206git28a1099 -- bump to git version 20220206git28a1099 to be able to upgrade radare2 to 5.6.0 - -* Sun Feb 13 2022 Michal Ambroz - 5.5.0-0.beta.1 -- bump to 5.5.0 - -* Thu Jan 20 2022 Fedora Release Engineering - 5.3.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Oct 15 2021 Ivan Mironov - 5.3.1-5 -- Fix plugin search paths - -* Mon Oct 04 2021 Henrik Nordstrom - 5.3.1-4 -- rebuilt with radare2 5.4.2 - -* Sat Sep 18 2021 Henrik Nordstrom - 5.3.1-3 -- rebuilt with radare2 5.4.0 - -* Sat Sep 18 2021 Henrik Nordstrom - 5.3.1-2 -- rebuilt with radare2 5.4.0 - -* Wed Jul 21 2021 Henrik Nordstrom - 5.3.1-1 -- Update to release 5.3.1 - -* Fri Jun 11 2021 Michal Ambroz - 5.2.2-3 -- rebuild with radare2 5.3.1 - -* Wed Jun 09 2021 Michal Ambroz - 5.2.2-2 -- rebuild with radare2 5.3.0 - -* Thu Apr 29 2021 Michal Ambroz - 5.2.2-1 -- bump to 5.2.2 - -* Sat Apr 24 2021 Michal Ambroz - 5.2.1-1 -- bump to 5.2.1 - -* Wed Apr 21 2021 Michal Ambroz - 5.2.0-3 -- fix RIO list - -* Fri Apr 16 2021 Michal Ambroz - 5.2.0-2 -- name change again -> iaito -- adding doc package -- Add '/usr/lib*/iaito/' to plugin search paths - -* Mon Mar 22 2021 Ivan Mironov - 0.1.1-4 -- Add '/usr/lib*/r2cutter/' to plugin search paths - -* Fri Mar 19 2021 Michal Ambroz - 0.1.1-3 -- switch from cutter to r2cutter -- cosmetic patches to fix gcc10+ warnings (reported upstream) - -* Tue Jan 26 2021 Fedora Release Engineering - 0.0.1.11.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jul 27 2020 Fedora Release Engineering - 0.0.1.11.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 27 2020 Riccardo Schirone - 0.0.1.11.0-1 -- Bump to upstream version 1.11.0-1 (Thanks to Michal Ambroz, changes mostly - taken from https://src.fedoraproject.org/rpms/cutter-re/pull-request/2#request_diff) -- Add cutter translations -- Provide -devel sub package to allow compilation of cutter plugins - -* Fri May 8 2020 Riccardo Schirone - 0.0.1.10.2-2 -- Just re-build - -* Tue May 5 2020 Riccardo Schirone - 0.0.1.10.2-1 -- Rebase to upstream version 1.10.2 - -* Tue May 5 2020 Riccardo Schirone - 0.0.1.10.1-5 -- Re-build for new radare2 release - -* Wed Feb 5 2020 Riccardo Schirone - 0.0.1.10.1-4 -- Just use the right desktop file name and app metadata instead of messing with cutter source code - -* Wed Feb 5 2020 Riccardo Schirone - 0.0.1.10.1-3 -- Rebuild with new radare2 - -* Wed Feb 5 2020 Riccardo Schirone - 0.0.1.10.1-2 -- Fix the main window icon - -* Mon Feb 3 2020 Riccardo Schirone - 0.0.1.10.1-1 -- Rebase to cutter 1.10.1 - -* Tue Jan 28 2020 Fedora Release Engineering - 0.0.1.9.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Oct 11 2019 Riccardo Schirone - 0.0.1.9.0-2 -- Rebuilt for radare2-3.9.0-3 - -* Mon Sep 30 2019 Riccardo Schirone - 0.0.1.9.0-1 -- rebase to cutter 1.9.0 - -* Wed Jul 24 2019 Fedora Release Engineering - 0.0.1.8.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Mon Jul 15 2019 Riccardo Schirone - 0.0.1.8.3-1 -- rebase to cutter 1.8.3 - -* Wed Jun 26 2019 Riccardo Schirone - 0.0.1.8.0-4 -- recompile for radare2 3.6.0 - -* Mon Apr 15 2019 Riccardo Schirone - 0.0.1.8.0-3 -- recompile for radare2 3.4.1 - -* Tue Apr 09 2019 Lubomir Rintel - 0.0.1.8.0-2 -- Update to radare2 3.4.1 - -* Thu Mar 21 2019 Lubomir Rintel - 0.0.1.8.0-1 -- Update to 1.8.0 -- Require hicolor-icon-theme -- Move appdata to a correct location -- Fix license field (Robert-André Mauchin, #1690050) - -* Thu Mar 14 2019 Lubomir Rintel - 0.0.1.7.4-1 -- Cutter - Initial packaging +%autochangelog \ No newline at end of file diff --git a/sources b/sources index 1dc59c9..bc25617 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (iaito-5.9.4.tar.gz) = 1625ba17a8fcd3a4fc242faaa6a1d4cd4b4c0285d97cc9f3490df6576771867e1b3afe2ca3f6ae820acaf5be2c4dc854e6bfcd1b6fa07777d6352ce3bd1ce85f +SHA512 (iaito-5.9.6.tar.gz) = 009bd8dad1b3210e2e4c557b053747c943c7fc778f0e09903c92c0f928a6737ae895c698c7139a23b5e2f8fbbf33437acf800db551e9c29b14397925a2aba5da SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 From 1c99638d757d91748b87e42d7f19eb0515795b05 Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Thu, 31 Oct 2024 17:37:20 +0100 Subject: [PATCH 26/30] fix epel8 build --- iaito.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/iaito.spec b/iaito.spec index 5001ed3..1df99be 100644 --- a/iaito.spec +++ b/iaito.spec @@ -127,11 +127,17 @@ information. sed -i -e "s|%{version}-git|%{version}|g;" configure configure.acr %endif -# RHEL up to 9 do not know uel type of vcs-browser +# RHEL up to 9 doesn't know url type of vcs-browser %if ( 0%{?rhel} && 0%{?rhel} <= 9 ) sed -i -e '/type="vcs-browser"/d;' src/org.radare.iaito.appdata.xml %endif +# RHEL up to 8 doesn't know url type of bugtracker, contact +%if ( 0%{?rhel} && 0%{?rhel} <= 8 ) + sed -i -e '/ Date: Mon, 25 Nov 2024 09:54:35 +0100 Subject: [PATCH 27/30] bump to 5.9.9 --- iaito.spec | 6 +++--- sources | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iaito.spec b/iaito.spec index 1df99be..3552272 100644 --- a/iaito.spec +++ b/iaito.spec @@ -1,6 +1,6 @@ Name: iaito Summary: GUI for radare2 reverse engineering framework -Version: 5.9.6 +Version: 5.9.9 # %%global upversion %%{version}-beta URL: https://radare.org/n/iaito.html %global urlvcs https://github.com/radareorg/iaito @@ -22,8 +22,8 @@ VCS: git:%{urlvcs} %global gituser radareorg %global gitname iaito -%global gitdate 20241013 -%global commit 07f60a902fc9505cc619ffef6ebdc17935b76974 +%global gitdate 20241121 +%global commit 465cf40df7642fe708ab41f66a5aeff127098cc6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global iaito_translations_gitdate 20221114 diff --git a/sources b/sources index bc25617..4fd397e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (iaito-5.9.6.tar.gz) = 009bd8dad1b3210e2e4c557b053747c943c7fc778f0e09903c92c0f928a6737ae895c698c7139a23b5e2f8fbbf33437acf800db551e9c29b14397925a2aba5da +SHA512 (iaito-5.9.9.tar.gz) = 8794f49a15b3a73ca7532d4297278975ce7c6e29b30be30736370bc7f9b2e328725fbbc02ac928bc7637bc4ed7693091787c58ca51acfac7aa0b1b36645cb35f SHA512 (iaito-translations-git20221114.tar.gz) = aec607fc5bf96147e955d7c9862b2fa49b8686a6f52f8390da26517f5075c155efcf66c81fab0634bc1a8510b805c1288006e71813cdf447423b233cab4784b7 From 06a9c3b9de61025333fe5870f4364b458183177e Mon Sep 17 00:00:00 2001 From: Michal Ambroz Date: Sat, 30 Nov 2024 03:44:05 +0100 Subject: [PATCH 28/30] iaito rebuild --- iaito.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iaito.spec b/iaito.spec index 3552272..61e3ca6 100644 --- a/iaito.spec +++ b/iaito.spec @@ -52,7 +52,7 @@ BuildRequires: radare2-devel >= 5.6.8 BuildRequires: make BuildRequires: gcc-c++ BuildRequires: kf5-syntax-highlighting-devel -BuildRequires: python3-devel +# BuildRequires: python3-devel BuildRequires: qt5-qtsvg-devel BuildRequires: file-devel BuildRequires: desktop-file-utils @@ -67,11 +67,11 @@ BuildRequires: qt5-qtwebengine-devel # BuildRequires: doxygen # BuildRequires: /usr/bin/sphinx-build -BuildRequires: python3-breathe -BuildRequires: python3-recommonmark +# BuildRequires: python3-breathe +# BuildRequires: python3-recommonmark -Requires: python3-jupyter-client -Requires: python3-notebook +# Requires: python3-jupyter-client +# Requires: python3-notebook Requires: hicolor-icon-theme # Package iaito was renamed from r2cutter in version 5.2.0 From 8c7ccec44be8e8326cd228696aa12b17ecc98f36 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 06:47:51 +0000 Subject: [PATCH 29/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 36fde4c08f8d1baf762bf8facfffd1c40e7b416b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:28:36 +0000 Subject: [PATCH 30/30] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild