public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: Attempt to rebuild on armv7hl
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 3+ messages 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 : d3242be8ee44acdce94feae14210fae22edc689f
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2020-02-06T22:54:24+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/d3242be8ee44acdce94feae14210fae22edc689f?branch=update-to-4.1.4
Log:
Attempt to rebuild on armv7hl
---
diff --git a/soci.spec b/soci.spec
index 295e9e0..97b178a 100644
--- a/soci.spec
+++ b/soci.spec
@@ -30,7 +30,7 @@ Source0: https://github.com/SOCI/%{name}/archive/%{version}.tar.gz#/%{nam
# For some reason, as of November 2019, it does not compile on ARMv7hl
# See https://koji.fedoraproject.org/koji/taskinfo?taskID=38562666
-#ExcludeArch: armv7hl
+ExcludeArch: armv7hl
BuildRequires: dos2unix
BuildRequires: gcc gcc-c++
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/soci] update-to-4.1.4: Attempt to rebuild on armv7hl
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 3+ messages 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 : 69c2672380ac6d45717df41d369cb0dbb100a282
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2020-06-04T16:37:49+02:00
Stats : +16/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/69c2672380ac6d45717df41d369cb0dbb100a282?branch=update-to-4.1.4
Log:
Attempt to rebuild on armv7hl
Uptream update
---
diff --git a/.gitignore b/.gitignore
index 8d7d3eb..60aa700 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,9 @@ soci-*.zip
soci-*.src.rpm
clog
.build-*
-/soci-?.?.?
-/soci-?.?.?-rc*
-/noarch
-/x86_64
+/soci-?.?.?/
+/soci-?.?.?-alpha*/
+/soci-?.?.?-rc*/
+/noarch/
+/x86_64/
diff --git a/soci.spec b/soci.spec
index 97b178a..c32aba3 100644
--- a/soci.spec
+++ b/soci.spec
@@ -21,16 +21,18 @@
##
#
Name: soci
-Version: 4.0.0
-Release: 5%{?dist}
+Version: 4.0.1.alpha1
+%global ups_ver 4.0.1-alpha1
+Release: 1%{?dist}
Summary: The database access library for C++ programmers
License: Boost
-URL: https://github.com/SOCI/soci
-Source0: https://github.com/SOCI/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL: https://github.com/SOCI/%{name}
+Source0: %{url}/archive/%{ups_version}.tar.gz#/%{name}-%{version}.tar.gz
# For some reason, as of November 2019, it does not compile on ARMv7hl
# See https://koji.fedoraproject.org/koji/taskinfo?taskID=38562666
-ExcludeArch: armv7hl
+# Upstream issue: https://github.com/SOCI/soci/pull/813#event-3406547053
+#ExcludeArch: armv7hl
BuildRequires: dos2unix
BuildRequires: gcc gcc-c++
@@ -180,7 +182,7 @@ library. The documentation is the same as at the %{name} web page.
%prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{name}-%{ups_ver}
# Rename change-log and license file, so that they comply with
# packaging standard
@@ -321,8 +323,9 @@ rm -f %{buildroot}%{_libdir}/*.a
%doc AUTHORS ChangeLog COPYING NEWS README docs
%changelog
-* Thu Feb 06 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-5
+* Thu Feb 06 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0.alpha1-1
- Attempt to rebuild on armv7hl
+- Uptream update
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index 290b58a..9c7b32e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (soci-4.0.0.tar.gz) = c17f40c3465719361141921c595cf32946e0569e4e1c67768ba4cc4a2876601c08efb3130fe83219d530101813db9676037628ad0ee380435a688a186673fd4a
+SHA512 (soci-4.0.1.alpha1.tar.gz) = 6c79e17e15c43af8bae47be375f6b975e3f383bd9843dbac106a6ea7bcf86645050bbad15a6b6a421bd0e058d3b3be14cfd8617b4c8dbdac436c42b92f679eb1
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rpms/soci] update-to-4.1.4: Attempt to rebuild on armv7hl
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 3+ messages 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 : 24596fd41ba5402b97ca06573982b6b3bd417ee8
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2020-02-06T22:40:17+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/24596fd41ba5402b97ca06573982b6b3bd417ee8?branch=update-to-4.1.4
Log:
Attempt to rebuild on armv7hl
---
diff --git a/soci.spec b/soci.spec
index 5bdacb8..295e9e0 100644
--- a/soci.spec
+++ b/soci.spec
@@ -22,7 +22,7 @@
#
Name: soci
Version: 4.0.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: The database access library for C++ programmers
License: Boost
URL: https://github.com/SOCI/soci
@@ -30,7 +30,7 @@ Source0: https://github.com/SOCI/%{name}/archive/%{version}.tar.gz#/%{nam
# For some reason, as of November 2019, it does not compile on ARMv7hl
# See https://koji.fedoraproject.org/koji/taskinfo?taskID=38562666
-ExcludeArch: armv7hl
+#ExcludeArch: armv7hl
BuildRequires: dos2unix
BuildRequires: gcc gcc-c++
@@ -321,6 +321,9 @@ rm -f %{buildroot}%{_libdir}/*.a
%doc AUTHORS ChangeLog COPYING NEWS README docs
%changelog
+* Thu Feb 06 2020 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-5
+- Attempt to rebuild on armv7hl
+
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-06-20 4:39 UTC | newest]
Thread overview: 3+ messages (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: Attempt to rebuild on armv7hl Denis Arnaud
-- strict thread matches above, loose matches on Subject: below --
2026-06-20 4:39 Denis Arnaud
2026-06-20 4:39 Denis Arnaud
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox