From 30a6172c0267d13233e857fe3343f478dac2eba5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:51:07 +0000 Subject: [PATCH 01/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From d290dcd397925b6a5634c9ea5530adcf2867ae72 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Mon, 15 Jul 2024 02:32:32 -0300 Subject: [PATCH 02/14] update xmedcon to 0.24.0 --- .gitignore | 1 + sources | 2 +- xmedcon.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d53b32..4beec2e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /xmedcon-0.16.2.tar.bz2 /xmedcon-0.22.0.tar.bz2 /xmedcon-0.23.0.tar.bz2 +/xmedcon-0.24.0.tar.bz2 diff --git a/sources b/sources index 7b67fea..d58284b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmedcon-0.23.0.tar.bz2) = a0911eb60a7609872e1d31c2a1f636ef3acce5464a415a483c30f3551f3c347f26e24db83b8bf253e88aee20c2800606b3d8e2fc1b4a737672d61a42298ed9b2 +SHA512 (xmedcon-0.24.0.tar.bz2) = ebcaf31c4e64eec31d5db5d9b3cfa993e31f6f1fbebc0c2676311198ce0a35b6fa4ef175c7eab1dad4272bd6418e4bffe796e4f07c2f409a2cc74bd7a356af8a diff --git a/xmedcon.spec b/xmedcon.spec index 25dde63..8c7a291 100644 --- a/xmedcon.spec +++ b/xmedcon.spec @@ -1,5 +1,5 @@ Name: xmedcon -Version: 0.23.0 +Version: 0.24.0 Release: %autorelease Summary: A medical image conversion utility and library From dfdf46ebff2181104b13b29ea49dadf96686c9dd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:12:04 +0000 Subject: [PATCH 03/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 20f2dc8542985a74b2373927a77cf7c2059e44a6 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 20 Aug 2024 13:07:04 +0100 Subject: [PATCH 04/14] feat: rebuild for nifticlib 3.x https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/OQAVXCZKFRNKDYKHW4NOSMQP2XSHIDCG/ From fd100aa731c8d611be9e144c6a7353b90b1f9784 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 20 Aug 2024 13:53:11 +0100 Subject: [PATCH 05/14] chore: drop i686 --- xmedcon.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xmedcon.spec b/xmedcon.spec index 8c7a291..88db36a 100644 --- a/xmedcon.spec +++ b/xmedcon.spec @@ -13,6 +13,9 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar. Source1: %{name}.desktop Patch0: xmedcon-configure.patch +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: autoconf BuildRequires: automake BuildRequires: desktop-file-utils From c0aee860fa43db6f26bfa632642b5c3f622fc04a Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 21 Aug 2024 12:27:46 +0100 Subject: [PATCH 06/14] rebuild for nifticlib 3.x, try 2 (fixes rh#2306504) From d7eae161d3fc47374759c89d5e3053856d3363c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Sun, 8 Sep 2024 20:16:53 +0000 Subject: [PATCH 07/14] Migrate to SPDX license (temporary ids) This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 Note that this is an SPDX identifier, but it still needs to be migrated to the proper identifiers in the fedora-license-data set. If there will be no comments in two weeks, I will merge this. --- xmedcon.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmedcon.spec b/xmedcon.spec index 88db36a..8f454ca 100644 --- a/xmedcon.spec +++ b/xmedcon.spec @@ -7,7 +7,8 @@ Summary: A medical image conversion utility and library # None of the libraries are bundled, they are appear to be modified versions of code taken # from the respective sources # License needs more looking into to confirm correctness. All licenses are FOSS compatible though -License: LGPLv2+ and Copyright only and MIT and BSD and libtiff +# Automatically converted from old format: LGPLv2+ and Copyright only and MIT and BSD and libtiff - review is highly recommended. +License: LGPL-2.1-or-later AND LicenseRef-Callaway-Copyright-only AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-BSD and libtiff URL: http://xmedcon.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop From 6527025066aeed4cc6191b3e801fb982b1ff1a4a Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Sun, 15 Dec 2024 23:59:11 -0300 Subject: [PATCH 08/14] update xmedcon to 0.24.1 rhbz#2328798 --- .gitignore | 1 + sources | 2 +- xmedcon.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4beec2e..6439bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /xmedcon-0.22.0.tar.bz2 /xmedcon-0.23.0.tar.bz2 /xmedcon-0.24.0.tar.bz2 +/xmedcon-0.24.1.tar.bz2 diff --git a/sources b/sources index d58284b..4c73c7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmedcon-0.24.0.tar.bz2) = ebcaf31c4e64eec31d5db5d9b3cfa993e31f6f1fbebc0c2676311198ce0a35b6fa4ef175c7eab1dad4272bd6418e4bffe796e4f07c2f409a2cc74bd7a356af8a +SHA512 (xmedcon-0.24.1.tar.bz2) = f147439b97bd02186df4cdf62d52ab036d395d1b25e89ebc909ae3e0ef925123422e89643a5c7e8f0041d229c04b918838e7d8e4077fdd7bc264a1d916ad5fee diff --git a/xmedcon.spec b/xmedcon.spec index 8f454ca..c2052b9 100644 --- a/xmedcon.spec +++ b/xmedcon.spec @@ -1,5 +1,5 @@ Name: xmedcon -Version: 0.24.0 +Version: 0.24.1 Release: %autorelease Summary: A medical image conversion utility and library From d811d4d18b5962c224de96bbfc9ff1dd97293b99 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:59:30 +0000 Subject: [PATCH 09/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From e18d7395611bdafa5b33864a92101e1764f35e83 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:55:11 +0000 Subject: [PATCH 10/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 240b920061a98b8428fd4218b2dcb05c5008a218 Mon Sep 17 00:00:00 2001 From: Filipe Rosset Date: Fri, 7 Nov 2025 23:56:11 -0300 Subject: [PATCH 11/14] update to 0.25.3 --- .gitignore | 1 + sources | 2 +- xmedcon.spec | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6439bb4..0fe1804 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /xmedcon-0.23.0.tar.bz2 /xmedcon-0.24.0.tar.bz2 /xmedcon-0.24.1.tar.bz2 +/xmedcon-0.25.3.tar.bz2 diff --git a/sources b/sources index 4c73c7f..a3c7981 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmedcon-0.24.1.tar.bz2) = f147439b97bd02186df4cdf62d52ab036d395d1b25e89ebc909ae3e0ef925123422e89643a5c7e8f0041d229c04b918838e7d8e4077fdd7bc264a1d916ad5fee +SHA512 (xmedcon-0.25.3.tar.bz2) = 7acd7be6341cc92002116e16a8e975e290a232a9ed68e769365f183779f3a05ffd08b5752e5d77b7b91febb6a7577ff3573a4bc91757c6c5fe36acfbbbc2401c diff --git a/xmedcon.spec b/xmedcon.spec index c2052b9..008c647 100644 --- a/xmedcon.spec +++ b/xmedcon.spec @@ -1,5 +1,5 @@ Name: xmedcon -Version: 0.24.1 +Version: 0.25.3 Release: %autorelease Summary: A medical image conversion utility and library @@ -100,7 +100,7 @@ desktop-file-install \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ %{SOURCE1} -appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/appdata/*.appdata.xml +appstream-util validate-relax --nonet ${RPM_BUILD_ROOT}%{_datadir}/metainfo/xmedcon.appdata.xml # remove static libraries find $RPM_BUILD_ROOT -name "*.a" -execdir rm -fv '{}' \; @@ -117,7 +117,7 @@ find $RPM_BUILD_ROOT -name "*.la" -execdir rm -fv '{}' \; %{_bindir}/%{name} %{_libdir}/*so.* %{_mandir}/man1/* -%{_datadir}/appdata/%{name}.appdata.xml +%{_datadir}/metainfo/xmedcon.appdata.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/%{name}.png From 137db0f90feda8fd4e78cdacd83a03f6c311a6ed Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:44:49 +0000 Subject: [PATCH 12/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 2131f3082c4eb8e17f1e73f61ca27a230cb8f96b Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sat, 31 Jan 2026 21:02:23 +0000 Subject: [PATCH 13/14] feat: use spdx license identifiers --- xmedcon.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xmedcon.spec b/xmedcon.spec index 008c647..4edb63f 100644 --- a/xmedcon.spec +++ b/xmedcon.spec @@ -6,9 +6,12 @@ Summary: A medical image conversion utility and library # Please refer to http://xmedcon.sourceforge.net/pub/readme/README for details # None of the libraries are bundled, they are appear to be modified versions of code taken # from the respective sources -# License needs more looking into to confirm correctness. All licenses are FOSS compatible though -# Automatically converted from old format: LGPLv2+ and Copyright only and MIT and BSD and libtiff - review is highly recommended. -License: LGPL-2.1-or-later AND LicenseRef-Callaway-Copyright-only AND LicenseRef-Callaway-MIT AND LicenseRef-Callaway-BSD and libtiff +# Breakdown +# ./source: GPLv2+ +# ./libs/nifti: Public Domain +# ./libs/tpc: LGPLv2.1+ +# spdx verified +License: GPL-2.0-or-later and LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain URL: http://xmedcon.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source1: %{name}.desktop From 93e4d8386121d60c2b1c5966fe7b0ca514e61e9d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:17:40 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild