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
@ 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 : 4d6c884e430e6614d80476e3b95f1a815f67071b
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date   : 2019-11-09T21:55:20+01:00
Stats  : +13/-16 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/soci/c/4d6c884e430e6614d80476e3b95f1a815f67071b?branch=update-to-4.1.4

Log:
Update to upstream release 4.0.0

---
diff --git a/soci.spec b/soci.spec
index 8343471..93e9f76 100644
--- a/soci.spec
+++ b/soci.spec
@@ -22,20 +22,15 @@
 #
 Name:           soci
 Version:        4.0.0
-%global version_suffix rc2
-%global full_version %{version}-%{version_suffix}
-
-Release:        2%{?dist}
-
+Release:        3%{?dist}
 Summary:        The database access library for C++ programmers
-
 License:        Boost
-URL:            http://%{name}.sourceforge.net
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{full_version}.tar.gz
+URL:            https://github.com/SOCI/soci
+Source0:        https://github.com/SOCI/%{name}/archive/%{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
+#ExcludeArch:    armv7hl
 
 BuildRequires:  dos2unix
 BuildRequires:  gcc gcc-c++
@@ -185,19 +180,19 @@ library. The documentation is the same as at the %{name} web page.
 
 
 %prep
-%setup -q -n %{name}-%{full_version}
+%setup -q -n %{name}-%{version}
 
 # Rename change-log and license file, so that they comply with
 # packaging standard
 mv README.md README
 mv CHANGES ChangeLog
 mv LICENSE_1_0.txt COPYING
-echo "2019-10-26:" > NEWS
-echo "- Version 4.0.0-rc1" >> NEWS
+echo "2019-11-09:" > NEWS
+echo "- Version 4.0.0" >> 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,10 +318,12 @@ rm -f %{buildroot}%{_libdir}/*.a
 
 
 %files doc
-%doc AUTHORS ChangeLog COPYING NEWS README
-#docs
+%doc AUTHORS ChangeLog COPYING NEWS README docs
 
 %changelog
+* Sat Nov 09 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-3
+- Update to upstream release 4.0.0
+
 * Tue Nov 05 2019 Denis Arnaud <denis.arnaud_fedora@m4x.org> 4.0.0-2
 - Update to upstream release 4.0.0-rc2
 

diff --git a/sources b/sources
index 4238e61..290b58a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (soci-4.0.0-rc2.tar.gz) = 48985c6aa681649498c5b347be6bc82262e853e7d631e1048c3e293baea0bc31afa3de5dc3e0d8ef0abac1622521deeaa149611c807e180b82d4660491ecfeb3
+SHA512 (soci-4.0.0.tar.gz) = c17f40c3465719361141921c595cf32946e0569e4e1c67768ba4cc4a2876601c08efb3130fe83219d530101813db9676037628ad0ee380435a688a186673fd4a

^ 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: Update to upstream release 4.0.0 Denis Arnaud

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox