public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/librecad] rawhide: RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead.
@ 2026-07-06 14:52 Marcin Juszkiewicz
0 siblings, 0 replies; only message in thread
From: Marcin Juszkiewicz @ 2026-07-06 14:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/librecad
Branch : rawhide
Commit : 8d61ff9406a71f0a574be7ec7ccf0072ec15f4c2
Author : Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Date : 2026-07-06T14:56:45+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/librecad/c/8d61ff9406a71f0a574be7ec7ccf0072ec15f4c2?branch=rawhide
Log:
RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead.
---
diff --git a/librecad.spec b/librecad.spec
index e04da3a..7281266 100644
--- a/librecad.spec
+++ b/librecad.spec
@@ -7,11 +7,11 @@
%global commit d1ca469c96f039357e42580205e2f05acfb89e44
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global dxfrw_includedir %(%___build_pre; pkg-config --cflags-only-I libdxfrw | sed 's|-I||g')
+%global dxfrw_includedir %(%___build_pre_env; pkg-config --cflags-only-I libdxfrw | sed 's|-I||g')
Name: librecad
Version: 2.2.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Computer Assisted Design (CAD) Application
License: GPL-2.0-only AND GPL-2.0-or-later
URL: http://librecad.org/
@@ -280,6 +280,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/%{name}/patterns/
%changelog
+* Mon Jul 06 2026 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 2.2.1.4-2
+- RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead.
+
* Thu Mar 19 2026 Tom Callaway <spot@fedoraproject.org> - 2.2.1.4-1
- update to 2.2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 14:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 14:52 [rpms/librecad] rawhide: RPM 6.1 changed %___build_pre macro - use %___build_pre_env instead Marcin Juszkiewicz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox