Changelog for
libPtex2_4-2.4.1-11.14.x86_64.rpm :
* Wed Aug 30 2023 Hans-Peter Jansen
- Escape dollars in pkgconfig file- Remove -devel dependency from main package
* Thu Aug 03 2023 Hans-Peter Jansen - Create a standalone library package with the correct naming- Package cmake files in devel package
* Thu Jan 20 2022 github-adminAATTdisneyanimation.com- Update to version v2.4.1:
* CI/CD: remove Travis-CI integration
* CI/CD: add github actions for Linux and Windows
* tests: use the binary location for test executables
* Makefile: add variables for controlling static and shared libraries
* tests: retire the run_test.py script
* PtexExports: Windows typofix for __declspec
* ptex: move __declspec(dllimport) to the Windows section
* build: restore DLL import declarations while retaining static lib usage
* cmake: remove inclusion of ptex-config-version.cmake
* cmake: include CMakeFindDependencyMacro for find_dependency()
* cmake: use find_dependency() in ptex-config.cmake
* build: rename ptex-version.cmake to ptex-config-version.cmake
* CMakeLists.txt: update hard-coded fallback version to v2.4.X
* Fix for static library build on Windows
* API: export PtexUtils symbols
* API: install PtexPlatform.h
* maint: remove unneeded files
* PtexUtils.cpp: avoid implicit conversions
* headers: provide API visibility macros in PtexExports.h
* PtexPlatform.h: rename #define WINDOWS to PTEX_PLATFORM_WINDOWS
* cmake: limit definition of PTEX_EXPORTS to the dynamic library
* cmake: use hidden visibility by default
* cmake: add a SOVERSION for libPtex
* Fix for missing API guard
* doc: use mathjax to render math forumulas
* doxygen: remove obsolete configuration options
* Makefile: expose \"make doxygen\" for running doxygen
* doc: make the license file easier to find
* rpm packaging: correct license identifier
* Include for macOS in order to build on macOS 11.0
* Include documentation build dependencies in README.
* Fix broken link
* build: prefer static libraries for tools and tests
* cmake: use find_package to setup pthreads
* Minor formatting proposals
* travis: install ptex during the test process
* travis: add an integration for running tests with Travis CI
* README.md: add notes about testing, releases, and the gh-pages branch
* tests: add a script to check the version in CMakeLists.txt
* cmake: add a fallback version when git is unavailable
* Makefile: print test output when tests fails
* README: rename to .md for markdown- Provide libver macro- Remove unused Python build dep- Fix license file- Run spec through spec-cleaner
* Thu Jul 09 2020 github-adminAATTdisneyanimation.com- Update to version v2.3.2:
* cmake: use pkg-config to find zlib
* cmake: resolve symlinks when using find_package()
* build: allow controlling the C++ standard via $CXXFLAGS_STD
* cmake: trivial cleanup
* build: enable C++98 using CMAKE_CXX_STANDARD
* Further diligence for the windows atomic macros to guard against errors when y is a complicated expression.
* Add parentheses to atomic add and subtract macros to prevent devious bugs.
* Windows InterlockedExchangeAdd functions return the initial value of the addend rather than the new value like __sync_add_and_fetch. Updated the platform atomic add/subtract macros so the new value is returned on each platform.
* build: modernize cmake usage
* Thu Jul 09 2020 Hans-Peter Jansen - fix build with Tumbleweed- separate static library package- generate pkgconfig file
* Mon Feb 17 2020 Erico Mendonca - Initial OBS packaging.