]> git.pld-linux.org Git - packages/openscad.git/commitdiff
- up to 2021.01
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Jun 2022 22:59:38 +0000 (00:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 6 Jun 2022 22:59:38 +0000 (00:59 +0200)
boost-1.73.patch [deleted file]
gcc10.patch [deleted file]
localedir.patch
openscad.spec

diff --git a/boost-1.73.patch b/boost-1.73.patch
deleted file mode 100644 (file)
index 64b3d05..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- openscad-2019.05/src/import.cc~    2019-03-31 06:14:41.000000000 +0200
-+++ openscad-2019.05/src/import.cc     2020-08-08 01:19:22.113104409 +0200
-@@ -50,7 +50,6 @@
- #include <boost/assign/std/vector.hpp>
- using namespace boost::assign; // bring 'operator+=()' into scope
--#include <boost/detail/endian.hpp>
- #include <cstdint>
- extern PolySet * import_amf(std::string, const Location &loc);
diff --git a/gcc10.patch b/gcc10.patch
deleted file mode 100644 (file)
index 7b396a5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- openscad-2019.05/src/parser.y~     2019-04-07 17:45:27.000000000 +0200
-+++ openscad-2019.05/src/parser.y      2020-08-08 01:27:32.558842432 +0200
-@@ -46,6 +46,7 @@
- #include "printutils.h"
- #include "memory.h"
- #include <sstream>
-+#include <stack>
- #include <boost/filesystem.hpp>
- #include "boost-utils.h"
index 3d42b7407a1afd67cdb0e570cfc7633abbd2d188..e0524474e7eb48c17e9d0ffe28018b963c07ca45 100644 (file)
@@ -14,7 +14,7 @@
                bind_textdomain_codeset("openscad", "UTF-8");
                textdomain("openscad");
 -      } else {
--              PRINT("Could not initialize localization.");
+-              LOG(message_group::None,Location::NONE,"","Could not initialize localization.");
 -      }
  }
  
index c60a8d30e985a9321508bcf623d178872cd117e0..dab6cf7aefbce5c6719faeb6cace4fb60c313f27 100644 (file)
@@ -7,26 +7,24 @@
 %endif
 Summary:       The Programmers Solid 3D CAD Modeller
 Name:          openscad
-Version:       2019.05
-Release:       7
+Version:       2021.01
+Release:       1
 # COPYING contains a linking exception for CGAL
 # Appdata file is CC0
 # Examples are CC0
 License:       GPLv2 with exceptions and CC0
 Group:         Applications/Engineering
 Source0:       http://files.openscad.org/%{name}-%{version}.src.tar.gz
-# Source0-md5: 2b63e249d56e2eba62ed5b042e1d82bc
+# Source0-md5: 79f8e3a42bcfeeb3ddde9e5bc2311f76
 Patch0:                %{name}-polyclipping.patch
 Patch1:                localedir.patch
-Patch2:                boost-1.73.patch
-Patch3:                gcc10.patch
 URL:           http://www.openscad.org/
 BuildRequires: Qt5Network-devel
 BuildRequires: Qt5Concurrent-devel
 BuildRequires: Qt5Multimedia-devel
 BuildRequires: Qt5DBus-devel
 BuildRequires: Qt5PrintSupport-devel
-BuildRequires: CGAL-devel >= 3.6
+BuildRequires: CGAL-devel >= 4.9
 BuildRequires: ImageMagick
 BuildRequires: Mesa-dri-driver-swrast
 BuildRequires: bison >= 2.4
@@ -148,8 +146,6 @@ expect some API changes, however many things are already working.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 # use system package
 %{__rm} -r src/ext/polyclipping
This page took 0.147731 seconds and 4 git commands to generate.