public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libsquish] epel10: cmake4/ninja fixes
@ 2026-07-22 13:29 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-22 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libsquish
Branch : epel10
Commit : 7f88828aaa1ff9a20f54ab24ab770265a2b06069
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2025-07-16T10:24:46-05:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/libsquish/c/7f88828aaa1ff9a20f54ab24ab770265a2b06069?branch=epel10
Log:
cmake4/ninja fixes
---
diff --git a/libsquish.spec b/libsquish.spec
index 7f60f79..9fa2d4f 100644
--- a/libsquish.spec
+++ b/libsquish.spec
@@ -1,7 +1,7 @@
%global __cmake_in_source_build 1
Name: libsquish
Version: 1.15
-Release: 18%{?dist}
+Release: 19%{?dist}
URL: https://sourceforge.net/projects/libsquish/
Summary: Open source DXT compression library
License: MIT
@@ -27,11 +27,11 @@ applications which use DXT compression.
%autosetup -c libsquish-%{version}
%build
-%cmake . -DBUILD_SQUISH_WITH_SSE2=OFF
-%make_build
+%cmake . -DBUILD_SQUISH_WITH_SSE2=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+%cmake_build
%install
-%make_install
+%cmake_install
%ldconfig_scriptlets
@@ -46,6 +46,9 @@ applications which use DXT compression.
%{_includedir}/*
%changelog
+* Wed Jul 16 2025 Gwyn Ciesla <gwync@protonmail.com> - 1.15-19
+- Support cmake4, ninja.
+
* Mon Jan 20 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.15-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-22 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-22 13:29 [rpms/libsquish] epel10: cmake4/ninja fixes Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox