f39a9fe
Name:           openscad
f1d7001
Version:        2021.01
3dfc854
%global upversion %{version}
37c80be
Release:        10%{?dist}
f39a9fe
Summary:        The Programmers Solid 3D CAD Modeller
f39a9fe
# COPYING contains a linking exception for CGAL
64379bf
# Appdata file is CC0
64379bf
# Examples are CC0
59ca548
License:        GPLv2 with exceptions and CC0
258ea83
URL:            http://www.%{name}.org/
3dfc854
Source0:        http://files.%{name}.org/%{name}-%{upversion}.src.tar.gz
c754483
Patch0:         %{name}-polyclipping.patch
b7ae333
66bb55a
# CGAL 5.3 fixes from https://github.com/openscad/openscad/pull/3844
66bb55a
Patch1:         %{name}-cgal5.3.patch
66bb55a
b7ae333
# Upstream backports:
b7ae333
%global github  https://github.com/openscad/openscad
b7ae333
1fd845a
# https://github.com/openscad/openscad/commit/9b79576c1ee9d57d0f4a5de5c1365bb87c548f36
1fd845a
Patch2:         %{name}-2021.01-fix-overloaded-join.patch
1fd845a
# https://github.com/openscad/openscad/commit/71f2831c0484c3f35cbf44e1d1dc2c857384100b
1fd845a
Patch3:         %{name}-2021.01-cgal-build-fix.patch
93f9ef1
# https://github.com/openscad/openscad/commit/770e3234cbfe66edbc0333f796b46d36a74aa652
93f9ef1
Patch4:         CVE-2022-0496.patch
93f9ef1
# https://github.com/openscad/openscad/commit/84addf3c1efbd51d8ff424b7da276400bbfa1a4b
93f9ef1
Patch5:         CVE-2022-0497.patch
b7ae333
4332188
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
4332188
%if 0%{?fedora} >= 37 || 0%{?rhel} >= 10
4332188
ExcludeArch:    %{ix86}
4332188
%endif
4332188
840c473
BuildRequires:  CGAL-devel >= 3.6
840c473
BuildRequires:  ImageMagick
840c473
BuildRequires:  Xvfb
f39a9fe
BuildRequires:  bison >= 2.4
64379bf
BuildRequires:  boost-devel >= 1.35
37c80be
BuildRequires:  cairo-devel
840c473
BuildRequires:  desktop-file-utils
3dfc854
BuildRequires:  double-conversion-devel
9ff7538
BuildRequires:  eigen3-devel
840c473
BuildRequires:  flex >= 2.5.35
64379bf
BuildRequires:  freetype-devel >= 2.4
64379bf
BuildRequires:  fontconfig-devel >= 2.10
ed81f92
BuildRequires:  gcc-c++
64379bf
BuildRequires:  gettext
28ed5e9
BuildRequires:  git-core
f39a9fe
BuildRequires:  glew-devel >= 1.6
840c473
BuildRequires:  glib2-devel
840c473
BuildRequires:  gmp-devel >= 5.0.0
64379bf
BuildRequires:  harfbuzz-devel >= 0.9.19
34d0e70
BuildRequires:  libxml2-devel
f1d7001
BuildRequires:  make
840c473
BuildRequires:  mesa-dri-drivers
840c473
BuildRequires:  mpfr-devel >= 3.0.0
f39a9fe
BuildRequires:  opencsg-devel >= 1.3.2
258ea83
BuildRequires:  polyclipping-devel >= 6.1.3
840c473
BuildRequires:  procps-ng
34d0e70
BuildRequires:  python3-devel
e93168a
BuildRequires:  qt5-qtbase-devel
0d7ce36
BuildRequires:  qt5-qtgamepad-devel
e93168a
BuildRequires:  qt5-qtmultimedia-devel
0d7ce36
BuildRequires:  qscintilla-qt5-devel
34d0e70
BuildRequires:  pkgconfig(libzip)
64379bf
Requires:       font(liberationmono)
64379bf
Requires:       font(liberationsans)
64379bf
Requires:       font(liberationserif)
f1d7001
Requires:       hicolor-icon-theme
1b6ccb2
Recommends:     %{name}-MCAD = %{version}-%{release}
f39a9fe
f1d7001
%bcond_without 3mf
85645bc
%if %{with 3mf}
85645bc
BuildRequires:  lib3mf-devel
85645bc
%endif
85645bc
f39a9fe
%description
f39a9fe
OpenSCAD is a software for creating solid 3D CAD objects.
f39a9fe
Unlike most free software for creating 3D models (such as the famous
f39a9fe
application Blender) it does not focus on the artistic aspects of 3D
f39a9fe
modeling but instead on the CAD aspects. Thus it might be the application
f39a9fe
you are looking for when you are planning to create 3D models of machine
f39a9fe
parts but pretty sure is not what you are looking for when you are more
f39a9fe
interested in creating computer-animated movies.
f39a9fe
64379bf
64379bf
###############################################
64379bf
%package        MCAD
64379bf
Summary:        OpenSCAD Parametric CAD Library
64379bf
License:        LGPLv2+ and LGPLv2 and LGPLv3+ and (GPLv3 or LGPLv2) and (GPLv3+ or LGPLv2) and (CC-BY-SA or LGPLv2+) and (CC-BY-SA or LGPLv2) and CC-BY and BSD and MIT and Public Domain
64379bf
URL:            https://www.github.com/openscad/MCAD
75b0fde
Requires:       %{name} = %{version}-%{release}
64379bf
BuildArch:      noarch
64379bf
64379bf
%description    MCAD
64379bf
This library contains components commonly used in designing and moching up
64379bf
mechanical designs. It is currently unfinished and you can expect some API
64379bf
changes, however many things are already working.
64379bf
64379bf
### LICENSES:
64379bf
64379bf
##  LGPLv2+:
64379bf
#   2Dshapes.scad
64379bf
#   3d_triangle.scad
64379bf
#   fonts.scad
64379bf
#   gridbeam.scad
64379bf
#   hardware.scad
64379bf
#   libtriangles.scad
64379bf
#   multiply.scad
64379bf
#   shapes.scad
64379bf
#   screw.scad
64379bf
64379bf
##  LGPLv2:
64379bf
#   gears.scad
64379bf
#   involute_gears.scad
64379bf
#   servos.scad
64379bf
#   transformations.scad
64379bf
#   triangles.scad
64379bf
#   unregular_shapes.scad
64379bf
#   bitmap/letter_necklace.scad
64379bf
64379bf
##  LGPLv3+:
64379bf
#   teardrop.scad
64379bf
64379bf
##  GPLv3 or LGPLv2:
64379bf
#   motors.scad
64379bf
#   nuts_and_bolts.scad
64379bf
64379bf
64379bf
##  GPLv3+ or LGPLv2:
64379bf
#   metric_fastners.scad
64379bf
#   regular_shapes.scad
64379bf
64379bf
##  CC-BY-SA or LGPLv2+:
64379bf
#   bearing.scad
64379bf
#   materials.scad
64379bf
#   stepper.scad
64379bf
#   utilities.scad
64379bf
64379bf
##  CC-BY-SA or LGPLv2:
64379bf
#   units.scad
64379bf
64379bf
##  CC-BY:
64379bf
#   polyholes.scad
64379bf
#   bitmap/alphabet_block.scad
64379bf
#   bitmap/bitmap.scad
64379bf
#   bitmap/height_map.scad
64379bf
#   bitmap/name_tag.scad
64379bf
64379bf
## BSD
64379bf
#   boxes.scad
64379bf
64379bf
## MIT
64379bf
#   constants.scad
64379bf
#   curves.scad
64379bf
#   math.scad
64379bf
64379bf
## Public Domain
64379bf
#   lego_compatibility.scad
64379bf
#   trochoids.scad
64379bf
64379bf
###############################################
64379bf
f39a9fe
%prep
3dfc854
%autosetup -n %{name}-%{upversion} -p1 -S git
f39a9fe
c754483
# Unbundle polyclipping
34d0e70
rm src/ext/polyclipping -rf
c754483
6e164c2
# Remove unwanted things from MCAD, such as nonworking Python tests
6e164c2
pushd libraries/MCAD
34d0e70
for FILE in *.py; do
6e164c2
  rm -r $FILE
6e164c2
done
6e164c2
mv bitmap/README bitmap-README
6e164c2
popd
6e164c2
6e164c2
# Tests cmake check for MCAD by probing libraries/MCAD/__init__.py
6e164c2
# But we've just removed it
6e164c2
sed -i 's@MCAD/__init__.py@MCAD/gears.scad@' tests/CMakeLists.txt
6e164c2
f39a9fe
%build
508b0a8
%{qmake_qt5} PREFIX=%{_prefix} VERSION=%{upversion} CONFIG-=debug
d7b6ed7
%make_build
f39a9fe
ae178de
# tests
ae178de
cd tests
f1d7001
cmake -DPYTHON_EXECUTABLE:STRING=%{python3} .
d7b6ed7
%make_build
ae178de
cd -
ae178de
f39a9fe
%install
ad667fd
make install INSTALL_ROOT=%{buildroot}
64379bf
rm -rf %{buildroot}%{_datadir}/%{name}/fonts
64379bf
%find_lang %{name}
840c473
f1d7001
for FILE in .gitignore lgpl-2.1.txt README.markdown TODO bitmap-README; do
6e164c2
  rm %{buildroot}%{_datadir}/%{name}/libraries/MCAD/$FILE
6e164c2
done
da5c9e6
f39a9fe
%check
f39a9fe
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
f39a9fe
ad667fd
# tests
ad667fd
cd tests
64379bf
ctest %{?_smp_mflags} || : # let the tests fail, as they probably won't work in Koji
ad667fd
cd -
ad667fd
64379bf
%files -f %{name}.lang
64379bf
%license COPYING
34d0e70
%doc README.md RELEASE_NOTES.md
f39a9fe
%attr(755,root,root) %{_bindir}/%{name}
34d0e70
%{_datadir}/metainfo/*.xml
f39a9fe
%{_datadir}/applications/%{name}.desktop
f1d7001
%{_datadir}/icons/hicolor/*/apps/%{name}.png
64379bf
%{_datadir}/mime/packages/%{name}.xml
f39a9fe
%dir %{_datadir}/%{name}
f1d7001
%{_datadir}/%{name}/examples/
f1d7001
%{_datadir}/%{name}/color-schemes/
64379bf
%dir %{_datadir}/%{name}/locale
f39a9fe
%dir %{_datadir}/%{name}/libraries
f1d7001
%{_datadir}/%{name}/templates/
f39a9fe
%{_mandir}/man1/*
f39a9fe
64379bf
%files MCAD
64379bf
%license libraries/MCAD/lgpl-2.1.txt
6e164c2
%doc libraries/MCAD/README.markdown
6e164c2
%doc libraries/MCAD/TODO
6e164c2
%doc libraries/MCAD/bitmap-README
6e164c2
%dir %{_datadir}/%{name}/libraries/MCAD
6e164c2
%dir %{_datadir}/%{name}/libraries/MCAD/bitmap
6e164c2
%{_datadir}/%{name}/libraries/MCAD/*.scad
6e164c2
%{_datadir}/%{name}/libraries/MCAD/bitmap/*.scad
64379bf
f39a9fe
%changelog
37c80be
* Tue Jun 28 2022 Miro Hrončok <mhroncok@redhat.com> - 2021.01-10
37c80be
- Enable PDF export
37c80be
- Fixes: rhbz#2101338
37c80be
d1150a7
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 2021.01-9
d1150a7
- Rebuilt for Boost 1.78
d1150a7
93f9ef1
* Tue Apr 05 2022 Lumír Balhar <lbalhar@redhat.com> - 2021.01-8
93f9ef1
- Security fixes for CVE-2022-0496 and CVE-2022-0497
93f9ef1
- Fixes: rhbz#2050696 rhbz#2050700
93f9ef1
1fd845a
* Fri Feb 11 2022 Tom Callaway <spot@fedoraproject.org> - 2021.01-7
1fd845a
- apply upstream fix for build issue with overloaded join()
1fd845a
- fix build against new CGAL 5.4
1fd845a
689c096
* Thu Feb 10 2022 Orion Poplawski <orion@nwra.com> - 2021.01-6
689c096
- Rebuild for glew 2.2
689c096
954953b
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2021.01-5
954953b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
954953b
b0b7ae8
* Sat Aug 07 2021 Jonathan Wakely <jwakely@redhat.com> - 2021.01-4
b0b7ae8
- Rebuilt for Boost 1.76
b0b7ae8
66bb55a
* Mon Aug 02 2021 Miro Hrončok <mhroncok@redhat.com> - 2021.01-3
66bb55a
- Rebuilt with CGAL 5.3
66bb55a
- Fixes: rhbz#1987777
66bb55a
01a53d6
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2021.01-2
01a53d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
01a53d6
f1d7001
* Fri Feb 19 2021 Miro Hrončok <mhroncok@redhat.com> - 2021.01-1
f1d7001
- Update to 2021.01
f1d7001
- Enable 3mf support
f1d7001
- Fixes: rhbz#1904759
f1d7001
9e700b4
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2019.05-14
9e700b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9e700b4
8e58566
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 2019.05-13
8e58566
- Rebuilt for Boost 1.75
8e58566
24ad5ea
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.05-12
24ad5ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
24ad5ea
2a247b2
* Wed Jun 03 2020 Jonathan Wakely <jwakely@redhat.com> - 2019.05-11
2a247b2
- Rebuilt and patched for Boost 1.73.0 (#1841257)
2a247b2
e93168a
* Tue Apr 21 2020 Miro Hrončok <mhroncok@redhat.com> - 2019.05-10
e93168a
- Fix broken build dependency on removed qt5-devel metapackage
e93168a
407ac97
* Sat Mar 28 2020 Miro Hrončok <mhroncok@redhat.com> - 2019.05-9
407ac97
- Rebuilt to fix a crash on startup
407ac97
675cd72
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2019.05-8
675cd72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
675cd72
baad86d
* Wed Oct  9 2019 Jerry James <loganjerry@gmail.com> - 2019.05-7
baad86d
- Rebuild for mpfr 4
baad86d
2c0aa47
* Wed Oct 02 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.05-6
2c0aa47
- Rebuilt for CGAL becoming header only
3a75a97
- Add a patch to the QMake configuration, for CGAL 5.0
2c0aa47
033df4d
* Sun Sep 22 2019 Orion Poplawski <orion@nwra.com>
033df4d
- Rebuild for double-conversion 3.1.5
033df4d
6e1c0d0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2019.05-4
6e1c0d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6e1c0d0
b7ae333
* Mon Jun 24 2019 Miro Hrončok <mhroncok@redhat.com> - 2019.05-3
b7ae333
- Fix crash with empty imported STL/PNG (#1717625)
508b0a8
- Don't build in debug mode (it impacts performance)
b7ae333
0d7ce36
* Thu May 23 2019 Ivan Mironov <mironov.ivan@gmail.com> - 2019.05-2
0d7ce36
- Switch to Qt5 (this enables OctoPrint support)
0d7ce36
- Add dependency on Qt Gamepad (enables gamepad support)
0d7ce36
3dfc854
* Mon May 20 2019 Jason L Tibbitts III <tibbs@math.uh.edu> - 2019.05-1
3dfc854
- Update to 2019.05.
3dfc854
- New build dependency double-conversion.
3dfc854
34d0e70
* Thu Feb 28 2019 Tom Callaway <spot@fedoraproject.org> - 2019.01~RC2-1
34d0e70
- 2019.01-RC2
34d0e70
1a3fc19
* Sun Feb 17 2019 Rex Dieter <rdieter@fedoraproject.org> - 2015.03.3-22
1a3fc19
- rebuild (qscintilla)
1a3fc19
d7b6ed7
* Tue Feb 12 2019 Rex Dieter <rdieter@fedoraproject.org> - 2015.03.3-21
d7b6ed7
- rebuild (qscintilla)
d7b6ed7
- use %%make_build
d7b6ed7
a141c78
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2015.03.3-20
a141c78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a141c78
77304e1
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 2015.03.3-19
77304e1
- Rebuilt for Boost 1.69
77304e1
3f802a5
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 2015.03.3-18
3f802a5
- Rebuilt for glew 2.1.0
3f802a5
fa618e4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2015.03.3-17
fa618e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
fa618e4
28ed5e9
* Sat Apr 21 2018 Miro Hrončok <mhroncok@redhat.com> - 2015.03.3-16
28ed5e9
- Fix SIGABRT (#1563897)
28ed5e9
6e164c2
* Thu Apr 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2015.03.3-15
6e164c2
- Make sure what's shipped with MCAD, don't bring in python2 dependency
bbc06f5
- Run the tests with python2 explicitly
6e164c2
1ab44ea
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2015.03.3-14
1ab44ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1ab44ea
cb2f50a
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 2015.03.3-13
cb2f50a
- Rebuilt for Boost 1.66
cb2f50a
8bd0387
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2015.03.3-12
8bd0387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8bd0387
7ddcbaa
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2015.03.3-11
7ddcbaa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7ddcbaa
b5b7f31
* Tue Jul 18 2017 Jonathan Wakely <jwakely@redhat.com> - 2015.03.3-10
b5b7f31
- Rebuilt for Boost 1.64
b5b7f31
d724680
* Sun Jun 04 2017 Miro Hrončok <mhroncok@redhat.com> - 2015.03.3-9
d724680
- Rebuilt for new CGAL
d724680
91eaa20
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.03.3-8
91eaa20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
91eaa20
Rex Dieter 262cf66
* Mon Feb 20 2017 Rex Dieter <rdieter@fedoraproject.org> - 2015.03.3-7
Rex Dieter 262cf66
- rebuild (qscintilla)
Rex Dieter 262cf66
8cf38ca
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2015.03.3-6
8cf38ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8cf38ca
9115d35
* Sat Jan 28 2017 Jonathan Wakely <jwakely@redhat.com> - 2015.03.3-5
9115d35
- Rebuilt for Boost 1.63
9115d35
b6f9644
* Tue Jan 10 2017 Miro Hrončok <mhroncok@redhat.com> - 2015.03.3-4
b6f9644
- Rebuilt for new libGLEW.so.2.0
b6f9644
79e5a66
* Wed Dec 28 2016 Rich Mattes <richmattes@gmail.com> - 2015.03.3-3
79e5a66
- Rebuild for eigen3-3.3.1
79e5a66
c0ab0d0
* Wed Sep 21 2016 Miro Hrončok <mhroncok@redhat.com> - 2015.03.3-2
c0ab0d0
- Rebuilt for new CGAL 4.9
c0ab0d0
1b6ccb2
* Sun Sep 18 2016 Miro Hrončok <mhroncok@redhat.com> - 2015.03.3-1
1b6ccb2
- New upstream version 2015.03-3
1b6ccb2
- Recommends MCAD from the main package
1b6ccb2
2dbe539
* Sun Sep 18 2016 Miro Hrončok <mhroncok@redhat.com> - 2015.03.2-9
2dbe539
- Rebuilt for new polyclipping (#1159525)
2dbe539
05f2069
* Thu Sep 15 2016 Miro Hrončok <mhroncok@redhat.com> - 2015.03.2-8
05f2069
- Rebuilt for new opencsg version 1.4.1
05f2069
3803b71
* Tue May 17 2016 Jonathan Wakely <jwakely@redhat.com> - 2015.03.2-7
3803b71
- Rebuilt for linker errors in boost (#1331983)
3803b71
454d719
* Sun Apr 10 2016 Miro Hrončok <mhroncok@redhat.com> - 2015.03.2-6
454d719
- Rebuilt with new gcc, fix FTBFS (#1305220)
454d719
04c7d1f
* Wed Feb 03 2016 Miro Hrončok <mhroncok@redhat.com> - 2015.03.2-5
04c7d1f
- Rebuilt for Boost 1.60 (again?)
04c7d1f
Rex Dieter 260a5d9
* Mon Jan 18 2016 Rex Dieter <rdieter@fedoraproject.org> 2015.03.2-4
Rex Dieter 260a5d9
- use %%qmake_qt4 macro
Rex Dieter 260a5d9
30dbb89
* Sat Jan 16 2016 Jonathan Wakely <jwakely@redhat.com> - 2015.03.2-3
30dbb89
- Rebuilt for Boost 1.60
30dbb89
d8ef42b
* Thu Jan 14 2016 Adam Jackson <ajax@redhat.com> - 2015.03.2-2
d8ef42b
- Rebuild for glew 1.13
d8ef42b
c6a9bb9
* Thu Nov 19 2015 Miro Hrončok <mhroncok@redhat.com> - 2015.03.2-1
c6a9bb9
- New upstream version 2015.03-2
c6a9bb9
48cf6df
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 2015.03.1-5
48cf6df
- Rebuilt for Boost 1.59
48cf6df
4c371f3
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.03.1-4
4c371f3
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
4c371f3
2d3a9e1
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 2015.03.1-3
2d3a9e1
- rebuild for Boost 1.58
2d3a9e1
8d30c0b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2015.03.1-2
8d30c0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8d30c0b
fde78d3
* Wed Apr 22 2015 Miro Hrončok <mhroncok@redhat.com> - 2015.03.1-1
fde78d3
- New upstream version 2015.03-1
fde78d3
Rex Dieter 1fb102d
* Mon Apr 20 2015 Rex Dieter <rdieter@fedoraproject.org> 2015.03-2
Rex Dieter 1fb102d
- rebuild (qscintilla), BR: qt4-devel
Rex Dieter 1fb102d
258ea83
* Tue Mar 17 2015 Miro Hrončok <mhroncok@redhat.com> - 2015.03-1
258ea83
- New stable version 2015.03§
258ea83
1b9642f
* Wed Feb 25 2015 Miro Hrončok <mhroncok@redhat.com> - 2015.02-0.2.RC3
1b9642f
- Rebuilt for new CGAL
1b9642f
64379bf
* Sun Feb 22 2015 Miro Hrončok <mhroncok@redhat.com> - 2015.02-0.1.RC3
64379bf
- New RC version of 2015.02
64379bf
- Build MCAD as a subpackage
c754483
- Unbundle polyclipping
64379bf
Petr Machata 3e2acec
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 2014.03-7
Petr Machata 3e2acec
- Rebuild for boost 1.57.0
Petr Machata 3e2acec
507385a
* Tue Sep 23 2014 Miro Hrončok <mhroncok@redhat.com> - 2014.03-6
507385a
- Rebuilt for OpenCSG 1.4.0
507385a
ac578d1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.03-5
ac578d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ac578d1
3bf6620
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.03-4
3bf6620
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
3bf6620
b3f83b1
* Fri May 23 2014 David Tardon <dtardon@redhat.com> - 2014.03-3
b3f83b1
- rebuild for boost 1.55.0
b3f83b1
dc55b90
* Thu May 22 2014 Miro Hrončok <mhroncok@redhat.com> - 2014.03-2
dc55b90
- Rebuilt for opencsg 1.3.3
dc55b90
9ff7538
* Sun Mar 09 2014 Miro Hrončok <mhroncok@redhat.com> - 2014.03-1
9ff7538
- New version
9ff7538
840c473
* Fri Dec 27 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.06-8
840c473
- Enable Xvfb tests
840c473
- Add AppData from upstream git
840c473
2de7c2e
* Mon Nov 18 2013 Dave Airlie <airlied@redhat.com> - 2013.06-7
2de7c2e
- rebuilt for GLEW 1.10
2de7c2e
29ecfd5
* Sun Nov 17 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.06-6
29ecfd5
- Rebuilt for new glew
29ecfd5
16d11ed
* Fri Sep 27 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.06-5
16d11ed
- Require Python for tests
16d11ed
3e6120a
* Fri Sep 27 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.06-4
b6bfea7
- Patch to solve upstream bug #482
b6bfea7
72de079
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2013.06-3
72de079
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
72de079
Petr Machata dbbd1b6
* Sun Jul 28 2013 Petr Machata <pmachata@redhat.com> - 2013.06-2
Petr Machata dbbd1b6
- Rebuild for boost 1.54.0
Petr Machata dbbd1b6
da5c9e6
* Wed Jun 19 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.06-1
da5c9e6
- New upstream release
da5c9e6
- Moved removing MCAD to %%install
da5c9e6
2c8259f
* Sat Feb 23 2013 Kevin Fenzi <kevin@scrye.com> - 2013.01.17-6
2c8259f
- Rebuild for broken deps in rawhide
2c8259f
b5daf8f
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2013.01.17-5
b5daf8f
- Rebuild for Boost-1.53.0
b5daf8f
d10d6c4
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 2013.01.17-4
d10d6c4
- Rebuild for Boost-1.53.0
d10d6c4
b8cddad
* Sun Feb 03 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.01.17-3
b8cddad
- Added fix for issue 267
b8cddad
ad667fd
* Tue Jan 22 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.01.17-2
ad667fd
- Using  source tarball
ad667fd
- Reffer to the shorter version in the app
ad667fd
- Run tests
ae178de
- Added patch so test will compile
fccf964
* Sat Jan 19 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.01.17-1
fccf964
- New stable release 2013.01
fccf964
- Updated to respect GitHub rule
fccf964
c3c352c
* Tue Jan 08 2013 Miro Hrončok <mhroncok@redhat.com> - 2013.01.08-1
c3c352c
- New version
c3c352c
f19f1bd
* Sun Jan 06 2013 Miro Hrončok <miro@hroncok.cz> - 2013.01.05-1
f19f1bd
- New version
fad8316
f39a9fe
* Thu Dec 06 2012 Miro Hrončok <miro@hroncok.cz> - 2012.10.31-5
f39a9fe
- Separated MCAD
f39a9fe
f39a9fe
* Mon Dec 03 2012 Miro Hrončok <miro@hroncok.cz> - 2012.10.31-4
f39a9fe
- Removed useless gziping
f39a9fe
f39a9fe
* Sun Dec 02 2012 Miro Hrončok <miro@hroncok.cz> - 2012.10.31-3
f39a9fe
- Added manpage
f39a9fe
f39a9fe
* Fri Nov 23 2012 Miro Hrončok <miro@hroncok.cz> - 2012.10.31-2
f39a9fe
- Commented macros in comments
f39a9fe
- Fully versioned dependency of the main package
f39a9fe
- added desktop-file-validate
f39a9fe
f39a9fe
* Wed Oct 31 2012 Miro Hrončok <miro@hroncok.cz> 2012.10.31-1
f39a9fe
- New version
f39a9fe
- Solved 2 MLCAD files license issues
f39a9fe
- Using full date version
f39a9fe
f39a9fe
* Mon Oct 08 2012 Miro Hrončok <miro@hroncok.cz> 2012.10-1
f39a9fe
- New version.
f39a9fe
f39a9fe
* Sun Oct 07 2012 Miro Hrončok <miro@hroncok.cz> 2012.08-1
f39a9fe
- New package.