Package Release Info

thrift-0.10.0-bp153.1.15

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libthrift-0_10_0
libthrift-devel
perl-thrift
python2-thrift
python3-thrift
thrift

Change Logs

Version: 0.10.0-bp152.3.20
* Thu Sep 12 2019 Vít?zslav ?í?ek <vcizek@suse.com>
- Add missing zlib build dependency which used to be pulled in
  by libopenssl-devel, the libthriftz subpackage won't get build
  without it (bsc#1149792)
Version: 0.10.0-bp150.2.3
* Fri Nov 10 2017 mpluskal@suse.com
- Enable python3 support as well
- Use naming of python subpackages that is consistent with current
  Factory conventions
* Wed Jun 14 2017 mpluskal@suse.com
- Update to version 0.10.0:
  * lots of changes, see provided CHANGES for details
  * fixes building with recent openss (boo#1042675)
- Switch from qt4 to qt5
* Thu Feb 02 2017 adam.majer@suse.de
- use individual libboost-*-devel packages instead of boost-devel
* Mon Jun 13 2016 mpluskal@suse.com
- Fix a typo in changelog
* Sat Apr 16 2016 mpluskal@suse.com
- Update to 0.9.3
  * numerous changes, see provided CHANGES for details
* Thu Mar 05 2015 mpluskal@suse.com
- Simplify buildconditions
* Mon Mar 02 2015 mpluskal@suse.com
- Disable building of static library
- Do not manually set LDFLAGS
* Mon Mar 02 2015 mpluskal@suse.com
- Remove obsolete patches
  * 0001-Add-missing-limits-header.patch
  * 0002-TNonblockingServer-TLibEventTransport.patch
  * 0003-TDenseProtocol.patch
- Update library name to match shlib naming policy
- Update to 0.9.2
  * numerous changes, see provide CHANGES for details
* Sat Feb 22 2014 opensuse@dstoecker.de
- enable perl and python packages
- remove extension patches
* Thu Feb 20 2014 opensuse@dstoecker.de
- update to 0.9.1
* Wed Sep 25 2013 d.desai@rtsgroup.net
- number of bytes written to transport and number of bytes
  returned from write() method was not same. Fixed this
  problem in TDenseProtocol.
* Thu Aug 15 2013 o.herrmann217@googlemail.com
- Extended 0002-TNonblockingServer-TLibEventTransport.patch to
  properly close TConnection when a client disconnects while
  still receiving updates from libevent.
* Wed Aug 07 2013 d.desai@rtsgroup.net
- Fixed multiple crashes in TNonblockingServer to work with lib_event.
* Fri Jun 21 2013 o.herrmann217@googlemail.com
- Changed 0002-TNonblockingServer-TLibEventTransport.patch to
  install new header file with automake.
* Thu Jun 20 2013 o.herrmann217@googlemail.com
- Replaced std::tr1::bind with boost::bind in TNonblockingServer
  to fix compilation error on RHEL 5.
* Thu Jun 20 2013 o.herrmann217@googlemail.com
- Removed BuildRequires for boost-static
* Thu Jun 20 2013 o.herrmann217@googlemail.com
- Created new patch for integrating external libevent clients in
  TNonblockingServer.
- Removed 0003-TNonblokingServer-release-handler-on-close.patch.
  It is now part of 0002-TNonblockingServer-TLibEventTransport.patch
* Tue May 14 2013 d.desai@rtsgroup.net
- Reverted changes for dependency of openssl for sles_11.
* Tue May 14 2013 d.desai@rtsgroup.net
- Added dependency of openssl for sles_11.
* Mon May 13 2013 d.desai@rtsgroup.net
- Created patch 0003 to release handler on close in
  TNonblockingServer