Hello community, here is the log from the commit of package FreeCAD for openSUSE:Factory checked in at 2019-03-11 11:16:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FreeCAD (Old) and /work/SRC/openSUSE:Factory/.FreeCAD.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FreeCAD" Mon Mar 11 11:16:18 2019 rev:12 rq:683694 version:0.17.1545162057.e1db7bff8 Changes: -------- --- /work/SRC/openSUSE:Factory/FreeCAD/FreeCAD.changes 2019-02-28 21:41:39.821569677 +0100 +++ /work/SRC/openSUSE:Factory/.FreeCAD.new.28833/FreeCAD.changes 2019-03-11 11:17:39.185291030 +0100 @@ -1,0 +2,12 @@ +Sat Mar 9 15:10:24 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Update URL: to use https:// +- Reorder BuildRequires alphabetically, remove duplicates + +------------------------------------------------------------------- +Fri Feb 15 09:48:24 UTC 2019 - Jan Engelhardt <[email protected]> + +- Generalize description, and strip info that is already in + the metadata. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FreeCAD.spec ++++++ --- /var/tmp/diff_new_pack.XXivM2/_old 2019-03-11 11:17:46.417288428 +0100 +++ /var/tmp/diff_new_pack.XXivM2/_new 2019-03-11 11:17:46.417288428 +0100 @@ -24,7 +24,7 @@ Summary: General Purpose 3D CAD Modeler License: LGPL-2.0-or-later AND GPL-2.0-or-later Group: Productivity/Graphics/CAD -Url: http://www.freecadweb.org/ +Url: https://www.freecadweb.org/ Source0: %{name}-%version.tar.xz Source1: FreeCAD.sh Source2: FreeCADCmd.sh @@ -49,12 +49,6 @@ BuildRequires: Coin-devel #BuildRequires: SoQt-devel -BuildRequires: hdf5-devel -BuildRequires: libmed-devel -# we use upstream OpenCASCADE instead of oce atm -BuildRequires: occt-devel -BuildRequires: vtk-devel -#BuildRequires: smesh-devel %if 0%{?suse_version} >= 1330 BuildRequires: libboost_filesystem-devel >= 1.55 @@ -72,12 +66,21 @@ BuildRequires: cmake BuildRequires: dos2unix BuildRequires: doxygen +BuildRequires: eigen3-devel BuildRequires: f2c BuildRequires: fdupes BuildRequires: freeglut-devel BuildRequires: gcc-fortran BuildRequires: git +BuildRequires: hdf5-devel +#BuildRequires: smesh-devel BuildRequires: libXerces-c-devel +BuildRequires: libmed-devel +BuildRequires: libspnav-devel +BuildRequires: make +# we use upstream OpenCASCADE instead of oce atm +BuildRequires: occt-devel +BuildRequires: opencv-devel BuildRequires: pkg-config %if 0%{?suse_version} >= 1330 @@ -122,21 +125,13 @@ %endif %endif %if 0%{?fedora} > 18 -BuildRequires: eigen3-devel BuildRequires: qt5-qtbase-devel %endif -BuildRequires: libspnav-devel -BuildRequires: opencv-devel BuildRequires: swig -%if 0%{?suse_version} -BuildRequires: libeigen3-devel -BuildRequires: update-desktop-files -%endif -BuildRequires: dos2unix -BuildRequires: make BuildRequires: unzip BuildRequires: update-desktop-files +BuildRequires: vtk-devel BuildRequires: zlib-devel Requires(post): shared-mime-info Requires(postun): shared-mime-info @@ -145,10 +140,9 @@ %description FreeCAD is a parametric 3D modeler made primarily to design real-life objects -of any size. Parametric modeling allows you to easily modify your design by -going back into your model history and changing its parameters. FreeCAD is -open-source and highly customizable, scriptable and extensible. - +of any size. Parametric modeling allows modifying designs by +going back into the model history and changing its parameters. FreeCAD is +customizable and scriptable. %package devel Summary: Development Files for %{name} @@ -235,7 +229,7 @@ %install pushd build -nice make VERBOSE=1 %{?_smp_mflags} install DESTDIR=%{buildroot} +nice %make_install VERBOSE=1 %{?_smp_mflags} popd # pushd build_doc
