Hello community,

here is the log from the commit of package wt for openSUSE:Factory checked in 
at 2016-04-28 16:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wt (Old)
 and      /work/SRC/openSUSE:Factory/.wt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wt/wt.changes    2015-10-26 12:48:51.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.wt.new/wt.changes       2016-04-28 
17:00:58.000000000 +0200
@@ -1,0 +2,21 @@
+Mon Apr 11 15:46:03 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 3.3.5:
+  * WCartesianChart has several new features. 
+  * WAxisSliderWidget lets you easily focus on a particular range. 
+  * WPainter, WJavascriptHandle, WCanvasPaintDevice functionality
+    was implemented by making client-side interaction possible. 
+  * WAnchor target (such as this window, or new window) moved to WLink. 
+  * A new TargetDownload target was added for links.
+  * The included SQLite version was updated.
+  * Support for seconds editing in WTimePicker.
+  * Before it was only possible to set the partial state of the
+    WCheckbox when creating the Widget.
+  * The WApplication::setConnectionMonitor() method will let the
+    user register a Javascript object that will be notified.
+  * Support for custom HTML tags for a widgets.
+  * Wt::Dbo: allow to forward declare related classes.
+- Removed base64.patch as particularly merged into upstream.
+- Removed doc subpackage: no content any more.
+
+-------------------------------------------------------------------

Old:
----
  base64.patch
  wt-3.3.4.tar.gz

New:
----
  3.3.5.tar.gz

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

Other differences:
------------------
++++++ wt.spec ++++++
--- /var/tmp/diff_new_pack.UERc5Z/_old  2016-04-28 17:01:02.000000000 +0200
+++ /var/tmp/diff_new_pack.UERc5Z/_new  2016-04-28 17:01:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wt
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
 
 %define WTSRVDIR /srv/wt
 %define WTRUNDIR %{WTSRVDIR}/run
-%define mysqllib libwtdbomysql38
-%define pglib libwtdbopostgres38 
+%define mysqllib libwtdbomysql39
+%define pglib libwtdbopostgres39
 Name:           wt
-Version:        3.3.4
+Version:        3.3.5
 Release:        0
 Summary:        Web Toolkit
 License:        GPL-2.0
 Group:          Development/Libraries/C and C++
 Url:            http://www.webtoolkit.eu/wt/
-Source0:        
https://downloads.sourceforge.net/project/witty/wt/%{version}/wt-%{version}.tar.gz
-Patch0:         base64.patch
+Source0:        https://github.com/kdeforche/wt/archive/%{version}.tar.gz
+
 BuildRequires:  FastCGI-devel
 # wt will build with boost-devel < 1.36.0 but it won't work
 BuildRequires:  GraphicsMagick-devel
@@ -118,26 +118,8 @@
 the library generates the necessary HTML, Javascript, CGI, and AJAX
 code.
 
-%package        doc
-Summary:        Web Toolkit - Doxygen Documentation
-Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
-BuildArch:      noarch
-
-%description doc
-Doxygen documentation for the Wt library.
-
-Wt is a C++ library and application server for developping and
-deploying web applications. The widget-centric API is inspired by
-existing C++ GUI APIs.  It offers complete abstraction of any
-web-specific implementation details.  Most imporantly, the entire
-application is written in only one compiled language (C++), from which
-the library generates the necessary HTML, Javascript, CGI, and AJAX
-code.
-
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake \
@@ -174,17 +156,9 @@
 cp -rv doc/* %{buildroot}/%{_docdir}/%{name}-devel/
 mv -v %{buildroot}/%{_datadir}/Wt %{buildroot}/%{_datadir}/wt
 
-# Remove the installdox script used for the installation of documentation.
-rm %{buildroot}/%{_docdir}/%{name}-devel/examples/html/installdox
-
 # Remove shell scripts used for generating some images.
 rm %{buildroot}/%{_datadir}/wt/resources/themes/*/*/generate.sh
 
-# Move cmake module to the correct location.
-install -v -m 0755 -d %{buildroot}/%{_datadir}/cmake/Modules
-mv -v %{buildroot}/%{_prefix}/cmake/*.cmake \
-      %{buildroot}/%{_datadir}/cmake/Modules
-
 %fdupes %{buildroot}/%{_docdir}
 %fdupes %{buildroot}/%{_datadir}
 
@@ -235,12 +209,6 @@
 %defattr(-,root,root)
 %{_includedir}/Wt
 %{_libdir}/*.so
-%exclude %{_docdir}/%{name}-devel/reference
 %doc %{_docdir}/%{name}-devel
-%{_datadir}/cmake/Modules/*
-
-%files doc
-%defattr(-,root,root)
-%doc %{_docdir}/%{name}-devel/reference
 
 %changelog

++++++ wt-3.3.4.tar.gz -> 3.3.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/wt/wt-3.3.4.tar.gz 
/work/SRC/openSUSE:Factory/.wt.new/3.3.5.tar.gz differ: char 5, line 1



Reply via email to