Hello community,

here is the log from the commit of package wt for openSUSE:Factory checked in 
at 2019-12-09 21:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wt (Old)
 and      /work/SRC/openSUSE:Factory/.wt.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wt"

Mon Dec  9 21:36:33 2019 rev:36 rq:755229 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wt/wt.changes    2019-04-05 12:02:35.742568826 
+0200
+++ /work/SRC/openSUSE:Factory/.wt.new.4691/wt.changes  2019-12-09 
21:36:49.566060282 +0100
@@ -1,0 +2,15 @@
+Sun Dec  8 22:24:57 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 4.2.0
+  * WSuggestionPopup: wordSeparators no longer requires (extra) escaping
+  * The WLogEntry copy constructor was removed and replaced by a move 
constructor
+  * Removed WDatePicker::setGlobalPopup
+  * the default visibility of symbols is now set to hidden
+  * It's now possible to get client certificate information in wthttp when 
behind a reverse proxy
+  * WLogEntry can now use argument dependent lookup
+  * Limited prevention of default action of the dragstart event to only 
draggable widgets.
+  * Fixed removal of all widgets in a layout causing a JavaScript error
+  and many more. Check the Changelog file for details.
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  4.0.5.tar.gz

New:
----
  4.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wt.spec ++++++
--- /var/tmp/diff_new_pack.4CC3lk/_old  2019-12-09 21:36:50.198060033 +0100
+++ /var/tmp/diff_new_pack.4CC3lk/_new  2019-12-09 21:36:50.202060031 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wt
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,32 +18,21 @@
 
 %define WTSRVDIR /srv/wt
 %define WTRUNDIR %{WTSRVDIR}/run
-%define so_version 51
+%define so_version 4_2_0
 Name:           wt
-Version:        4.0.5
+Version:        4.2.0
 Release:        0
 #
 #
 Summary:        Web Toolkit
 License:        GPL-2.0-only
 Group:          Development/Libraries/C and C++
-Url:            http://www.webtoolkit.eu/wt/
+URL:            https://www.webtoolkit.eu/wt/
 Source0:        https://github.com/kdeforche/wt/archive/%{version}.tar.gz
-
 BuildRequires:  FastCGI-devel
 BuildRequires:  GraphicsMagick-devel
 BuildRequires:  Mesa-devel
 BuildRequires:  apache-rpm-macros
-%if 0%{?suse_version} > 1315
-BuildRequires:  libboost_atomic-devel
-BuildRequires:  libboost_filesystem-devel
-BuildRequires:  libboost_program_options-devel
-BuildRequires:  libboost_system-devel
-BuildRequires:  libboost_thread-devel
-%else
-# wt will build with boost-devel < 1.36.0 but it won't work
-BuildRequires:  boost-devel >= 1.36.0
-%endif
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -58,6 +47,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  postgresql-devel
 BuildRequires:  zlib-devel
+BuildRequires:  cmake(Qt5Core)
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(sqlite3)
 Requires:       FastCGI
@@ -65,7 +55,14 @@
 Recommends:     %{name}-dbo = %{version}
 Suggests:       %{name}-dbo-mysql = %{version}
 Suggests:       %{name}-dbo-postgres = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1315
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel >= 1.50.0
+%endif
 
 %description
 Wt is a C++ library and application server for developing and
@@ -133,7 +130,6 @@
 %cmake \
     -DENABLE_FIREBIRD=OFF \
     -DENABLE_QT4=OFF \
-    -DWT_CPP_11_MODE=-std=c++0x \
     -DUSE_SYSTEM_IBPP=ON \
     -DSHARED_LIBS=ON \
     -DMULTI_THREADED=ON \
@@ -147,10 +143,7 @@
     -DBUILD_EXAMPLES=ON \
     -DENABLE_GM=ON \
     -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-    -DENABLE_HARU=ON \
     -DENABLE_POSTGRES=ON \
-    -DENABLE_SQLITE=ON \
-    -DENABLE_MYSQL=ON \
     -DWT_WITH_SSL=ON \
     -DHTTP_WITH_ZLIB=ON
 make V=1 %{?_smp_mflags}
@@ -172,50 +165,38 @@
 %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
 
 %files
-%defattr(-,root,root)
-%{_libdir}/libwt.so.*
-%{_libdir}/libwtfcgi.so.*
-%{_libdir}/libwthttp.so.*
-%{_libdir}/libwttest.so.*
 %license LICENSE
 %doc Changelog ReleaseNotes.html
 %dir %{WTSRVDIR}
+%attr(-,%{apache_user},%{apache_group}) %{WTRUNDIR}
 %dir %{_sysconfdir}/wt
-%{_datadir}/wt
 %config(noreplace) %{_sysconfdir}/wt/wt_config.xml
-%attr(-,%{apache_user},%{apache_group}) %{WTRUNDIR}
+%{_datadir}/wt
+%{_libdir}/libwt.so.*
+%{_libdir}/libwtfcgi.so.*
+%{_libdir}/libwthttp.so.*
+%{_libdir}/libwttest.so.*
 
 %files -n libwtdbo%{so_version}
-%defattr(-,root,root)
 %{_libdir}/libwtdbo.so.*
 %{_libdir}/libwtdbosqlite3.so.*
 
 %files -n libwtdbomysql%{so_version}
-%defattr(-,root,root)
 %{_libdir}/libwtdbomysql.so.*
 
 %files -n libwtdbopostgres%{so_version}
-%defattr(-,root,root)
 %{_libdir}/libwtdbopostgres.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/Wt
 %{_libdir}/*.so
 %{_libdir}/cmake/wt

++++++ 4.0.5.tar.gz -> 4.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/wt/4.0.5.tar.gz 
/work/SRC/openSUSE:Factory/.wt.new.4691/4.2.0.tar.gz differ: char 15, line 1


Reply via email to