f792966609
intersection tests. This allows the 32bit version of the package to be built with GCC14. If the request is ok, please forward it to factory soon so that it is ready when the default compiler is switched. OBS-URL: https://build.opensuse.org/package/show/graphics/lib2geom?expand=0&rev=23
107 lines
4.1 KiB
Plaintext
107 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Aug 9 11:24:22 UTC 2024 - Filip Kastl <filip.kastl@suse.com>
|
|
|
|
- Add skip_failing_tests_gcc14.diff to fix more instable
|
|
intersection tests. This allows the 32bit version of the package
|
|
to be built with GCC14.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 23 13:38:04 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Add -DNDEBUG to CFLAGS explicitly, since the i586 build depends
|
|
on it.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 27 20:40:32 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- add skip_failing_tests.diff to fix instable intersection tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 21:11:01 UTC 2023 - thod_@gmx.de
|
|
|
|
- Update to version 1.3
|
|
* In-place expansion of bounding boxes
|
|
* Enhancements to the Path class
|
|
* See the full release notes
|
|
https://gitlab.com/inkscape/lib2geom/-/releases/1.3
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 2 10:46:51 UTC 2023 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Use -fexcess-precision=fast as GCC 13 changes the default
|
|
for C++ compiler and without the change some tests fail on i586.
|
|
More info can be seen here:
|
|
https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 18 14:52:12 UTC 2022 - thod_@gmx.de
|
|
|
|
- Update to version 1.2.2
|
|
* Remove assertions in the intersection routine for EllipticalArc
|
|
* fix-floating-point-epsilon-in-tests-i586.patch fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 28 10:16:01 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Add patch to fix libdir in pkgconfig file and to install it to
|
|
the right location under %{_libdir}/pkgconfig instead of
|
|
%{_prefix}/lib/pkgconfig which is being used by upstream:
|
|
* fix-pkgconfig-libdir-path.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 16 07:47:47 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Use -DCMAKE_SKIP_RPATH:BOOL=OFF so rpath is set on tests and they
|
|
can find the library in the build directory. Also use
|
|
-DCMAKE_SKIP_INSTALL_RPATHS:BOOL=ON so rpaths are not set in
|
|
installed files.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 15 16:25:05 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Add patch to fix a floating point error when running tests on
|
|
i586:
|
|
* fix-floating-point-epsilon-in-tests-i586.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 15 07:53:25 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Update to version 1.1:
|
|
* 2Geom v1.1 is not ABI compatible with v1.0, it switches
|
|
from boost::optional to std::optional.
|
|
* Add Geom::Parallelogram
|
|
* Add Geom::PathIteratorSink::inPath()
|
|
* Add Geom::are_near_rel() for Geom::Point
|
|
* Move headers to include directory
|
|
* Make build system git submodule friendly
|
|
* Fix Python 3 support (py2geom)
|
|
* Remove Python 2 support (py2geom)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 5 07:15:56 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
|
|
|
- Cleanup spec file
|
|
* don't use _service, spectool can download the sources
|
|
* fix install location of the library
|
|
* use macros more consistently
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 04 22:14:56 UTC 2020 - andythe_great@pm.me
|
|
|
|
- Update to version 1.0:
|
|
* Release version 1.0
|
|
* Stabilize API for upcoming release
|
|
* Embed googletest in source tree.
|
|
* Remove googletest as submodule
|
|
* README: Fix path to toys dir
|
|
* NEWS: Initial draft of a release announcement for 1.0
|
|
* Fix crash in itemBounds returns an empty interval when the bounds are undefined
|
|
* CMake/py2geom: Remove broken/unnecessary win32-specific code
|
|
* CMake/py2geom: Make compatible with Boost versions lower than 1.67
|
|
* Proper depends
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 4 21:57:40 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Initial package release.
|