From 45115a06fa431715504b4f57747280c6cdfc315212b853ece96c5e142d9ff40f Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Nov 2017 22:06:49 +0000 Subject: [PATCH 1/3] KDE Applications 17.12 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=132 --- akonadi-17.08.3.tar.xz | 3 --- akonadi-17.11.80.tar.xz | 3 +++ akonadi-server.changes | 10 ++++++++++ akonadi-server.spec | 4 +++- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 akonadi-17.08.3.tar.xz create mode 100644 akonadi-17.11.80.tar.xz diff --git a/akonadi-17.08.3.tar.xz b/akonadi-17.08.3.tar.xz deleted file mode 100644 index 5cfe6e7..0000000 --- a/akonadi-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54098782c6de7db9f3e3a30e26f56d71d8ffd8e8f9b42b9b393b1db30a035607 -size 1427896 diff --git a/akonadi-17.11.80.tar.xz b/akonadi-17.11.80.tar.xz new file mode 100644 index 0000000..4c60e2f --- /dev/null +++ b/akonadi-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274aba7f428559e283521463033a860ba1339f31e39fde8832211637f50e8bf3 +size 1520292 diff --git a/akonadi-server.changes b/akonadi-server.changes index 7c16373..651a3a2 100644 --- a/akonadi-server.changes +++ b/akonadi-server.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 20 06:55:27 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Too many changes to list here + ------------------------------------------------------------------- Thu Nov 09 23:10:40 CET 2017 - lbeltrame@kde.org diff --git a/akonadi-server.spec b/akonadi-server.spec index 7e2bef9..ad80a29 100644 --- a/akonadi-server.spec +++ b/akonadi-server.spec @@ -20,7 +20,7 @@ %define rname akonadi Name: akonadi-server -Version: 17.08.3 +Version: 17.11.80 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -283,6 +283,8 @@ service. %{_kf5_mkspecsdir}/qt_AkonadiCore.pri %{_kf5_mkspecsdir}/qt_AkonadiWidgets.pri %{_kf5_mkspecsdir}/qt_AkonadiXml.pri +%dir %{_kf5_sharedir}/kdevappwizard/ +%{_kf5_sharedir}/kdevappwizard/templates/ %if %{with lang} %files lang -f %{name}.lang From 81df75e20ec696c6bb8f4f09427449cb6c89730e3816f347c85688c30ef87a8a Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 2 Dec 2017 16:51:52 +0000 Subject: [PATCH 2/3] KDE Applications 17.12.0 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=133 --- akonadi-17.11.80.tar.xz | 3 --- akonadi-17.11.90.tar.xz | 3 +++ akonadi-server.changes | 16 ++++++++++++++++ akonadi-server.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 akonadi-17.11.80.tar.xz create mode 100644 akonadi-17.11.90.tar.xz diff --git a/akonadi-17.11.80.tar.xz b/akonadi-17.11.80.tar.xz deleted file mode 100644 index 4c60e2f..0000000 --- a/akonadi-17.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274aba7f428559e283521463033a860ba1339f31e39fde8832211637f50e8bf3 -size 1520292 diff --git a/akonadi-17.11.90.tar.xz b/akonadi-17.11.90.tar.xz new file mode 100644 index 0000000..a0b9edc --- /dev/null +++ b/akonadi-17.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9e7f9d032425828149ee4469fcab14eb65d2029aea168845eb23595a41c0ec +size 1521024 diff --git a/akonadi-server.changes b/akonadi-server.changes index 651a3a2..4d2a0be 100644 --- a/akonadi-server.changes +++ b/akonadi-server.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Dec 02 10:12:35 CET 2017 - lbeltrame@kde.org + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * Further extend the non-empty ItemFetchScope case + * Fix setting up test Monitor from test_utils + * Don't consider ItemFetchScope with only ancestor retrieval set to be empty + * AKAPPEND: Merge by RID if matching Item with empty GID exists during GID merge + * StorageJanitor: cleanup external parts in findRIDDuplicates() + * Resource/serializer templates: remove bogus translation strings + * Remove unused testdata file, testdata-res*.xml is used instead. + ------------------------------------------------------------------- Mon Nov 20 06:55:27 CET 2017 - lbeltrame@kde.org diff --git a/akonadi-server.spec b/akonadi-server.spec index ad80a29..2556628 100644 --- a/akonadi-server.spec +++ b/akonadi-server.spec @@ -20,7 +20,7 @@ %define rname akonadi Name: akonadi-server -Version: 17.11.80 +Version: 17.11.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From 648ca1efddeb37ac0cd132f0ef2c59e28cb7a0b7d3de6b416500f0a9a7458b54 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 Dec 2017 18:29:25 +0000 Subject: [PATCH 3/3] KDE Applications 17.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-server?expand=0&rev=134 --- akonadi-17.11.90.tar.xz | 3 --- akonadi-17.12.0.tar.xz | 3 +++ akonadi-server.changes | 12 ++++++++++++ akonadi-server.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 akonadi-17.11.90.tar.xz create mode 100644 akonadi-17.12.0.tar.xz diff --git a/akonadi-17.11.90.tar.xz b/akonadi-17.11.90.tar.xz deleted file mode 100644 index a0b9edc..0000000 --- a/akonadi-17.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a9e7f9d032425828149ee4469fcab14eb65d2029aea168845eb23595a41c0ec -size 1521024 diff --git a/akonadi-17.12.0.tar.xz b/akonadi-17.12.0.tar.xz new file mode 100644 index 0000000..f38fc7b --- /dev/null +++ b/akonadi-17.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60bbc6b3478449ddc95859297268ade37d6bf3b0b145508d2744516b5e38238 +size 1521468 diff --git a/akonadi-server.changes b/akonadi-server.changes index 4d2a0be..2bc8b27 100644 --- a/akonadi-server.changes +++ b/akonadi-server.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Dec 09 14:59:01 CET 2017 - lbeltrame@kde.org + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * Revert "Use proper way of adding Boost include dirs to install interface" + * Use proper way of adding Boost include dirs to install interface + * Make Akonadi installation properly relocatable + ------------------------------------------------------------------- Sat Dec 02 10:12:35 CET 2017 - lbeltrame@kde.org diff --git a/akonadi-server.spec b/akonadi-server.spec index 2556628..0a7f3c8 100644 --- a/akonadi-server.spec +++ b/akonadi-server.spec @@ -20,7 +20,7 @@ %define rname akonadi Name: akonadi-server -Version: 17.11.90 +Version: 17.12.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)