public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/c4log] rawhide: Rebuilt for c4core 0.6.0
@ 2026-08-08 4:33 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-08 4:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/c4log
Branch : rawhide
Commit : 313fb99aa047af1f4aed1d3070f15cee82c50cbd
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-23T09:28:16+01:00
Stats : +8/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/c4log/c/313fb99aa047af1f4aed1d3070f15cee82c50cbd?branch=rawhide
Log:
Rebuilt for c4core 0.6.0
---
diff --git a/c4log.spec b/c4log.spec
index d506f0a..b96dd7a 100644
--- a/c4log.spec
+++ b/c4log.spec
@@ -13,10 +13,11 @@
Name: c4log
Summary: C++ type-safe logging, mean and lean
-Version: 0.0.1^%{snapdate}.%{sub %{commit} 1 7}
-# This is the same as the version number. To prevent undetected soversion
+%global baseversion 0.0.1
+Version: %{baseversion}^%{snapdate}.%{sub %{commit} 1 7}
+# This is derived from the version number. To prevent undetected SONAME version
# bumps, we nevertheless express it separately.
-%global so_version 0.0.1
+%global so_version 0.0
Release: %autorelease
# SPDX
@@ -42,10 +43,10 @@ BuildOption(conf): %{shrink:
ExcludeArch: %{ix86}
BuildRequires: gcc-c++
-# Minimum version with proper multilib (GNUInstallDirs) support
-BuildRequires: c4project >= 0^20260428.fa85cab-1
-BuildRequires: cmake(c4core)
+# Minimum versions with major.minor SONAME versioning
+BuildRequires: c4project >= 0^20260717.2db9323-1
+BuildRequires: cmake(c4core) >= 0.6.0
# For each header-only library, the guidelines require us to BR the -static
# package for tracking.
@@ -90,6 +91,7 @@ sed --regexp-extended --in-place \
%license LICENSE.txt
%doc README.md
%{_libdir}/libc4log.so.%{so_version}
+%{_libdir}/libc4log.so.%{baseversion}
%files devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-08 4:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-08 4:33 [rpms/c4log] rawhide: Rebuilt for c4core 0.6.0 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox