public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Denis Arnaud <denisarnaud@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/soci] update-to-4.1.4: - Added a missing cstdio header include for g++-4.4 compatibility
Date: Sat, 20 Jun 2026 04:39:09 GMT [thread overview]
Message-ID: <178193034987.1.7661572358148835125.rpms-soci-b5dfded6258b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/soci
Branch : update-to-4.1.4
Commit : b5dfded6258b8230b4c4bd493dafed38301a1f04
Author : Denis Arnaud <denisarnaud@fedoraproject.org>
Date : 2009-05-05T19:03:57+00:00
Stats : +16/-1 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/b5dfded6258b8230b4c4bd493dafed38301a1f04?branch=update-to-4.1.4
Log:
- Added a missing cstdio header include for g++-4.4 compatibility
---
diff --git a/import.log b/import.log
index 4c31c72..ea08f8c 100644
--- a/import.log
+++ b/import.log
@@ -1 +1,2 @@
soci-3_0_0-6_fc10:HEAD:soci-3.0.0-6.fc10.src.rpm:1241473915
+soci-3_0_0-7_fc10:HEAD:soci-3.0.0-7.fc10.src.rpm:1241549903
diff --git a/soci-3.0.0-fix-gcc43-compatibility.patch b/soci-3.0.0-fix-gcc43-compatibility.patch
index e338c41..7122898 100644
--- a/soci-3.0.0-fix-gcc43-compatibility.patch
+++ b/soci-3.0.0-fix-gcc43-compatibility.patch
@@ -45,3 +45,14 @@ diff -u -r soci-3.0.0_ref/src/backends/mysql/vector-use-type.cpp soci-3.0.0_work
#ifdef _MSC_VER
#pragma warning(disable:4355)
+diff -ru soci-3.0.0/src/core/soci-simple.cpp soci-3.0.0_4-pack/src/core/soci-simple.cpp
+--- soci-3.0.0/src/core/soci-simple.cpp 2008-07-01 09:42:25.000000000 +0200
++++ soci-3.0.0_4-pack/src/core/soci-simple.cpp 2009-05-05 16:17:38.000000000 +0200
+@@ -9,6 +9,7 @@
+
+ #include "soci-simple.h"
+ #include "soci.h"
++#include <cstdio>
+
+ using namespace soci;
+
diff --git a/soci.spec b/soci.spec
index bc81c77..94ce850 100644
--- a/soci.spec
+++ b/soci.spec
@@ -18,7 +18,7 @@
#
Name: soci
Version: 3.0.0
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: The database access library for C++ programmers
@@ -275,6 +275,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue May 05 2009 Denis Arnaud <denis.arnaud_fedora@m4x.org> 3.0.0-7
+- Added a missing cstdio header include for g++-4.4 compatibility
+
* Sat May 02 2009 Denis Arnaud <denis.arnaud_fedora@m4x.org> 3.0.0-6
- Removed the unused build conditionals
next reply other threads:[~2026-06-20 4:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-20 4:39 Denis Arnaud [this message]
2026-06-20 4:39 [rpms/soci] update-to-4.1.4: - Added a missing cstdio header include for g++-4.4 compatibility Denis Arnaud
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=178193034987.1.7661572358148835125.rpms-soci-b5dfded6258b@fedoraproject.org \
--to=denisarnaud@fedoraproject.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