public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Arnaud <denis.arnaud_fedora@m4x.org>
To: git-commits@fedoraproject.org
Subject: [rpms/soci] update-to-4.1.4: Fixed typos in version scheme
Date: Sat, 20 Jun 2026 04:39:45 GMT	[thread overview]
Message-ID: <178193038522.1.12424602139911681324.rpms-soci-d91712d4c735@fedoraproject.org> (raw)

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
 

                 reply	other threads:[~2026-06-20  4:39 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=178193038522.1.12424602139911681324.rpms-soci-d91712d4c735@fedoraproject.org \
    --to=denis.arnaud_fedora@m4x.org \
    --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