public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: Fixed typos in version scheme
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; only message in thread
From: Denis Arnaud @ 2026-06-20 4:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/soci
Branch : update-to-4.1.4
Commit : d91712d4c735a681ca43303536c98fdaea1fa5fa
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2019-10-26T02:07:20+02:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/d91712d4c735a681ca43303536c98fdaea1fa5fa?branch=update-to-4.1.4
Log:
Fixed typos in version scheme
---
diff --git a/soci.spec b/soci.spec
index 7f296e5..a0842a3 100644
--- a/soci.spec
+++ b/soci.spec
@@ -22,13 +22,15 @@
#
Name: soci
Version: 4.0.0
-Release: rc1%{?dist}
+%define rc_ver rc1
+%define full_version %{version}-%{rc_ver}
+Release: %{rc_ver}%{?dist}
Summary: The database access library for C++ programmers
License: Boost
URL: http://%{name}.sourceforge.net
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-%{release}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{full_version}.tar.gz
#Patch0: soci-001-fix-auto_ptr-c++11.patch
#Patch1: sqlite-params-default-init-fix.patch
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-20 4:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-20 4:39 [rpms/soci] update-to-4.1.4: Fixed typos in version scheme Denis Arnaud
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox