Hello community,

here is the log from the commit of package wt for openSUSE:Factory
checked in at Tue Jul 12 14:02:16 CEST 2011.



--------
--- wt/wt.changes       2011-02-21 11:55:39.000000000 +0100
+++ wt/wt.changes       2011-07-12 10:01:37.000000000 +0200
@@ -1,0 +2,35 @@
+Tue Jul 12 07:11:42 UTC 2011 - poletti.ma...@gmail.com
+
+- Update to 3.1.10:
+  * Backward-incompatibile change: The signature of the virtual
+    method WWidget::setHidden() has changed. This will break
+    existing code which specializes the WWidget::setHidden()
+    method. This code should be updated to pass the WAnimation
+    object.
+  * New classes: WAnimation (for using CSS3 animations, when
+    supported by the browser) and WStreamResource.
+  * Now multiple WServer instances can be launched, but only when
+    using the built-in httpd.
+  * WTemplate and WText have now a setInternalPathEncoding()
+    method.
+  * WApplication has now a findWidget() method that searches among
+    all widgets, even those outside WApplication::root().
+  * WApplication has now a changeSessionId() method, that generates
+    a new session ID (useful to prevent session fixation attacks).
+  * WWidget has now an additional argument to the setToolTip()
+    method, that allows to use XHTML tooltips (<div> blocks).
+  * Other fixes and improvements.
+
+-------------------------------------------------------------------
+Sat Apr  9 17:55:28 UTC 2011 - poletti.ma...@gmail.com
+
+- Disable the generation of tests, because a boost bug prevents
+  successful compilation of tests.
+- Update to 3.1.9:
+  * Refactoring of WSpinBox and WSlider widgets
+  * Support the HTML5 History API
+  * Font rendering improvements in WPdfImage, WRasterImage (C++)
+  * Plural nouns in localization of strings (C++)
+  * Thread-safe and lock-free user event delivery to sessions (C++)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  cmake_config.patch
  wt-3.1.8.tar.bz2

New:
----
  wt-3.1.10.tar.bz2

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

Other differences:
------------------
++++++ wt.spec ++++++
--- /var/tmp/diff_new_pack.rpJO0n/_old  2011-07-12 14:00:23.000000000 +0200
+++ /var/tmp/diff_new_pack.rpJO0n/_new  2011-07-12 14:00:23.000000000 +0200
@@ -22,19 +22,19 @@
 Url:            http://www.webtoolkit.eu/wt/
 License:        GPLv2
 Group:          Development/Libraries/C and C++
-Version:        3.1.8
-Release:        6
+Version:        3.1.10
+Release:        1
 Summary:        Web Toolkit
 Source0:        %{name}-%{version}.tar.bz2
-Patch0:         cmake_config.patch
-Requires:       FastCGI openssl Xerces-c
-Requires:       mxml >= 2.3
+Requires:       FastCGI openssl
 BuildRequires:  gcc-c++
-BuildRequires:  FastCGI-devel Xerces-c-devel openssl-devel
-BuildRequires:  boost-devel >= 1.34.1
-BuildRequires:  mxml-devel >= 2.3
-BuildRequires:  postgresql-devel
-BuildRequires:  cmake doxygen gd-devel libqt4-devel pkgconfig
+BuildRequires:  FastCGI-devel openssl-devel
+
+# wt will build with boost-devel < 1.36.0 but it won't work
+BuildRequires:  boost-devel >= 1.36.0
+
+BuildRequires:  graphviz postgresql-devel
+BuildRequires:  cmake libqt4-devel pkgconfig
 BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -111,7 +111,6 @@
 
 %prep
 %setup -q
-%patch0 -p 1
 
 %build
 %define WTSRVDIR /srv/wt
@@ -125,11 +124,15 @@
 CFLAGS=$RPM_OPT_FLAGS CXXFLAGS="$RPM_OPT_FLAGS" \
 cmake .. \
     -DCMAKE_INSTALL_PREFIX="/usr" \
+    -DWT_CMAKE_FINDER_INSTALL_DIR="share/cmake/Modules" \
     -DLIB_INSTALL_DIR=%{_lib} \
     -DCONNECTOR_HTTP=ON \
     -DCONNECTOR_FCGI=ON \
     -DWEBGROUP="%{WTRUNGROUP}" -DWEBUSER="%{WTRUNUSER}" \
-    -DRUNDIR="%{WTRUNDIR}"
+    -DRUNDIR="%{WTRUNDIR}" \
+    -DBUILD_EXAMPLES=OFF
+# FIXME: Examples are temporarily disabled to avoid a boost bug that produces
+# some errors while compiling the tests.
 make %{?jobs:-j%jobs}
 
 %install
@@ -161,8 +164,7 @@
 %fdupes $RPM_BUILD_ROOT/%{_datadir}
 
 %clean
-# ODKOMENTOVAT 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-# rm -rf "%{buildroot}"
+rm -rf "$RPM_BUILD_ROOT"
 
 %post -p /sbin/ldconfig
 

++++++ wt-3.1.8.tar.bz2 -> wt-3.1.10.tar.bz2 ++++++
wt/wt-3.1.8.tar.bz2 wt/wt-3.1.10.tar.bz2 differ: char 11, line 1


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to