Package Release Info

libxpp-0.3.1-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libxpp-3
libxpp-devel

Change Logs

* Mon Aug 12 2024 Matthias Gerstner <matthias.gerstner@suse.com>
- update to version 0.3.1:
  * replace Git tarball by upstream release tarball
  * use proper SONAME (libxpp-0_2_0 wasn't the SONAME, now it is libxpp-3)
  * minor changes in the code:
  - consistently marm move ctors and operators as noexcept
  - improvements in the build system
  - use new libcosmos dependency
* Thu Mar 14 2024 matthias.gerstner@suse.com
- Update to version 0.2.0+git84fb050:
  * keyboard: add helper function to turn strings into KeySymID and InputModifier
* Wed Mar 06 2024 matthias.gerstner@suse.com
- Update to version 0.2.0+git4881bea:
  * global: replace cosmos and xpp #include with angle brackets
- rollback the "-debugsource" fix that didn't work as expected
* Tue Mar 05 2024 Matthias Gerstner <matthias.gerstner@suse.com>
- fix -debugsource package contents
* Fri Feb 16 2024 matthias.gerstner@suse.com
- Update to version 0.2.0+gitd141e4c:
  * buildsystem: use single quotes throughout
  * python files: flake8 fixes
  * gitignore: ignore all build trees
  * buildsystem: support not building docs
  * SConstruct: use new helper method to pull in libcosmos
  * XWindow: also export utf8_string getter
  * XCursor: support defining a cursor from pixmap data
  * Pixmap: support creating Pixmap from in-memory bitmap data
* Fri Feb 09 2024 matthias.gerstner@suse.com
- Update to version 8273a92:
  * global: harmonize naming scheme, rename X++ -> xpp
  * test/SConstruct: skip tests in non-graphical environments
  * props test: further limit which properties can be used
  * buildsystem: support building against libcosmos installed in the system
  * ClientMessageEvent: add specialization for _NET_WM_STATE handling
  * props test: make test more dynamic to find proper property
  * Event: support clearing the low level event structure with zeroes
  * update to newest libcosmos sub-module commit
  * doxygen.conf: remove deprecated tags and fix file path names
  * doxygen comments: replace \c commands by Markdown `` syntax.
* Wed Feb 07 2024 Matthias Gerstner <matthias.gerstner@suse.com>
- initial version of the package