public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gammu] rawhide: Really use CMake 4 instead of 3.
@ 2026-07-05  9:17 Marcin Juszkiewicz
  0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-07-05  9:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gammu
Branch : rawhide
Commit : 7bc32de0cef407968e4b001a75b84a2021b484fd
Author : Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Date   : 2026-06-17T14:50:59+02:00
Stats  : +7/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/gammu/c/7bc32de0cef407968e4b001a75b84a2021b484fd?branch=rawhide

Log:
Really use CMake 4 instead of 3.

---
diff --git a/gammu.spec b/gammu.spec
index b955712..383d375 100644
--- a/gammu.spec
+++ b/gammu.spec
@@ -3,7 +3,7 @@
 
 Name:           gammu
 Version:        1.42.0
-Release:        21%{?dist}
+Release:        22%{?dist}
 Summary:        Command Line utility to work with mobile phones
 
 # Automatically converted from old format: GPLv2+ - review is highly recommended.
@@ -14,7 +14,7 @@ Patch0:         gammu-1.3.7-udev.patch
 Patch1:         a37e5d8054f863fa71e38e244dd4da13eee6e251.patch
 
 BuildRequires:  gcc
-BuildRequires:  cmake3
+BuildRequires:  cmake
 BuildRequires:  autoconf
 BuildRequires:  pkgconfig
 BuildRequires:  gettext-devel
@@ -107,7 +107,7 @@ developing applications that use %{name}
 %build
 # TODO: Please submit an issue to upstream (rhbz#2380612)
 export CMAKE_POLICY_VERSION_MINIMUM=3.5
-%cmake3                  \
+%cmake                  \
     -DENABLE_BACKUP=ON      \
     -DWITH_NOKIA_SUPPORT=ON     \
     -DWITH_Bluez=ON         \
@@ -141,7 +141,7 @@ install -pm 0644 docs/config/smsdrc %{buildroot}%{_sysconfdir}/gammu-smsdrc
 %if %{with tests}
 # add %%{?_smp_mflags} breaks the tests
 %global _smp_mflags %{nil}
-%ctest3
+%ctest
 %endif
 
 %post
@@ -188,6 +188,9 @@ install -pm 0644 docs/config/smsdrc %{buildroot}%{_sysconfdir}/gammu-smsdrc
 
 
 %changelog
+* Wed Jun 17 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.42.0-22
+- Really use CMake 4 instead of 3.
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.42.0-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-07-05  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-05  9:17 [rpms/gammu] rawhide: Really use CMake 4 instead of 3 Marcin Juszkiewicz

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