diff --git a/plasma-integration-5.17.90.tar.xz b/plasma-integration-5.17.90.tar.xz deleted file mode 100644 index 833cbe3..0000000 --- a/plasma-integration-5.17.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ec209d139aa3d985a0b99db214c0dd57209da298be617d7793aee233b291ead -size 57728 diff --git a/plasma-integration-5.17.90.tar.xz.sig b/plasma-integration-5.17.90.tar.xz.sig deleted file mode 100644 index e38abcd..0000000 --- a/plasma-integration-5.17.90.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl4gV0cACgkQ7JTRj38F -mX75ogf8DH/coqiwj6AHEWtPQPJJ+PuZUh4ZXE3uOH0skYY/KlKGRZpO/9wobOZd -KIct6FPxrswU9NwY5JKStUKPz9dZngPYdj7TcFr8UxozPU9pwVGLbz2TYut84GdJ -VERiOjjKEejslssnnl//vqmp7ZBGNoFGZNAnwgqsqK/QZTDU1KbniKmOv8CnALwY -bzlHVWkHSaVIe2+HByYXu3YlD/fS8v+Edfp9hiup5xMLDQdUiOVo/vWFm2X0ud3M -xsDLz8qptTZWGvkKMMosNyxYriQnBDG327/TvZQwbU+Sdm8yQI/VIZByHLu6a1Og -u0cAtlPgOoy3VCNtgYTPa1m5ip8hzQ== -=DW/5 ------END PGP SIGNATURE----- diff --git a/plasma-integration-5.18.0.tar.xz b/plasma-integration-5.18.0.tar.xz new file mode 100644 index 0000000..1b46752 --- /dev/null +++ b/plasma-integration-5.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52991999c7182424593fc36211f7be1142fca7e2c404b3cd03b5c6aa53ffac43 +size 57712 diff --git a/plasma-integration-5.18.0.tar.xz.sig b/plasma-integration-5.18.0.tar.xz.sig new file mode 100644 index 0000000..d39d789 --- /dev/null +++ b/plasma-integration-5.18.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl48ExAACgkQ7JTRj38F +mX5T1wgAlmK2KZ9HbMnigLUPQKBKECkQSXXix2oe14I5aFq9CTPttqX2RlKHKGOm +J3XgCDlYEzh5gF1X4pnfWs5KoGUeC9rgeY6QR4neQsu20CDXTOwoeU6rJIx9lEDS +C8w7Dc6lV9Rec4Ep3+LaCcoIzTJ2C4EBwqEKGfCCBkEMcyQq9kYztKl6wMPYrNC+ +1pCZJkAEywHngtDUE8Fv/GtXqmfSaRmZCKNYfOv29s1bXiSvRxvfl/8/kMbFIxIf +5lFMbhaR10mtCzo5hVMRzn/4Q8Tn19g5GKDV+HHt/MjyXaA4/6wOBJN3S8TckXlg +9l22oKsoaK5akVN00VUeA4PQr4LPWg== +=OT2Z +-----END PGP SIGNATURE----- diff --git a/plasma5-integration.changes b/plasma5-integration.changes index b915007..787a88e 100644 --- a/plasma5-integration.changes +++ b/plasma5-integration.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 6 15:10:06 UTC 2020 - Fabian Vogt + +- Update to 5.18.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.18.0.php +- No code changes since 5.17.90 + +------------------------------------------------------------------- +Thu Jan 23 11:20:36 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build + ------------------------------------------------------------------- Thu Jan 16 14:04:19 UTC 2020 - Fabian Vogt diff --git a/plasma5-integration.spec b/plasma5-integration.spec index 6a043cf..5f6e4fd 100644 --- a/plasma5-integration.spec +++ b/plasma5-integration.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: plasma5-integration -Version: 5.17.90 +Version: 5.18.0 Release: 0 # Full Plasma 5 version (e.g. 5.8.95) %{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}} @@ -28,9 +28,9 @@ Summary: Plugins responsible for better integration of Qt applications in License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Source: https://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz +Source: plasma-integration-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig +Source1: plasma-integration-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 5.17.0 @@ -83,7 +83,7 @@ Applications do not need to link to this directly. %build %cmake_kf5 -d build -%make_jobs +%cmake_build %install %kf5_makeinstall -C build