Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package uranium for openSUSE:Factory checked in at 2021-04-29 22:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uranium (Old) and /work/SRC/openSUSE:Factory/.uranium.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uranium" Thu Apr 29 22:46:09 2021 rev:14 rq:889136 version:4.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/uranium/uranium.changes 2021-02-15 23:16:47.659440079 +0100 +++ /work/SRC/openSUSE:Factory/.uranium.new.1947/uranium.changes 2021-04-29 22:52:47.474057235 +0200 @@ -1,0 +2,7 @@ +Mon Apr 26 19:33:34 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- update to 4.9.0 + * https://github.com/Ultimaker/Cura/releases/tag/4.9 +- Bump "UM" QML version to 1.6 + +------------------------------------------------------------------- Old: ---- uranium-4.8.0.tar.gz New: ---- uranium-4.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uranium.spec ++++++ --- /var/tmp/diff_new_pack.raCbOf/_old 2021-04-29 22:52:48.062054617 +0200 +++ /var/tmp/diff_new_pack.raCbOf/_new 2021-04-29 22:52:48.066054599 +0200 @@ -16,9 +16,11 @@ # +%define UM_1_minor 6 + Name: uranium -%define sversion 4.8 -Version: 4.8.0 +%define sversion 4.9 +Version: 4.9.0 Release: 0 Summary: Python framework for Desktop applications License: LGPL-3.0-only @@ -47,7 +49,7 @@ # No 32bit support in cura-engine anymore ExcludeArch: %ix86 %arm # Registered in UM/Qt/Bindings/Bindings.py -Provides: qt5qmlimport(UM.1) = 5 +Provides: qt5qmlimport(UM.1) = %{UM_1_minor} %description A Python framework for building Desktop applications. @@ -56,6 +58,12 @@ %setup -q -n Uranium-%sversion %patch1 -p1 +# Sanity check +UM_1_LARGEST_MINOR=$(\ + sed -e '/qmlRegister\(Singleton\)\?Type/ { s/.*"UM",.*1, *\([0-9]\+\).*/\1/ p } ; d' \ + UM/Qt/Bindings/Bindings.py | sort -g -u | tail -n 1 ) +test "${UM_1_LARGEST_MINOR}" -eq "%{UM_1_minor}" || exit 1 + %build # Hack, remove LIB_SUFFIX for 64bit, which is correct as uranium is pure python (i.e. noarch) %cmake -DLIB_SUFFIX="" \ ++++++ fix-cmake-install.patch ++++++ --- /var/tmp/diff_new_pack.raCbOf/_old 2021-04-29 22:52:48.086054511 +0200 +++ /var/tmp/diff_new_pack.raCbOf/_new 2021-04-29 22:52:48.086054511 +0200 @@ -2,7 +2,7 @@ index fd5eab7f..73b0dc50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -51,7 +51,7 @@ else() +@@ -54,7 +54,7 @@ else() install(DIRECTORY UM DESTINATION lib${LIB_SUFFIX}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages) endif() install(FILES ${CMAKE_SOURCE_DIR}/cmake/UraniumTranslationTools.cmake ++++++ uranium-4.8.0.tar.gz -> uranium-4.9.0.tar.gz ++++++ ++++ 25883 lines of diff (skipped)