diff --git a/openscad-2013.01.src.tar.gz b/openscad-2013.01.src.tar.gz deleted file mode 100644 index b1cd8d6..0000000 --- a/openscad-2013.01.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ef078b588c42f7ba873850f40a4695c6a47f3805d1560717dd3f98fe8082007 -size 3459766 diff --git a/openscad-2013.06.src.tar.gz b/openscad-2013.06.src.tar.gz new file mode 100644 index 0000000..65e4b08 --- /dev/null +++ b/openscad-2013.06.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f277a8c3e6a548272f95279e50de6d4a6d73552775ab7a33c7f837c8e59173df +size 4083085 diff --git a/openscad-syntax-highlighting.patch b/openscad-syntax-highlighting.patch new file mode 100644 index 0000000..56b7931 --- /dev/null +++ b/openscad-syntax-highlighting.patch @@ -0,0 +1,13 @@ +Index: openscad-2013.06/openscad.pro +=================================================================== +--- openscad-2013.06.orig/openscad.pro ++++ openscad-2013.06/openscad.pro +@@ -157,7 +157,7 @@ CONFIG += boost + CONFIG += eigen + + #Uncomment the following line to enable QCodeEdit +-#CONFIG += qcodeedit ++CONFIG += qcodeedit + + mdi { + DEFINES += ENABLE_MDI diff --git a/openscad.changes b/openscad.changes index 374db1c..1fc2df6 100644 --- a/openscad.changes +++ b/openscad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/openscad.spec b/openscad.spec index 3e477e2..22e1eb4 100644 --- a/openscad.spec +++ b/openscad.spec @@ -3,13 +3,14 @@ # Name: openscad -Version: 2013.01 +Version: 2013.06 Release: 1 License: GPLv2+ Summary: Programmers Solid 3D CAD Modeller Url: http://openscad.org/ Group: Productivity/Graphics/CAD Source: https://openscad.googlecode.com/files/openscad-%{version}.src.tar.gz +Patch0: %{name}-syntax-highlighting.patch BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: glew-devel @@ -42,6 +43,7 @@ movies. %prep %setup -q +%patch0 -p1 %build %if 0%{?suse_version}