diff --git a/poco.spec b/poco.spec index 8e31d8f..5dabe6b 100644 --- a/poco.spec +++ b/poco.spec @@ -1,5 +1,5 @@ Name: poco -Version: 1.13.3 +Version: 1.14.0 Release: 1mamba Summary: C++ class libraries for network-centric, portable applications, complete edition with debug libraries Group: System/Libraries @@ -11,9 +11,10 @@ Source: https://pocoproject.org/releases/poco-%{version}/poco-%{version}- License: Boost Software License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libatomic-devel BuildRequires: libgcc -BuildRequires: libiodbc-devel BuildRequires: libmariadb-devel +BuildRequires: libodbc-devel BuildRequires: libopenssl-devel BuildRequires: libpostgresql-devel BuildRequires: libstdc++6-devel @@ -56,8 +57,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -80,5 +79,8 @@ This package contains libraries and header files for developing applications tha %doc README %changelog +* Tue Dec 03 2024 Automatic Build System 1.14.0-1mamba +- automatic version update by autodist + * Sat Apr 06 2024 Silvan Calarco 1.13.3-1mamba - package created using the webbuild interface