Hello community, here is the log from the commit of package FreeCAD for openSUSE:Factory checked in at 2017-10-18 10:50:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FreeCAD (Old) and /work/SRC/openSUSE:Factory/.FreeCAD.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FreeCAD" Wed Oct 18 10:50:42 2017 rev:2 rq:533180 version:0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/FreeCAD/FreeCAD.changes 2017-01-22 00:11:49.802151659 +0100 +++ /work/SRC/openSUSE:Factory/.FreeCAD.new/FreeCAD.changes 2017-10-18 10:50:43.200203450 +0200 @@ -1,0 +2,6 @@ +Sun Sep 10 08:23:34 UTC 2017 - [email protected] + +- Correct python-CXX requires +- add python-pyside requires, needed for welcome splash + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FreeCAD.spec ++++++ --- /var/tmp/diff_new_pack.Ynhp9B/_old 2017-10-18 10:50:46.792034939 +0200 +++ /var/tmp/diff_new_pack.Ynhp9B/_new 2017-10-18 10:50:46.796034752 +0200 @@ -1,7 +1,7 @@ # # spec file for package FreeCAD # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,20 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define x_prefix %{_libdir}/%{name} Name: FreeCAD Version: 0.16 Release: 0 -License: LGPL-2.0+ and GPL-2.0+ Summary: General Purpose 3D CAD Modeler -Url: http://www.freecadweb.org/ +License: LGPL-2.0+ and GPL-2.0+ Group: Productivity/Graphics/CAD +Url: http://www.freecadweb.org/ Source0: %{name}-%version.tar.xz Source2: FreeCAD_shared_mimeinfo BuildRequires: Coin-devel -BuildRequires: oce-devel BuildRequires: SoQt-devel +BuildRequires: oce-devel %if 0%{?suse_version} == 1315 && 0%{?is_opensuse} == 1 # Leap has it's own special boost-devel BuildRequires: boost_1_58_0-devel @@ -41,9 +42,9 @@ BuildRequires: fdupes BuildRequires: freeglut-devel BuildRequires: gcc-fortran +BuildRequires: libXerces-c-devel BuildRequires: pkg-config BuildRequires: pkgconfig(QtWebKit) -BuildRequires: libXerces-c-devel %if 0%{?suse_version} > 0 BuildRequires: libeigen3-devel BuildRequires: python-xml @@ -61,19 +62,18 @@ %if 0%{?suse_version} BuildRequires: update-desktop-files %endif -BuildRequires: zlib-devel -# Used because of "no-return-in-nonvoid-function" and "stringcompare" rpm post build check errors -#BuildRequires: -post-build-checks -BuildRequires: unzip +BuildRequires: dos2unix +BuildRequires: git +BuildRequires: hdf5-devel BuildRequires: libshiboken-devel +BuildRequires: make BuildRequires: python-pyside BuildRequires: python-pyside-devel BuildRequires: python-pyside-tools -BuildRequires: git -BuildRequires: make -BuildRequires: dos2unix -BuildRequires: hdf5-devel -Requires: python-cxx +BuildRequires: unzip +BuildRequires: zlib-devel +Requires: python-CXX +Requires: python-pyside Requires(post): shared-mime-info Requires(postun): shared-mime-info Recommends: python-pivy
