Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wt for openSUSE:Factory checked in at 2025-03-12 15:20:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wt (Old) and /work/SRC/openSUSE:Factory/.wt.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wt" Wed Mar 12 15:20:32 2025 rev:47 rq:1252147 version:4.11.3 Changes: -------- --- /work/SRC/openSUSE:Factory/wt/wt.changes 2024-06-05 17:40:22.549683912 +0200 +++ /work/SRC/openSUSE:Factory/.wt.new.19136/wt.changes 2025-03-12 15:20:50.646154988 +0100 @@ -1,0 +2,24 @@ +Mon Mar 10 09:01:13 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 4.11.3: + * It is now possible to configure (dis)allowance of nested transaction + * Allow for recreating views without recreating models. + * Added a "Back" button in the TOTP setup and input view. + * Disabled throttling during TOTP setup. + * Added the possibility to customize the mapping between file + extensions and MIME types. + * The font metrics constructed by WPaintDevices are now only + constructed once, and not once per WPaintDevice. + * Added the function Dbo::FixedSqlConnectionPool:: + freeConnections() to retrieve how many connections in the + pool are currently free. + * Added more addX convenience methods that return the raw + pointer of the added object. + * Added a way to set an alternative count query with + Query::setCountQuery(). This allows to replace the default + count query with a less expensive one. +- Drop patch: + * boost_fixes.patch +- Remove obsolete CMake build options + +------------------------------------------------------------------- Old: ---- boost_fixes.patch wt-4.10.4.tar.gz New: ---- wt-4.11.3.tar.gz BETA DEBUG BEGIN: Old:- Drop patch: * boost_fixes.patch - Remove obsolete CMake build options BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wt.spec ++++++ --- /var/tmp/diff_new_pack.E2pJPq/_old 2025-03-12 15:20:51.214178775 +0100 +++ /var/tmp/diff_new_pack.E2pJPq/_new 2025-03-12 15:20:51.218178942 +0100 @@ -1,7 +1,7 @@ # # spec file for package wt # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,16 @@ %define WTSRVDIR /srv/wt %define WTRUNDIR %{WTSRVDIR}/run -%define so_version 4_10_4 +%define so_version 4_11_3 Name: wt -Version: 4.10.4 +Version: 4.11.3 Release: 0 -Summary: Web Toolkit +Summary: C++ library for developing web applications (Web Toolkit) License: GPL-2.0-only Group: Development/Libraries/C and C++ URL: https://www.webtoolkit.eu/wt/ Source0: https://github.com/emweb/wt/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch1: boost_fixes.patch -Patch2: missing_libs.patch +Patch0: missing_libs.patch BuildRequires: FastCGI-devel BuildRequires: GraphicsMagick-devel BuildRequires: Mesa-devel @@ -72,7 +71,7 @@ %package -n libwtdbo%{so_version} Summary: Wt::Dbo ORM library and Sqlite3 back-end -Group: Development/Libraries/C and C++ +Group: System/Libraries Provides: %{name}-dbo = %{version} %description -n libwtdbo%{so_version} @@ -81,7 +80,7 @@ %package -n libwtdbomysql%{so_version} Summary: MySQL back-end for the Wt::Dbo ORM library -Group: Development/Libraries/C and C++ +Group: System/Libraries Provides: %{name}-dbo-mysql = %{version} %description -n libwtdbomysql%{so_version} @@ -89,7 +88,7 @@ %package -n libwtdbopostgres%{so_version} Summary: PostgreSQL back-end for the Wt::Dbo ORM library -Group: Development/Libraries/C and C++ +Group: System/Libraries Provides: %{name}-dbo-postgres = %{version} %description -n libwtdbopostgres%{so_version} @@ -132,10 +131,8 @@ -DSHARED_LIBS=ON \ -DMULTI_THREADED=ON \ -DUSE_SYSTEM_SQLITE3=ON \ - -DUSE_SYSTEM_GLEW=ON \ -DCONNECTOR_HTTP=ON \ -DCONNECTOR_FCGI=ON \ - -DENABLE_EXT=ON \ -DWEBGROUP="%{apache_group}" -DWEBUSER="%{apache_user}" \ -DRUNDIR="%{WTRUNDIR}" \ -DBUILD_EXAMPLES=ON \ @@ -158,17 +155,13 @@ # Remove shell scripts used for generating some images. rm %{buildroot}%{_datadir}/wt/resources/themes/*/*/generate.sh -%fdupes %{buildroot}/%{_docdir} -%fdupes %{buildroot}/%{_datadir} +%fdupes %{buildroot}%{_docdir} +%fdupes %{buildroot}%{_datadir} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig -%post -n libwtdbo%{so_version} -p /sbin/ldconfig -%postun -n libwtdbo%{so_version} -p /sbin/ldconfig -%post -n libwtdbomysql%{so_version} -p /sbin/ldconfig -%postun -n libwtdbomysql%{so_version} -p /sbin/ldconfig -%post -n libwtdbopostgres%{so_version} -p /sbin/ldconfig -%postun -n libwtdbopostgres%{so_version} -p /sbin/ldconfig +%ldconfig_scriptlets +%ldconfig_scriptlets -n libwtdbo%{so_version} +%ldconfig_scriptlets -n libwtdbomysql%{so_version} +%ldconfig_scriptlets -n libwtdbopostgres%{so_version} %files %license LICENSE ++++++ wt-4.10.4.tar.gz -> wt-4.11.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/wt/wt-4.10.4.tar.gz /work/SRC/openSUSE:Factory/.wt.new.19136/wt-4.11.3.tar.gz differ: char 18, line 1
