Compare commits

..

1 commit

Author SHA1 Message Date
Filipe Rosset
235b770a7d update to 1.3.1
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
2026-07-15 23:25:58 -03:00
4 changed files with 19 additions and 27 deletions

View file

@ -1 +1 @@
SHA512 (xmount-1.2.0.tar.bz2) = 7df2974eae84f22fc30d4971fe4f5d4e3b3fc1698703fc75b206777a06d2c3708e8d4f1c95f8c1c259ded2e99895ab5f8d35b583a3966b250ceb4f3029793575
SHA512 (xmount-1.3.1.tar.bz2) = 630c37b521b37b5c238bb451fdfdf98c3fa28b7ef4456cf1e54f0ce4774b24d2dc32a40a7f1201178877259c55acd504289bfa9d94f11f60cbb24911912edeec

View file

@ -1,27 +1,14 @@
From 7ea54293aea783e88545662d807bb5efc527d58d Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart@gmail.com>
Date: Tue, 26 Aug 2025 11:10:25 +0200
Subject: [PATCH 2/2] Drop C_FLAGS tweaks
Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
---
CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7369014065b5..e0064598f406 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,9 +87,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
--- a/CMakeLists.txt 2026-07-15 22:56:57.947212529 -0300
+++ b/CMakeLists.txt 2026-07-15 22:56:59.937211558 -0300
@@ -87,11 +87,6 @@
add_definitions(-D_LARGEFILE64_SOURCE)
add_definitions(-D_FILE_OFFSET_BITS=64)
add_definitions(-D_GNU_SOURCE)
-set(CMAKE_C_FLAGS "-fno-strict-aliasing -std=c99 -Wall")
-if(NOT CMAKE_C_FLAGS)
- set(CMAKE_C_FLAGS "-fno-strict-aliasing -std=c99 -Wall")
-endif(NOT CMAKE_C_FLAGS)
-set(CMAKE_C_FLAGS_RELEASE "-O2 ${CMAKE_C_FLAGS}")
-set(CMAKE_C_FLAGS_DEBUG "-ggdb -O0 ${CMAKE_C_FLAGS}")
# Compile stuff in sub dirs
add_subdirectory(libxmount_input)
--
2.51.0

View file

@ -154,6 +154,13 @@ index 92d9b8ffa9a5..96fd71c2c95b 100644
add_executable(xmount xmount.c md5.c ../libxmount/libxmount.c)
diff --git a/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt b/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt
--- a/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt
+++ b/libxmount_morphing/libxmount_morphing_byteswap/CMakeLists.txt
@@ -9,1 +9,1 @@
-install(TARGETS xmount_morphing_byteswap DESTINATION lib/xmount)
+install(TARGETS xmount_morphing_byteswap DESTINATION lib${LIB_SUFFIX}/xmount)
--
2.51.0

View file

@ -1,5 +1,5 @@
Name: xmount
Version: 1.2.0
Version: 1.3.1
Release: %autorelease
Summary: A on-the-fly convert for multiple hard disk image types
@ -9,12 +9,12 @@ Source0: https://code.sits.lu/foss/xmount/-/archive/%{version}/xmount-%{v
Patch0: xmount-suffix.patch
Patch1: xmount-cflags.patch
BuildRequires: gcc-c++
BuildRequires: fuse3-devel
BuildRequires: libewf-devel
BuildRequires: afflib-devel
BuildRequires: zlib-devel
BuildRequires: cmake
BuildRequires: fuse3-devel
BuildRequires: gcc-c++
BuildRequires: libewf-devel
BuildRequires: zlib-devel
Provides: bundled(md5-deutsch)
@ -33,9 +33,7 @@ VmWare, or alike.
%prep
%setup -q
%patch -P0 -p1 -b .suffix
%patch -P1 -p1 -b .cflags
%autosetup -p1
# Fix perm
chmod -x src/xmount.*