public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/gammu] rawhide: Really use CMake 4 instead of 3.
Date: Sun, 05 Jul 2026 09:17:31 GMT [thread overview]
Message-ID: <178324305125.1.12787677553017707760.rpms-gammu-7bc32de0cef4@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-05 9:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178324305125.1.12787677553017707760.rpms-gammu-7bc32de0cef4@fedoraproject.org \
--to=marcin@juszkiewicz.com.pl \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox