forked from pool/openscad
Add patch to fix is_regular is not a member of fs OBS-URL: https://build.opensuse.org/request/show/1177116 OBS-URL: https://build.opensuse.org/package/show/graphics/openscad?expand=0&rev=48
285 lines
11 KiB
Plaintext
285 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 27 11:42:51 UTC 2024 - George <georgewoodall82@gmail.com>
|
|
|
|
- Add patch to fix is_regular is not a member of fs
|
|
+ fix_fs_error.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 4 10:02:04 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Rebase fix_build_with_cgal-5.4.patch
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 3 07:42:33 UTC 2022 - Samu Voutilainen <smar@smar.fi>
|
|
|
|
- Disable build with GCAL-5.4 or newer.
|
|
Upstream has dropped pre-cgal-5.0 support and with that, reworked
|
|
CGAL integration fully. Backporting relevant patches does not
|
|
make sense.
|
|
- Add patch to fix compilation with CGAL-5.4
|
|
+ fix_build_with_cgal-5.4.patch
|
|
- Add patch to fix compilation with newer Boost versions
|
|
+ fix_build_issue_with_overloaded_join.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 6 19:02:05 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Add patch to fix out-of-bounds memory access in DXF loader
|
|
+ CVE-2022-0496.patch (boo#1195568, CVE-2022-0496)
|
|
- Add patch to fix out-of-bounds memory access in comment parser
|
|
+ CVE-2022-0497.patch (boo#1195567, CVE-2022-0497)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 27 07:43:42 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
|
|
|
- Added patch fix_build_with_cgal-5.3.patch.
|
|
Upstream patch to fix build with CGAL-5.3.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 8 07:00:15 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
|
|
|
- Reintroduce memory-contraints macro %limit_build -m 2500.
|
|
Constraint memoryperjob is allowing too small workers for
|
|
the jobs it provides.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 6 05:08:29 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
|
|
|
- Increased memoryperjob constraint to 2500 MB.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 20 11:48:29 UTC 2021 - Samu Voutilainen <smar@smar.fi>
|
|
|
|
- Update to 2021.1 release
|
|
+ Language Features
|
|
* New
|
|
Add function literals
|
|
Add exponent function (e.g. 2^3)
|
|
Add convexity parameter to resize()
|
|
Add support for generic tail recursion
|
|
Add $vpf for viewport field of view
|
|
Add warnings for ranges with begin < end
|
|
Add warnings for matrix structure problems
|
|
* Changed
|
|
Allow random seeds to stick between rands() calls
|
|
Make comparison operators on mixed types return undef
|
|
Track reason for values turning undef
|
|
* Fixed
|
|
Fix Range precision
|
|
Fix empty geometry handling
|
|
Fix search order for imported modules
|
|
Improve internal handling of data values
|
|
Improve performance of array concatenation
|
|
Improve float accuracy of mirror matrix calculation
|
|
Improve polygon and polyhedron warnings/errors
|
|
+ Program Features
|
|
* GUI
|
|
Add jump to source code from 3D preview
|
|
Add Error-Log window for tracking errors and warnings
|
|
Add window menu to allow keyboard access to all docked windows
|
|
Enable default binary stl output, and ascii option
|
|
Show message in console when caches are flushed
|
|
Disable HTML rendering in console
|
|
Enable color scheme for CGAL 2D render
|
|
Simplified OpenCSG edge shader, with added smoothing
|
|
New and updated translations: Chinese, Armenian, French, Russian, Polish, German
|
|
* Editor
|
|
Edit multiple files in tabs
|
|
Switch tabs via Ctrl+Tab / Ctrl+Shift+Tab
|
|
Modify numbers via mouse scroll (when holding ALT)
|
|
Add auto-complete & call-tips for built-ins
|
|
Add configurable code snippets
|
|
Add (line) bookmarks
|
|
Add jump to error
|
|
Add support for line/block copy and move
|
|
Add convenience context menu to tab header
|
|
Open include<>/use<> files via inline link
|
|
Fix search highlight for utf8 text
|
|
Fix display of matches in search field
|
|
Add Find/Find Next/Find Previous to editor context menu
|
|
* Command line
|
|
Support reading scripts from STDIN
|
|
Support export to STDOUT
|
|
Add multi-export on command line
|
|
Add --animate command line option
|
|
Add --export-format command line option
|
|
Allow view-port variables in command-line mode
|
|
Allow export to .ast, .csg, .echo and .term in preview mode
|
|
Print statistics in cmdline mode as in GUI
|
|
* General
|
|
Add PDF export (single page only)
|
|
Add support for line-cap and line-join in SVG import
|
|
Add support stroke-linejoin in SVG import
|
|
Change CGAL Union to join least complex geometries first
|
|
Install start shortcut for all users on Windows
|
|
Install icons with defined sizes (e.g. required by flathub)
|
|
Switch to C++14 and allow usage of header-only CGAL
|
|
Add support for lib3MF v2.0 API
|
|
Update AppStream release info
|
|
- Ran spec through spec-cleaner
|
|
- removed boost_include.diff (upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 6 12:05:11 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- openGL is required but Arm uses openGL ES, so exclude %arm
|
|
and aarch64
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 2 08:10:59 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
|
|
|
|
- fix build with new C++ compilers, add boost_include.diff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 20 09:03:01 UTC 2020 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Use memoryperjob constraint instead of %limit_build macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 22 07:56:55 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Explicitly require libboost_thread-devel for building openscad.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 24 20:06:33 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Update to 2019.05 release
|
|
+ Language Features:
|
|
* New modules
|
|
assert() - stop script evaluation on failed constraints
|
|
let() - scoped assignment
|
|
* New functions
|
|
ord() - convert from character to Unicode code point
|
|
echo()
|
|
assert() - stop script evaluation on failed constraints
|
|
Type testing functions: is_undef(), is_list(), is_num(), is_bool(), is_string()
|
|
* New special variable: $preview variable which is set to true in preview mode
|
|
* List comprehension updates
|
|
Added if/else condition
|
|
Added each keyword
|
|
Added C-style for loop
|
|
Now allows looping over characters of a string
|
|
* rotate_extrude(): Added angle parameter to
|
|
* import() now supports SVG, 3MF and AMF
|
|
* color() now supports hex color codes
|
|
* Removed glide() and subdiv() which were never implemented
|
|
+ Program Features:
|
|
* Customizer: Allow parametrizing design parameters with GUI customization
|
|
* Support for using 3D-Mouse / Joystick / Gamepad input devices for controlling the 3D view
|
|
* 3D Printing support: Purchase from a print service partner or print to Octoprint
|
|
* New export file formats: SVG, 3MF, AMF
|
|
* Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows on macOS)
|
|
* Added --view cmd-line parameter
|
|
* Play sound notification on render complete
|
|
* Line numbers and filenames are now shown for many errors and warnings
|
|
* Hardwarning preference: Stop on first warning
|
|
* Hardwarning and assert now shows a stack trace
|
|
* New warnings
|
|
Module call parameterns don't match module declaration
|
|
Argument value of of range
|
|
Duplicate passed argument
|
|
Children passed to module not accepting children
|
|
Reference to inknown $special_variables
|
|
Duplicate assigment
|
|
* New translations: Ukrainian, Polish
|
|
- Updated BuildRequires:
|
|
- Drop glew-devel and some boost headers
|
|
- Add libspnav for 3D mouse, Qt5Multimedia for notifications
|
|
- Cleanup spec file, remove conditionals for Fedora (still targeting EOLed Qt4)
|
|
- Drop upstream patches:
|
|
openscad-git4fa5f0340a.patch
|
|
openscad-git_c68684f9520d.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 20 00:14:44 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
|
|
|
- Cleanup BuildRequires, sort, remove duplicates
|
|
- Fix Url:, openscad.org redirects to www.openscad.org
|
|
- Add openscad-git_c68684f9520d.patch, fix build with Boost 1.69
|
|
- Use %license, remove %defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 15 02:12:01 UTC 2017 - plinnell@opensuse.org
|
|
|
|
- Fix the BuildRequires to fix build on Factory/TW
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 13 07:59:42 UTC 2017 - idonmez@suse.com
|
|
|
|
- Change license to GPL-3.0+, see
|
|
https://github.com/openscad/openscad/issues/2059
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 11:25:47 UTC 2017 - jengelh@inai.de
|
|
|
|
- Remove useless %clean section
|
|
- Trim description
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 15 15:02:33 UTC 2017 - herbert@graeber-clan.de
|
|
|
|
- Add patch openscad-git4fa5f0340a.patch from upstream, to fix
|
|
build with newer Qt5 and gcc versions
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 22 23:39:01 UTC 2016 - herbert@graeber-clan.de
|
|
|
|
- Switch to Qt5
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 19 13:31:52 UTC 2015 - prusnak@opensuse.org
|
|
|
|
- updated to 2015.03-2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 21 21:15:27 UTC 2015 - prusnak@opensuse.org
|
|
|
|
- updated to 2015.03-1
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 11 10:48:57 UTC 2015 - prusnak@opensuse.org
|
|
|
|
- updated to 2015.03
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 10 00:31:52 UTC 2014 - prusnak@opensuse.org
|
|
|
|
- updated to 2014.03
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 19 09:14:01 UTC 2013 - prusnak@opensuse.org
|
|
|
|
- updated to 2013.06
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 13:45:01 UTC 2013 - prusnak@opensuse.org
|
|
|
|
- updated to 2013.01
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 23 12:52:11 UTC 2012 - prusnak@opensuse.org
|
|
|
|
- fix build (glu.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 8 16:40:47 UTC 2012 - prusnak@opensuse.org
|
|
|
|
- updated to 2011.12
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 7 12:11:13 UTC 2011 - prusnak@opensuse.org
|
|
|
|
- updated to 2011.06
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 13 14:46:17 UTC 2011 - prusnak@opensuse.org
|
|
|
|
- updated to 2011.04
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 13 13:19:53 UTC 2010 - prusnak@opensuse.org
|
|
|
|
- created package (2010.05)
|
|
|