Accepting request 658372 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdav?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2018-12-19 12:33:30 +00:00 committed by Git OBS Bridge
parent a60a70057e
commit 9368a2b292
4 changed files with 51 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f31bb1b41c3f9d86e2af0d58cf0d94cf2fe718cbb4de79748e0d1d16f7aa6401
size 49764

3
kdav-18.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae6ec35d294b09c77f356b84e642498fea06b34784e9a7205ccf4f1d7d317c39
size 49564

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Dec 14 06:09:05 UTC 2018 - lbeltrame@kde.org
- Update to 18.12.0
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12.0.php
- Changes since 18.11.90:
* No code changes since 18.11.90
-------------------------------------------------------------------
Mon Dec 03 20:55:53 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-rc.php
- Changes since 18.11.80:
* No code changes since 18.11.80
-------------------------------------------------------------------
Tue Nov 20 06:22:10 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:56:55 UTC 2018 - lbeltrame@kde.org
- Update to 18.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.12-beta.php
- Changes since 18.08.3:
* QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
* use new syntax
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 08 20:43:33 UTC 2018 - lbeltrame@kde.org Thu Nov 08 20:43:33 UTC 2018 - lbeltrame@kde.org
@ -45,7 +81,7 @@ Thu Jul 26 13:00:37 UTC 2018 - lbeltrame@kde.org
- Update to 18.07.80 - Update to 18.07.80
* New feature release * New feature release
* For more details please see: * For more details please see:
* https://www.kde.org/announcements/announce-applications-18.07.80.php * https://www.kde.org/announcements/announce-applications-18.08-beta.php
- Changes since 18.04.3: - Changes since 18.04.3:
* Use Q_REQUIRED_RESULT * Use Q_REQUIRED_RESULT
* Assign colors correctly also when the alpha channel is set. (kde#395216) * Assign colors correctly also when the alpha channel is set. (kde#395216)
@ -99,7 +135,7 @@ Fri Apr 06 07:09:11 CEST 2018 - lbeltrame@kde.org
- Update to 18.03.90 - Update to 18.03.90
* New feature release * New feature release
* For more details please see: * For more details please see:
* https://www.kde.org/announcements/announce-applications-18.03.90.php * https://www.kde.org/announcements/announce-applications-18.04-rc.php
- Changes since 17.12.3: - Changes since 17.12.3:
* Use QLAtin1String * Use QLAtin1String
* Use QLatin1String * Use QLatin1String
@ -230,7 +266,7 @@ Sat Aug 5 18:17:22 UTC 2017 - christophe@krop.fr
- Update to KDE Applications 17.07.90 - Update to KDE Applications 17.07.90
* KDE Applications 17.07.90 * KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php * https://www.kde.org/announcements/announce-applications-17.08-rc.php
------------------------------------------------------------------- -------------------------------------------------------------------
@ -294,5 +330,5 @@ Sun Mar 26 07:10:16 UTC 2017 - lbeltrame@kde.org
- Initial package for KDE Applications 17.08.80 - Initial package for KDE Applications 17.08.80
* Code split out from kdepim-runtime * Code split out from kdepim-runtime
* For more details please see: * For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php * https://www.kde.org/announcements/announce-applications-17.04-beta.php

View File

@ -17,14 +17,13 @@
%bcond_without lang %bcond_without lang
Name: kdav Name: kdav
Version: 18.08.3 Version: 18.12.0
Release: 0 Release: 0
Summary: DAV protocol implementation Summary: DAV protocol implementation
License: GPL-2.0-only License: GPL-2.0-only
Group: Productivity/Other Group: Productivity/Other
Url: http://www.kde.org URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5CoreAddons)
@ -35,7 +34,6 @@ BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Test) BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5XmlPatterns) BuildRequires: cmake(Qt5XmlPatterns)
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
kdav is a library providing a KJob-based implementation of DAV protocols such as kdav is a library providing a KJob-based implementation of DAV protocols such as
@ -74,22 +72,21 @@ This package contains development files needed to use kdav in other applications
%endif %endif
%post -n libKPimKDAV5 -p /sbin/ldconfig %post -n libKPimKDAV5 -p /sbin/ldconfig
%postun -n libKPimKDAV5 -p /sbin/ldconfig %postun -n libKPimKDAV5 -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %license COPYING
%doc COPYING README %doc README
%config %{_kf5_configdir}/kdav.categories %config %{_kf5_configdir}/kdav.categories
%files -n libKPimKDAV5 %files -n libKPimKDAV5
%defattr(-,root,root) %license COPYING
%doc COPYING README %doc README
%{_kf5_libdir}/libKPimKDAV.so.* %{_kf5_libdir}/libKPimKDAV.so.*
%files devel %files devel
%defattr(-,root,root) %license COPYING
%doc COPYING README %doc README
%{_includedir}/KPim/ %{_includedir}/KPim/
%{_kf5_libdir}/cmake/KPimKDAV/ %{_kf5_libdir}/cmake/KPimKDAV/
%{_kf5_libdir}/libKPimKDAV.so %{_kf5_libdir}/libKPimKDAV.so