public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] update-to-4.1.4: Update to upstream release 4.0.0-rc2
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 4+ 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 : 4e00b01924da4ab8d2d6a0b8a72aaa5cc2299f25
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2019-11-05T00:59:41+01:00
Stats : +3/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/4e00b01924da4ab8d2d6a0b8a72aaa5cc2299f25?branch=update-to-4.1.4
Log:
Update to upstream release 4.0.0-rc2
---
diff --git a/soci.spec b/soci.spec
index 7d0d72f..c4a72ec 100644
--- a/soci.spec
+++ b/soci.spec
@@ -197,7 +197,7 @@ echo "- Version 4.0.0-rc1" >> NEWS
echo "- See the ChangeLog file for more details." >> NEWS
# Remove the spurious executable permission
chmod a-x AUTHORS README ChangeLog COPYING NEWS
-find docs -type f -exec chmod a-x {} \;
+#find docs -type f -exec chmod a-x {} \;
# Unix ends of line
dos2unix AUTHORS README ChangeLog COPYING NEWS
@@ -323,8 +323,8 @@ rm -f %{buildroot}%{_libdir}/*.a
%files doc
-%doc AUTHORS ChangeLog COPYING NEWS README docs
-
+%doc AUTHORS ChangeLog COPYING NEWS README
+#docs
%changelog
* Tue Nov 05 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-2
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rpms/soci] update-to-4.1.4: Update to upstream release 4.0.0-rc2
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 4+ 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 : 0496b2bae6556c6802e0b0dc498b92bb432fcafb
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2019-11-05T00:25:47+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/0496b2bae6556c6802e0b0dc498b92bb432fcafb?branch=update-to-4.1.4
Log:
Update to upstream release 4.0.0-rc2
---
diff --git a/sources b/sources
index 0f4df36..4238e61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (soci-4.0.0-rc1.tar.gz) = 14ff955e74cd293406451a7483b409e47bc92d16faf9f3db85680e36b6e499d2f85e82047b3a62eb76725117b79c26a415335a754973631c6c0f521309fc64a6
+SHA512 (soci-4.0.0-rc2.tar.gz) = 48985c6aa681649498c5b347be6bc82262e853e7d631e1048c3e293baea0bc31afa3de5dc3e0d8ef0abac1622521deeaa149611c807e180b82d4660491ecfeb3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [rpms/soci] update-to-4.1.4: Update to upstream release 4.0.0-rc2
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 4+ 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 : 8fcc1ba4e76c76eca36744e70af710ebfac75d33
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2019-11-05T00:23:48+01:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/8fcc1ba4e76c76eca36744e70af710ebfac75d33?branch=update-to-4.1.4
Log:
Update to upstream release 4.0.0-rc2
---
diff --git a/soci.spec b/soci.spec
index c1ec403..7d0d72f 100644
--- a/soci.spec
+++ b/soci.spec
@@ -22,10 +22,10 @@
#
Name: soci
Version: 4.0.0
-%global version_suffix rc1
+%global version_suffix rc2
%global full_version %{version}-%{version_suffix}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The database access library for C++ programmers
@@ -35,7 +35,7 @@ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{full_version}
# For some reason, as of October 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++
@@ -327,6 +327,9 @@ rm -f %{buildroot}%{_libdir}/*.a
%changelog
+* Tue Nov 05 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-2
+- Update to upstream release 4.0.0-rc2
+
* Sat Oct 26 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-1
- Update to upstream release 4.0.0-rc1
- Slightly modernized the RPM spec file
^ permalink raw reply related [flat|nested] 4+ messages in thread* [rpms/soci] update-to-4.1.4: Update to upstream release 4.0.0-rc2
@ 2026-06-20 4:39 Denis Arnaud
0 siblings, 0 replies; 4+ 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 : 56d293d4a38c62cd939e34616e39d2b52944b396
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date : 2019-11-05T01:17:38+01:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/soci/c/56d293d4a38c62cd939e34616e39d2b52944b396?branch=update-to-4.1.4
Log:
Update to upstream release 4.0.0-rc2
---
diff --git a/soci.spec b/soci.spec
index c4a72ec..8343471 100644
--- a/soci.spec
+++ b/soci.spec
@@ -33,9 +33,9 @@ License: Boost
URL: http://%{name}.sourceforge.net
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{full_version}.tar.gz
-# For some reason, as of October 2019, it does not compile on ARMv7hl
+# 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] 4+ messages in thread
end of thread, other threads:[~2026-06-20 4:39 UTC | newest]
Thread overview: 4+ 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: Update to upstream release 4.0.0-rc2 Denis Arnaud
2026-06-20 4:39 Denis Arnaud
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