diff --git a/umbrello-17.04.3.tar.xz b/umbrello-17.04.3.tar.xz deleted file mode 100644 index 5c9f71c..0000000 --- a/umbrello-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a890d1d9da267c2980c4165a9558ec2ea3c638641462c82afce6556244926ec -size 1649364 diff --git a/umbrello-17.08.1.tar.xz b/umbrello-17.08.1.tar.xz new file mode 100644 index 0000000..704d300 --- /dev/null +++ b/umbrello-17.08.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b3c72a0d2b0a1fe110347c4994b41aaabed97f232b9476b775c6ae99657d77 +size 2936124 diff --git a/umbrello.changes b/umbrello.changes index 9932b5e..8378b77 100644 --- a/umbrello.changes +++ b/umbrello.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu Sep 07 07:02:51 CEST 2017 - lbeltrame@kde.org + +- Update to 17.08.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.08.1.php +- Changes since 17.08.0: + * Potiental crash fix + * Fix partially hidden content in code importer options page + * Add macros to install translated artifacts for KF5 + * More memory leak fixes + * Fix possible memory leak + * Remove duplicate usage of deleting graphics scene items + * Fix 'Crash in component diagram after deleting component' (kde#383592) + * Fix memory leaks + * Fix 'Tree view is not visible after import' (kde#383618) + * Fix 'c++ methods are not imported if class is defined outside name space' (kde#383445) + * Move implementation of isCaseSensitive() and scopeSeparator() to Uml::ProgrammingLanguage namespace + * Add class member m_doc to CppTree2Uml and use it instead of the long pointer hierachy + +------------------------------------------------------------------- +Fri Aug 11 22:46:39 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : +- Too many changes to list here + +------------------------------------------------------------------- +Sat Aug 5 18:19:55 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sun Jul 16 08:49:48 CEST 2017 - lbeltrame@kde.org diff --git a/umbrello.spec b/umbrello.spec index 57115d2..7df8f92 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -1,7 +1,7 @@ # # spec file for package umbrello # -# Copyright (c) 2016 SUSE LINUX 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,14 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang + Name: umbrello -Version: 17.04.3 +Version: 17.08.1 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: UML Modeller -License: GPL-2.0 and GFDL-1.2 +License: GPL-2.0 and GFDL-1.2 and GPL-3.0+ Group: Development/Tools/Other Url: http://www.kde.org/ Source0: %{name}-%{version}.tar.xz @@ -33,6 +35,7 @@ BuildRequires: kauth-devel BuildRequires: kcompletion-devel BuildRequires: kconfig-devel BuildRequires: kcoreaddons-devel +BuildRequires: kcrash-devel BuildRequires: kdelibs4support-devel BuildRequires: kdoctools-devel BuildRequires: kguiaddons-devel @@ -67,6 +70,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Umbrello is a UML modelling application. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -82,6 +89,11 @@ export CFLAGS="%{optflags} -fPIC" %install %kf5_makeinstall -C build + + %if %{with lang} + %find_lang %{name} --all-name + %endif + %suse_update_desktop_file org.kde.umbrello5 Development Design %post -p /sbin/ldconfig @@ -90,16 +102,20 @@ export CFLAGS="%{optflags} -fPIC" %files %defattr(-,root,root) %doc COPYING COPYING.DOC README -%{_kf5_bindir}/umbrello5 +%dir %{_kf5_appstreamdir} +%doc %lang(en) %{_kf5_htmldir}/en/umbrello %{_kf5_applicationsdir}/org.kde.umbrello5.desktop -%{_kf5_htmldir}/en/umbrello -%{_kf5_sharedir}/umbrello5/ +%{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml %{_kf5_bindir}/po2xmi5 +%{_kf5_bindir}/umbrello5 %{_kf5_bindir}/xmi2pot5 %{_kf5_iconsdir}/hicolor/*/*/umbrello* %{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-uml.png -# %_kf5_kxmlguidir/umbrello/ -%dir %{_kf5_appstreamdir} -%{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml +%{_kf5_sharedir}/umbrello5/ + +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif %changelog