Hello community, here is the log from the commit of package umbrello for openSUSE:Factory checked in at 2019-12-14 12:16:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/umbrello (Old) and /work/SRC/openSUSE:Factory/.umbrello.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "umbrello" Sat Dec 14 12:16:27 2019 rev:83 rq:756350 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes 2019-11-13 13:24:34.395463097 +0100 +++ /work/SRC/openSUSE:Factory/.umbrello.new.4691/umbrello.changes 2019-12-14 12:23:19.075199875 +0100 @@ -1,0 +2,50 @@ +Tue Dec 10 06:39:19 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- Changes since 19.11.90: + * Fix api issue in class ToolBarState in case UMLScene is constructed without a view + * Add save/load unit test for class PreConditionWidget + * Fix 'Sequence diagram - on reload file - app crash when conditions are added' (kde#414759) + * Apply quick fix to prevent crashing on loading extented testcase for reproducing behaviour + * Handle "show property dialog" content menu entry for combined fragment and precondition widgets + * Fix 'Missing property dialog entries in context menu for combined fragment and precondition widgets' (kde#414778) + +------------------------------------------------------------------- +Sat Nov 30 09:12:39 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- Too many changes since 19.11.80, only listing bugfixes: + * Fix 'Crash on pasting a sequence diagram elements' (kde#414615) + * Fix 'No namespace creation when importing stack traces' (kde#414599) + * Fix 'Incorrect applying of an auto layout for spline line type' (kde#414568) + * Fix 'No control points are created for association lines in "spline" + layout default mode' (kde#414520) + * Fix 'Associations are sometime not addable in class diagram' (kde#409631) + * Fix of string includes in c++ code generator (kde#413569) + +------------------------------------------------------------------- +Sun Nov 24 15:54:34 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Too many changes since 19.08.3, listing only bugfixes: + * Fix 'Classifier unit case not enabled' (kde#414044) + * Fix 'auto-generated getters and setters to atributes are private in generated java classes' (kde#331655) + * Add customizable class variable prefix for c++ code generation (kde#57583) + * Add additional c++ code generation policies to fix unexpected code generation (kde#413991) + * Fix 'Added points to an association do not display them by default' (kde#413910) + * Fix 'For relationships, partially unsupported properties are displayed in the properties dialog on the style page' (kde#413908) + * Fix 'Changes to the fill color of the head of a composition are not displayed' (kde#413907) + * Implement 'Open file assigned to an artifact' (kde#410937) + * Add support for adding connected "required interfaces" (kde#403794) + * Add subsystem support to toolbar and context menu for component diagrams (kde#410543) + * Fix 'Incorrect icon in toolbar for adding interfaces to component diagram' (kde#410519) + * Add missing context menu entries for activity diagrams (kde#410479) + +------------------------------------------------------------------- Old: ---- umbrello-19.08.3.tar.xz umbrello-19.08.3.tar.xz.sig New: ---- umbrello-19.12.0.tar.xz umbrello-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ umbrello.spec ++++++ --- /var/tmp/diff_new_pack.eYrJHz/_old 2019-12-14 12:23:19.719199778 +0100 +++ /var/tmp/diff_new_pack.eYrJHz/_new 2019-12-14 12:23:19.719199778 +0100 @@ -16,57 +16,56 @@ # -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: UML Modeller License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later Group: Development/Tools/Other URL: https://www.kde.org/ -Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif BuildRequires: boost-devel BuildRequires: extra-cmake-modules -BuildRequires: karchive-devel -BuildRequires: kauth-devel -BuildRequires: kcompletion-devel -BuildRequires: kconfig-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kcrash-devel -BuildRequires: kdelibs4support-devel -BuildRequires: kdoctools-devel -BuildRequires: kguiaddons-devel -BuildRequires: ki18n-devel -BuildRequires: kiconthemes-devel -BuildRequires: kinit-devel -BuildRequires: kio-devel -BuildRequires: kparts-devel -BuildRequires: kservice-devel -BuildRequires: ktexteditor-devel -BuildRequires: kwidgetsaddons-devel -BuildRequires: kwindowsystem-devel -BuildRequires: kxmlgui-devel +BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5Auth) +BuildRequires: cmake(KF5Completion) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5Crash) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5GuiAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5Init) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5Service) +BuildRequires: cmake(KF5TextEditor) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5WindowSystem) +BuildRequires: cmake(KF5XmlGui) BuildRequires: libxml2-devel BuildRequires: libxslt-devel -BuildRequires: pkgconfig BuildRequires: subversion-devel BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5DBus) -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5PrintSupport) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Test) -BuildRequires: pkgconfig(Qt5WebKitWidgets) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Xml) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5PrintSupport) +BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Test) +BuildRequires: cmake(Qt5WebKitWidgets) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(Qt5Xml) Recommends: %{name}-lang Obsoletes: umbrello5 < %{version} Provides: umbrello5 = %{version} ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.eYrJHz/_old and /var/tmp/diff_new_pack.eYrJHz/_new differ ++++++ umbrello-19.08.3.tar.xz -> umbrello-19.12.0.tar.xz ++++++ ++++ 234022 lines of diff (skipped)
