public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xmount] rawhide: update to 1.3.1
@ 2026-07-16  7:34 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-16  7:34 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/xmount
            Branch : rawhide
            Commit : 235b770a7df4b7f42e94f131d3429ce07a9e3a2c
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-07-15T23:25:58-03:00
            Stats  : +19/-27 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/xmount/c/235b770a7df4b7f42e94f131d3429ce07a9e3a2c?branch=rawhide

            Log:
            update to 1.3.1

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>

---
diff --git a/sources b/sources
index c9ea5a7..311135f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xmount-1.2.0.tar.bz2) = 7df2974eae84f22fc30d4971fe4f5d4e3b3fc1698703fc75b206777a06d2c3708e8d4f1c95f8c1c259ded2e99895ab5f8d35b583a3966b250ceb4f3029793575
+SHA512 (xmount-1.3.1.tar.bz2) = 630c37b521b37b5c238bb451fdfdf98c3fa28b7ef4456cf1e54f0ce4774b24d2dc32a40a7f1201178877259c55acd504289bfa9d94f11f60cbb24911912edeec

diff --git a/xmount-cflags.patch b/xmount-cflags.patch
index 1218517..f618f0a 100644
--- a/xmount-cflags.patch
+++ b/xmount-cflags.patch
@@ -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
-

diff --git a/xmount-suffix.patch b/xmount-suffix.patch
index 3d0814a..db1bd65 100644
--- a/xmount-suffix.patch
+++ b/xmount-suffix.patch
@@ -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
 

diff --git a/xmount.spec b/xmount.spec
index f70b240..7212e8d 100644
--- a/xmount.spec
+++ b/xmount.spec
@@ -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:  afflib-devel
+BuildRequires:  cmake
 BuildRequires:  fuse3-devel
+BuildRequires:  gcc-c++
 BuildRequires:  libewf-devel
-BuildRequires:  afflib-devel
 BuildRequires:  zlib-devel
-BuildRequires:  cmake
 
 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.*
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-16  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16  7:34 [rpms/xmount] rawhide: update to 1.3.1 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox