SHA256
8
0
forked from pool/wt

89 Commits

Author SHA256 Message Date
15efa84182 Accepting request 1252147 from devel:libraries:c_c++
- Update to 4.11.3:

OBS-URL: https://build.opensuse.org/request/show/1252147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=47
2025-03-12 14:20:32 +00:00
ea07ba72b7 Curate changelog, fix "1.11.3" spello
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=84
2025-03-11 17:48:51 +00:00
0ec5b2f59a Fixup groups for component library subpackages
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=83
2025-03-11 17:48:42 +00:00
7b55c728f9 Accepting request 1251712 from home:krop:branches:devel:libraries:c_c++
Update to 4.11.3

OBS-URL: https://build.opensuse.org/request/show/1251712
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=82
2025-03-10 11:08:38 +00:00
23909e3ff0 Accepting request 1178503 from devel:libraries:c_c++
- Update to 4.10.4
  For changes, see
  https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
- boost_fixes.patch: compilation fixes with latest Boost
- missing_libs.patch: add missing libX11 linking

OBS-URL: https://build.opensuse.org/request/show/1178503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=46
2024-06-05 15:39:57 +00:00
456186bbd3 - Update to 4.10.4
For changes, see
  https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
- boost_fixes.patch: compilation fixes with latest Boost
- missing_libs.patch: add missing libX11 linking

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=80
2024-06-04 13:37:17 +00:00
ed6210d86d Accepting request 1057147 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1057147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=45
2023-01-10 13:59:46 +00:00
b7943f6d1b Accepting request 1057095 from home:pgajdos:no-gmagick
humbly apologize for the noise [bsc#1206620#c20]

OBS-URL: https://build.opensuse.org/request/show/1057095
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=78
2023-01-09 18:13:10 +00:00
8f43e844b0 Accepting request 1044207 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1044207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=44
2022-12-22 15:23:11 +00:00
b02b7a3f30 Accepting request 1044171 from home:pgajdos:no-gmagick
- do not use GraphicsMagick, it will be dropped from Factory

OBS-URL: https://build.opensuse.org/request/show/1044171
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=76
2022-12-22 10:22:01 +00:00
dfbf725b11 Accepting request 1005556 from devel:libraries:c_c++
Fixed compatibility with recent libharu. (forwarded request 1005524 from DarkSS)

OBS-URL: https://build.opensuse.org/request/show/1005556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=43
2022-09-23 12:15:26 +00:00
40b70c178b Accepting request 1005524 from home:DarkSS:branches:devel:libraries:c_c++
Fixed compatibility with recent libharu.

OBS-URL: https://build.opensuse.org/request/show/1005524
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=74
2022-09-23 06:33:36 +00:00
a115401d70 Accepting request 952815 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/952815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=42
2022-02-09 19:39:33 +00:00
d21fd14bf6 Accepting request 952803 from home:LorenDB:branches:openSUSE:Factory
- Upate to 4.6.1. (4.6.0 was skipped by openSUSE packagers)
  * A potential null pointer dereference would crash the Wt site or widget gallery every few days.

OBS-URL: https://build.opensuse.org/request/show/952803
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=73
2022-02-08 20:24:42 +00:00
ca32c719fe Accepting request 924614 from devel:libraries:c_c++
- Upate to 4.5.1. Check the installed ReleaseNotes.html file
  for the full list of changes.
  * fixed Boost 1.77.0 compilation
  * WWidget::setScrollVisibilityEnabled() now refers to the correct
    scrollvisibility example.
  * Fixed possible JavaScript issues by appending a semicolon to
    all JavaScript statements when using doJavaScript.
  * fixed compilation of WTextRenderer.C on some systems due to a
    missing #include <limits>.
  * Various fixes to make Wt build properly with C++20
- Drop patch:
  * 0001-WT-8467-add-limits-header-for-gcc-11.patch (forwarded request 924611 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/924614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=41
2021-10-11 13:31:55 +00:00
3308005766 Accepting request 924611 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Upate to 4.5.1. Check the installed ReleaseNotes.html file
  for the full list of changes.
  * fixed Boost 1.77.0 compilation
  * WWidget::setScrollVisibilityEnabled() now refers to the correct
    scrollvisibility example.
  * Fixed possible JavaScript issues by appending a semicolon to
    all JavaScript statements when using doJavaScript.
  * fixed compilation of WTextRenderer.C on some systems due to a
    missing #include <limits>.
  * Various fixes to make Wt build properly with C++20
- Drop patch:
  * 0001-WT-8467-add-limits-header-for-gcc-11.patch

OBS-URL: https://build.opensuse.org/request/show/924611
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=72
2021-10-11 07:03:47 +00:00
ed70bb7e59 Accepting request 900199 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/900199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=40
2021-06-16 18:34:41 +00:00
6ad38db104 Accepting request 900195 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Update to 4.5.0. Notable changes:
  * Wt now targets C++14
  * Wt::Dbo: the Firebird backend has been marked as unmaintained
  See https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
  for other changes.
- Add upstream patch:
  * 0001-WT-8467-add-limits-header-for-gcc-11.patch

OBS-URL: https://build.opensuse.org/request/show/900195
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=70
2021-06-15 16:17:25 +00:00
8ba6a4e49f Accepting request 854858 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/854858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=39
2020-12-11 19:16:58 +00:00
4568bf58b9 Accepting request 854851 from home:alarrosa:branches:devel:libraries:c_c++
- Add BuildRequires: libboost_atomic-devel to fix building the
  package in Leap 15.3

OBS-URL: https://build.opensuse.org/request/show/854851
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=68
2020-12-11 11:36:50 +00:00
90945b8353 Accepting request 834839 from devel:libraries:c_c++
- update to 4.4.0:
  * Wt 4.4.0 adds a couple of new features, like multiple X axes, and
  * WColorPicker, among other fixes and tweaks 
  * security related: Wt now rejects GET requests for Ajax-enabled sessions
  that are not for resources, as an extra means to prevent session
  hijacking attempts 
  * Wt 4.3.0 mainly adds the ability to redirect logging to a custom logging
  function, and login and transport encryption to the mail client, among some
  other fixes and tweaks
  see https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

OBS-URL: https://build.opensuse.org/request/show/834839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=38
2020-09-16 17:39:32 +00:00
ae59490377 - update to 4.4.0:
* Wt 4.4.0 adds a couple of new features, like multiple X axes, and
  * WColorPicker, among other fixes and tweaks 
  * security related: Wt now rejects GET requests for Ajax-enabled sessions
  that are not for resources, as an extra means to prevent session
  hijacking attempts 
  * Wt 4.3.0 mainly adds the ability to redirect logging to a custom logging
  function, and login and transport encryption to the mail client, among some
  other fixes and tweaks
  see https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=66
2020-09-16 08:23:35 +00:00
28fc255a4f Accepting request 785964 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/785964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=37
2020-03-18 11:41:10 +00:00
f846a8baf3 Accepting request 785659 from home:polslinux:branches:devel:libraries:c_c++
- Update to new upstream release 4.2.2:
  * ensure that tooltips are always on top, even inside of a dialog
  * fixed text format being reset when the text of a WAnchor is cleared
  * fixed panning not working properly for a WCartesianChart with plain tooltips
  * fixed JavaScript memory leak related to deferred or HTML tooltips
  * and lots of other fixes (https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html)

OBS-URL: https://build.opensuse.org/request/show/785659
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=64
2020-03-17 15:10:10 +00:00
9d63744fb3 Accepting request 755229 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/755229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=36
2019-12-09 20:36:33 +00:00
cad7181091 Accepting request 755145 from home:cgiboudeaux:branches:devel:libraries:c_c++
Update to 4.2.0

OBS-URL: https://build.opensuse.org/request/show/755145
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=62
2019-12-09 12:52:17 +00:00
4ec822178c Accepting request 689747 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/689747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=35
2019-04-05 10:00:17 +00:00
38c7060485 Accepting request 688457 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Remove the Qt4 dependency. Qt4 will be removed from factory soon.

OBS-URL: https://build.opensuse.org/request/show/688457
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=60
2019-03-29 08:46:24 +00:00
bb18d91811 Accepting request 681823 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/681823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=34
2019-03-06 14:49:03 +00:00
59bf4d98be Accepting request 681818 from home:adamm:branches:devel:libraries:c_c++
- Update to 4.0.5
  + ItemDataRole: updated the following methods, so version bump,
    WIdentityProxyModel::setHeaderData()
    WSuggestionPopup::setEditRole()
    WSuggestionPopup::editRole()
  + Dbo: reentrant statement use
  + Flex layout fixes
- Changes in 4.0.4:
  + WCartesianChart improvements
    - Multiple Y axis support
    - On-demand loading
  + Added support for transparency in PDFs
  + Disabled TLS v. 1.0 and 1.1 support
- Changes in 4.0.3:
  + WFileUpload: added display widget
  + WFileDropWidget: added drop indication and global drop
  + WTableView: exposed touch events
For detailed list of changes, please see ReleaseNotes.html
- Removed upstreamed patches
  + Asio-Fixed-for-older-versions-of-Boost.patch
  + Several-changes.patch
  + Adding-missing-libraries-issue-6198.patch
- install license correctly

OBS-URL: https://build.opensuse.org/request/show/681818
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=58
2019-03-05 15:53:33 +00:00
1dd0a900cb Accepting request 563254 from devel:libraries:c_c++
upstream - see: https://redmine.emweb.be/issues/6198 -
  added libboost-atomic-devel. (forwarded request 563251 from eeich)

OBS-URL: https://build.opensuse.org/request/show/563254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=33
2018-01-10 22:38:11 +00:00
29dc20c6a8 Accepting request 563251 from home:eeich:branches:devel:libraries:c_c++
upstream - see: https://redmine.emweb.be/issues/6198 -
  added libboost-atomic-devel.

OBS-URL: https://build.opensuse.org/request/show/563251
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=56
2018-01-10 10:50:05 +00:00
e867e3c809 Accepting request 563153 from home:eeich:branches:devel:libraries:c_c++
- Adding-missing-libraries-issue-6198.patch
- Reduce libboost-*-devel dependencies to the ones suggested by
  upstream - see: https://redmine.emweb.be/issues/6198

OBS-URL: https://build.opensuse.org/request/show/563153
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=55
2018-01-09 22:16:47 +00:00
7915947958 Accepting request 562839 from home:eeich:branches:devel:libraries:c_c++
- Improved version of Add-missing-libraries-to-wttest-and-wtfcgi.patch

OBS-URL: https://build.opensuse.org/request/show/562839
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=54
2018-01-09 11:08:28 +00:00
080089d34a Accepting request 562627 from home:eeich:branches:devel:libraries:c_c++
- Updated to 4.0.2
  * Release 4.0.2 (November 24, 2017)
    This is a patch release that fixes a few problems with the build of 
  * Wt 4.0.1, and fixes a bug in Wt::Auth.
    Release 4.0.1 (November 21, 2017)
    This is a smaller release with mostly bugfixes, and some new features:
  * Added WContainerWidget::addNew() and similar methods
    Because writing code like this:
    auto text = root()->addWidget(std::make_unique<Wt::WText>("Hello!"));
    is a bit verbose, a shorthand was added that creates the widget and adds
    it
    to the container in one go:
    auto text = root()->addNew<Wt::WText>("Hello!");
    addNew forwards its arguments to the constructor, just like
    std::make_unique. Along those lines, we added
    WContainerWidget::insertNew()
    and WTemplate::bindNew().
    Added the <max-formdata-size> configuration option
    Previously, the maximum size of form data sent by Wt in a single POST
    request was capped to 5 MiB. In applications with a large amount of forms
    with a lot of data, that may not be enough, so <max-formdata-size> can be
    used to adjust this independently. Note that the maximum request size (and
    by consequence, the form data size) is still capped by <max-request-size>.
  * Release 4.0.0 (September 19, 2017)
    This release has all of the added features of Wt 3.3.8, but comes with 
    many notable changes. In general, Wt 4 employs the more modern C++ style 
    of C++11 and beyond. Support for compilers without sufficient C++11 
    support is dropped competely. Wt 4 aligns more with the C++ Core 
    Guidelines in a pragmatic way, while keeping the API familiar.
    Changes in Wt's memory model

OBS-URL: https://build.opensuse.org/request/show/562627
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=53
2018-01-09 09:39:59 +00:00
c622c25e5a Accepting request 546476 from devel:libraries:c_c++
- Replace openssl-devel (Build)Requires with pkgconfig(openssl):
  allow OBS to pick openssl 1.0 if needed. (forwarded request 546458 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/546476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=32
2017-12-04 09:01:32 +00:00
66497b9a80 Accepting request 546458 from home:dimstar:Factory
- Replace openssl-devel (Build)Requires with pkgconfig(openssl):
  allow OBS to pick openssl 1.0 if needed.

OBS-URL: https://build.opensuse.org/request/show/546458
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=51
2017-11-29 15:42:03 +00:00
0cfe89de31 Accepting request 455732 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/455732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=31
2017-02-11 00:43:15 +00:00
Ismail Dönmez
2711ef869d Accepting request 455293 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel
- boost_1_63_fix.patch: Compilation fix for Boost 1.63 (boo#1023886)

OBS-URL: https://build.opensuse.org/request/show/455293
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=49
2017-02-09 11:14:20 +00:00
5d029e5eb0 Accepting request 391444 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/391444
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=30
2016-04-28 14:56:26 +00:00
61539dac89 Accepting request 390409 from home:DarkSS:branches:devel:libraries:c_c++
3.3.5

OBS-URL: https://build.opensuse.org/request/show/390409
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=47
2016-04-24 09:10:19 +00:00
33558ea2b2 Accepting request 340372 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/340372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=29
2015-10-26 11:48:45 +00:00
81d835c6dc Accepting request 340223 from home:Andreas_Schwab:Factory
- base64.patch: Fix invalid narrowing conversion

OBS-URL: https://build.opensuse.org/request/show/340223
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=45
2015-10-22 09:44:29 +00:00
159426243d Accepting request 298528 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/298528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=28
2015-04-23 06:04:35 +00:00
2594a971db Accepting request 295396 from home:posophe:branches:devel:libraries:c_c++
update

OBS-URL: https://build.opensuse.org/request/show/295396
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=43
2015-04-22 09:37:30 +00:00
4255a706eb Accepting request 264049 from devel:libraries:c_c++
- Add various missing dependencies and switches to ensure we build
  against system libraries
- add -dbo-* subpackages for db connectors, thus our core does not
  pull in all various database providers
- Cleanup with spec cleaner
- Remove support for < 12.3 as it failed to build there anyway
- Use %cmake macro instead of directly calling %cmake
- Version bump to 3.3.3:
  * various bugfixes
  * improved meta header support
- Add patch to build on Factory with boost 5.16.0:
  * wt-boost-1.56.0.patch

OBS-URL: https://build.opensuse.org/request/show/264049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=27
2014-12-05 20:04:42 +00:00
Tomáš Chvátal
86bb397427 - Add various missing dependencies and switches to ensure we build
against system libraries
- add -dbo-* subpackages for db connectors, thus our core does not
  pull in all various database providers
- Cleanup with spec cleaner
- Remove support for < 12.3 as it failed to build there anyway
- Use %cmake macro instead of directly calling %cmake
- Version bump to 3.3.3:
  * various bugfixes
  * improved meta header support
- Add patch to build on Factory with boost 5.16.0:
  * wt-boost-1.56.0.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=41
2014-12-04 15:28:58 +00:00
Stephan Kulow
04bf9c1292 Accepting request 230847 from devel:libraries:c_c++
Added _constraints file to prevent out of memory issue (sr#229467). (forwarded request 230033 from DarkSS)

OBS-URL: https://build.opensuse.org/request/show/230847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wt?expand=0&rev=25
2014-04-26 08:12:08 +00:00
Ismail Dönmez
16b97ee53f Accepting request 230033 from home:Reki:leechcraft:masterbranch
Added _constraints file to prevent out of memory issue (sr#229467).

OBS-URL: https://build.opensuse.org/request/show/230033
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=39
2014-04-19 14:38:10 +00:00
31bc8fda0e Accepting request 229086 from home:Reki:leechcraft:masterbranch
- Update to 3.3.2.
- Added SourceUrl.
- doxygen, firebird-devel, libharu-devel and pango-devel
  became required to build because of cmake warnings.
- Rpm_opt_flags became set via cmake option.
- DWT_CMAKE_FINDER_INSTALL_DIR cmake option became broken
  and was replaced by manual file moving.
- DBUILD_EXAMPLES cmake option was enabled
  because of FIXME comment at spec-file.
- DENABLE_EXT cmake option was enabled
  to satisfy leechcraft requirements.
- Don't package INSTALL file.
- RPM_BUILD_ROOT macro was replaced by buildroot.
- Let make be verbose: V=1.

No ideas about SLE :(

OBS-URL: https://build.opensuse.org/request/show/229086
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/wt?expand=0&rev=38
2014-04-09 09:57:47 +00:00