From 2e8f154fb9d5d3dad5119a099d89a5e6ba50d8026de3bf5bcf1db2ab4b0b4705 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 3 Apr 2019 08:53:12 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=107 --- umbrello-18.12.3.tar.xz | 3 --- umbrello-19.03.80.tar.xz | 3 +++ umbrello.changes | 10 ++++++++++ umbrello.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 umbrello-18.12.3.tar.xz create mode 100644 umbrello-19.03.80.tar.xz diff --git a/umbrello-18.12.3.tar.xz b/umbrello-18.12.3.tar.xz deleted file mode 100644 index 6590db7..0000000 --- a/umbrello-18.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ab53b33cf1fcaea470c01b2421e911d4287b1d0421fa33e0b60043fe6943cc7 -size 3055608 diff --git a/umbrello-19.03.80.tar.xz b/umbrello-19.03.80.tar.xz new file mode 100644 index 0000000..6eef6f6 --- /dev/null +++ b/umbrello-19.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6db2478edf7fdf0da27981e457396f872ce2f9b3e49e8c0b38d40781cc1a276 +size 3679992 diff --git a/umbrello.changes b/umbrello.changes index 1e91a66..34d888a 100644 --- a/umbrello.changes +++ b/umbrello.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 27 06:41:12 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-beta.php +- Changes since 18.12.3: + * Fix minor EBN issues + ------------------------------------------------------------------- Sat Mar 09 08:03:27 UTC 2019 - lbeltrame@kde.org diff --git a/umbrello.spec b/umbrello.spec index 76064c3..36496e0 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version: 18.12.3 +Version: 19.03.80 Release: 0 Summary: UML Modeller License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later From 9e49d3d9cc4d0fea45788fb601e0c2c12a27d96cfc7e4655d7678baaa4697362 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 11 Apr 2019 19:38:43 +0000 Subject: [PATCH 2/3] KDE Applications 19.04 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=108 --- umbrello-19.03.80.tar.xz | 3 --- umbrello-19.03.90.tar.xz | 3 +++ umbrello.changes | 16 ++++++++++++++++ umbrello.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 umbrello-19.03.80.tar.xz create mode 100644 umbrello-19.03.90.tar.xz diff --git a/umbrello-19.03.80.tar.xz b/umbrello-19.03.80.tar.xz deleted file mode 100644 index 6eef6f6..0000000 --- a/umbrello-19.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6db2478edf7fdf0da27981e457396f872ce2f9b3e49e8c0b38d40781cc1a276 -size 3679992 diff --git a/umbrello-19.03.90.tar.xz b/umbrello-19.03.90.tar.xz new file mode 100644 index 0000000..e93382f --- /dev/null +++ b/umbrello-19.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126a96779ce52c277d82c5957cc167f735737cced583e358524f044e37901fde +size 3680248 diff --git a/umbrello.changes b/umbrello.changes index 34d888a..4cf7b41 100644 --- a/umbrello.changes +++ b/umbrello.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Apr 09 20:54:46 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-rc.php +- Changes since 19.03.80: + * Fix Qt5 compiling with kdevplatform version 5.3.2 + * Fix Qt5 compile + * Fix removing slashes in path in case single files are imported + * Fix crash on accessing zero pointer on importing src code (kde#405535) + * Reduce difference between build variants + * Move KDE4 specific ecm wrapper macros into a separate macro file + * Add class InterfaceWidget + ------------------------------------------------------------------- Wed Mar 27 06:41:12 UTC 2019 - lbeltrame@kde.org diff --git a/umbrello.spec b/umbrello.spec index 36496e0..25b6fe0 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version: 19.03.80 +Version: 19.03.90 Release: 0 Summary: UML Modeller License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later From 3ba5f617ea08540cd437268e6012271177b275715f1afe30fa5050fdf4bc7ace Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 20 Apr 2019 09:07:22 +0000 Subject: [PATCH 3/3] KDE Applications 19.04.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=109 --- umbrello-19.03.90.tar.xz | 3 --- umbrello-19.04.0.tar.xz | 3 +++ umbrello.changes | 9 +++++++++ umbrello.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 umbrello-19.03.90.tar.xz create mode 100644 umbrello-19.04.0.tar.xz diff --git a/umbrello-19.03.90.tar.xz b/umbrello-19.03.90.tar.xz deleted file mode 100644 index e93382f..0000000 --- a/umbrello-19.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:126a96779ce52c277d82c5957cc167f735737cced583e358524f044e37901fde -size 3680248 diff --git a/umbrello-19.04.0.tar.xz b/umbrello-19.04.0.tar.xz new file mode 100644 index 0000000..a56fa7e --- /dev/null +++ b/umbrello-19.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c37363a92bd91f2a515438068ba6f1c8747269ddaf2eda5a7998539ece4468d +size 3680256 diff --git a/umbrello.changes b/umbrello.changes index 4cf7b41..aa86aac 100644 --- a/umbrello.changes +++ b/umbrello.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 20 06:52:00 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.0.php +- No code changes since 19.03.90 + ------------------------------------------------------------------- Tue Apr 09 20:54:46 UTC 2019 - lbeltrame@kde.org diff --git a/umbrello.spec b/umbrello.spec index 25b6fe0..1dc8cff 100644 --- a/umbrello.spec +++ b/umbrello.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: umbrello -Version: 19.03.90 +Version: 19.04.0 Release: 0 Summary: UML Modeller License: GPL-2.0-only AND GFDL-1.2-only AND GPL-3.0-or-later