Hello community, here is the log from the commit of package openscad for openSUSE:Leap:15.2 checked in at 2020-04-02 16:47:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/openscad (Old) and /work/SRC/openSUSE:Leap:15.2/.openscad.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openscad" Thu Apr 2 16:47:28 2020 rev:12 rq:788429 version:2019.05 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/openscad/openscad.changes 2020-01-15 15:37:04.135012700 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.openscad.new.3248/openscad.changes 2020-04-02 16:47:30.573763521 +0200 @@ -1,0 +2,63 @@ +Sun Mar 22 07:56:55 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Explicitly require libboost_thread-devel for building openscad. + +------------------------------------------------------------------- +Mon Jun 24 20:06:33 UTC 2019 - Stefan Brüns <[email protected]> + +- 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 <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- openscad-2015.03-2.src.tar.gz openscad-git4fa5f0340a.patch New: ---- _constraints openscad-2019.05.src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openscad.spec ++++++ --- /var/tmp/diff_new_pack.wTT3vY/_old 2020-04-02 16:47:31.757764631 +0200 +++ /var/tmp/diff_new_pack.wTT3vY/_new 2020-04-02 16:47:31.757764631 +0200 @@ -1,7 +1,7 @@ # # spec file for package openscad # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,57 +12,44 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: openscad -Version: 2015.03 +Version: 2019.05 Release: 0 Summary: Programmers Solid 3D CAD Modeller -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Graphics/CAD -Url: http://openscad.org/ -Source: http://files.openscad.org/%{name}-%{version}-2.src.tar.gz -#PATCH-FIX-UPSTREAM openscad-git4fa5f0340a.patch -- Fix Build with Qt 5.7.1 -Patch0: openscad-git4fa5f0340a.patch +Url: https://www.openscad.org/ +Source: https://files.openscad.org/%{name}-%{version}.src.tar.gz +BuildRequires: bison +BuildRequires: double-conversion-devel +BuildRequires: eigen3-devel BuildRequires: flex +BuildRequires: fontconfig-devel +BuildRequires: freetype2-devel BuildRequires: gcc-c++ -BuildRequires: glew-devel BuildRequires: harfbuzz-devel +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_program_options-devel +BuildRequires: libboost_regex-devel +BuildRequires: libboost_thread-devel BuildRequires: libcgal-devel -BuildRequires: opencsg-devel -BuildRequires: freetype2-devel -BuildRequires: harfbuzz-devel -BuildRequires: boost-devel -%if 0%{?suse_version} -BuildRequires: Mesa-devel -BuildRequires: bison -BuildRequires: libeigen3-devel BuildRequires: libqscintilla-qt5-devel +BuildRequires: libspnav-devel +BuildRequires: memory-constraints +BuildRequires: opencsg-devel BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(Qt5Multimedia) BuildRequires: pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: fontconfig-devel -BuildRequires: libboost_thread-devel -BuildRequires: libboost_program_options-devel -BuildRequires: libboost_filesystem-devel -BuildRequires: libboost_system-devel -BuildRequires: libboost_regex-devel - - -%endif -%if 0%{?fedora_version} -BuildRequires: byacc -BuildRequires: eigen3-devel -BuildRequires: mesa-libGL-devel -BuildRequires: mesa-libGLU-devel -BuildRequires: qscintilla-devel -BuildRequires: qt-devel -%endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libzip) %description OpenSCAD is a software for creating solid 3D CAD objects. It does not @@ -71,33 +58,30 @@ aspects, e.g. modelling of machine parts. %prep -%setup -q -n %{name}-%{version}-2 -%patch0 -p1 +%setup -q -n %{name}-%{version} %build -%if 0%{?suse_version} qmake-qt5 PREFIX=%{_prefix} QMAKE_CXXFLAGS="%{optflags}" CONFIG+=qopenglwidget -%endif -%if 0%{?fedora_version} -qmake-qt4 PREFIX=%{_prefix} -%endif -make # %{?_smp_mflags} # don't use parallel build +%limit_build -m 2200 +make %{?_smp_mflags} %install make INSTALL_ROOT=%{buildroot} install install -D -m 0644 doc/openscad.1 %{buildroot}%{_mandir}/man1/openscad.1 +# remove bundled liberation fonts +rm -rf %{buildroot}%{_datadir}/openscad/fonts %find_lang %{name} %files -f %{name}.lang -%defattr(-,root,root) -%doc COPYING README.md RELEASE_NOTES doc/*.pdf +%doc README.md doc/*.pdf +%license COPYING %{_bindir}/openscad %{_datadir}/openscad/ %{_datadir}/applications/openscad.desktop %{_datadir}/pixmaps/openscad.png %{_mandir}/man1/* -%dir %{_datadir}/appdata -%{_datadir}/appdata/openscad.appdata.xml +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/org.openscad.OpenSCAD.appdata.xml %{_datadir}/mime/packages/openscad.xml %changelog ++++++ _constraints ++++++ <constraints> <hardware> <physicalmemory> <size unit="G">3</size> </physicalmemory> <memory> <size unit="G">5</size> </memory> </hardware> </constraints> ++++++ openscad-2015.03-2.src.tar.gz -> openscad-2019.05.src.tar.gz ++++++ /work/SRC/openSUSE:Leap:15.2/openscad/openscad-2015.03-2.src.tar.gz /work/SRC/openSUSE:Leap:15.2/.openscad.new.3248/openscad-2019.05.src.tar.gz differ: char 5, line 1
