public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/soci] epel10: Upgraded to 4.1.4
@ 2026-06-27 21:55 Denis Arnaud
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Arnaud @ 2026-06-27 21:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/soci
Branch : epel10
Commit : 97074e802217ca056af9fabb9c523f8fcecc340a
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date   : 2026-06-27T23:54:34+02:00
Stats  : +8/-32 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/soci/c/97074e802217ca056af9fabb9c523f8fcecc340a?branch=epel10

Log:
Upgraded to 4.1.4

---
diff --git a/.cvsignore b/.cvsignore
deleted file mode 100644
index e69de29..0000000
--- a/.cvsignore
+++ /dev/null

diff --git a/Makefile b/Makefile
deleted file mode 100644
index cf689a5..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: soci
-# $Id$
-NAME := soci
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)

diff --git a/soci.spec b/soci.spec
index 6a4fb1c..31d3129 100644
--- a/soci.spec
+++ b/soci.spec
@@ -22,8 +22,8 @@
 ##
 #
 Name:           soci
-Version:        4.1.2
-%global ups_ver 4.1.2
+Version:        4.1.4
+%global ups_ver 4.1.4
 Release:        %autorelease
 Summary:        The database access library for C++ programmers
 License:        BSL-1.0
@@ -33,6 +33,7 @@ Source0:        %{url}/archive/v%{ups_ver}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  gcc gcc-c++
 BuildRequires:  cmake
+BuildRequires:  fmt-devel
 BuildRequires:  boost-devel
 
 %description
@@ -222,6 +223,7 @@ dos2unix AUTHORS README ChangeLog COPYING NEWS
 %endif
 
 %cmake \
+ -DSOCI_STATIC=OFF \
  -DSOCI_EMPTY=%{?with_empty:ON}%{!?with_empty:OFF} \
  -DSOCI_SQLITE3=%{?with_sqlite3:ON}%{!?with_sqlite3:OFF} \
  -DSOCI_POSTGRESQL=%{?with_postgresql:ON}%{!?with_postgresql:OFF} \
@@ -238,12 +240,6 @@ dos2unix AUTHORS README ChangeLog COPYING NEWS
 mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d
 #echo "%%{_libdir}/%%{name}" > %%{buildroot}%%{_sysconfdir}/ld.so.conf.d/%%{name}64.conf
 
-# CMake helpers
-mkdir -p %{buildroot}%{_datadir}/%{name}
-mv -f %{buildroot}%{_libdir}/cmake %{buildroot}%{_datadir}/%{name}/CMake
-
-# Remove unpackaged files from the buildroot
-rm -f %{buildroot}%{_libdir}/*.a
 
 %if %{with tests}
 %check
@@ -286,7 +282,7 @@ rm -f %{buildroot}%{_libdir}/*.a
 %dir %{_includedir}/%{name}/
 %{_includedir}/%{name}/*.h
 %{_libdir}/lib%{name}_core.so
-%{_datadir}/%{name}/CMake
+%{_libdir}/cmake/%{name}-%{version}
 
 %{?with_empty:%files empty-devel
 %doc AUTHORS ChangeLog COPYING NEWS README

diff --git a/sources b/sources
index f422a8b..773faf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (soci-4.1.2.tar.gz) = 96571776d7fcb814c2625ade92f1d5bbcbee2a654eb38a098c23d12d01e66ab2900fc82fdb2f1a37679f0091009f9c6880c80d939730c1bd67f3285418144eba
+SHA512 (soci-4.1.4.tar.gz) = 0553fb7856c77158b229c33fb7a14402f9d740825db5b0c0c4cbbbc2596faa56b099f7e13bece5af506311c393e6fcb4e8b448522d15bba57c6dd0d23e6467c1

diff --git a/soci.spec b/soci.spec
index 870ac18..31d3129 100644
--- a/soci.spec
+++ b/soci.spec
@@ -11,7 +11,7 @@
 %bcond sqlite3 1
 %bcond mysql 1
 %bcond postgresql 1
-%bcond odbc 1
+%bcond odbc 0
 %bcond oracle 0
 %bcond tests 1
 
@@ -33,6 +33,7 @@ Source0:        %{url}/archive/v%{ups_ver}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  dos2unix
 BuildRequires:  gcc gcc-c++
 BuildRequires:  cmake
+BuildRequires:  fmt-devel
 BuildRequires:  boost-devel
 
 %description

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/soci] epel10: Upgraded to 4.1.4
@ 2026-06-27 21:55 Denis Arnaud
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Arnaud @ 2026-06-27 21:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/soci
Branch : epel10
Commit : 50bdfd7296fa6e89d22488bd53d358a164320338
Author : Denis Arnaud <denis.arnaud_fedora@m4x.org>
Date   : 2026-06-27T23:44:33+02:00
Stats  : +3/-3 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/soci/c/50bdfd7296fa6e89d22488bd53d358a164320338?branch=epel10

Log:
Upgraded to 4.1.4

---
diff --git a/soci.spec b/soci.spec
index 6cdc8ec..870ac18 100644
--- a/soci.spec
+++ b/soci.spec
@@ -22,8 +22,8 @@
 ##
 #
 Name:           soci
-Version:        4.1.2
-%global ups_ver 4.1.2
+Version:        4.1.4
+%global ups_ver 4.1.4
 Release:        %autorelease
 Summary:        The database access library for C++ programmers
 License:        BSL-1.0

diff --git a/sources b/sources
index f422a8b..773faf2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (soci-4.1.2.tar.gz) = 96571776d7fcb814c2625ade92f1d5bbcbee2a654eb38a098c23d12d01e66ab2900fc82fdb2f1a37679f0091009f9c6880c80d939730c1bd67f3285418144eba
+SHA512 (soci-4.1.4.tar.gz) = 0553fb7856c77158b229c33fb7a14402f9d740825db5b0c0c4cbbbc2596faa56b099f7e13bece5af506311c393e6fcb4e8b448522d15bba57c6dd0d23e6467c1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-27 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-27 21:55 [rpms/soci] epel10: Upgraded to 4.1.4 Denis Arnaud
  -- strict thread matches above, loose matches on Subject: below --
2026-06-27 21:55 Denis Arnaud

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