File ptex.changes of Package ptex
------------------------------------------------------------------- Wed Aug 30 09:55:23 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net> - Escape dollars in pkgconfig file - Remove -devel dependency from main package ------------------------------------------------------------------- Thu Aug 3 14:27:23 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net> - Create a standalone library package with the correct naming - Package cmake files in devel package ------------------------------------------------------------------- Thu Jan 20 14:17:46 UTC 2022 - github-admin@disneyanimation.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 <unistd.h> 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 14:28:02 UTC 2020 - github-admin@disneyanimation.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 9 10:21:02 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net> - fix build with Tumbleweed - separate static library package - generate pkgconfig file ------------------------------------------------------------------- Mon Feb 17 01:11:23 UTC 2020 - Erico Mendonca <erico.mendonca@suse.com> - Initial OBS packaging.