Accepting request 490328 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490328 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=10
This commit is contained in:
commit
25c73d1dd1
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:44:41 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:25:07 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* Fix indent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 25 23:10:04 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||
- Changes since 16.12.3:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:33:02 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
@ -26,14 +56,14 @@ Sat Jan 28 16:24:49 UTC 2017 - wbauer@tmo.at
|
||||
Sat Jan 14 08:47:51 UTC 2017 - lbeltrame@kde.org
|
||||
|
||||
- - Update to KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* KDE Applications 16.12.1
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 13 19:27:13 UTC 2016 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* KDE Applications 16.12.0
|
||||
* https://www.kde.org/announcements/announce-applications-16.12.0.php
|
||||
|
||||
|
||||
|
@ -16,12 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
%define sonum 5
|
||||
Name: akonadi-contact
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: KDE PIM Libraries for Akonadi Contacts
|
||||
License: LGPL-2.1+
|
||||
@ -48,6 +50,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
|
||||
Requires: libKF5AkonadiContact5 = %{version}
|
||||
Provides: akonadi-contacts = %{version}
|
||||
Obsoletes: akonadi-contacts < %{version}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# It can only build on the same platforms as Qt Webengine
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||
@ -80,6 +83,10 @@ Provides: akonadi-contacts-devel = %{version}
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop KDE PIM applications.
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n akonadi-contacts-%{version}
|
||||
|
||||
@ -89,6 +96,9 @@ to develop KDE PIM applications.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%endif
|
||||
|
||||
%post -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
||||
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
|
||||
@ -123,4 +133,9 @@ to develop KDE PIM applications.
|
||||
%{_kf5_includedir}/akonadi-contact_version.h
|
||||
%{_kf5_mkspecsdir}/qt_AkonadiContact.pri
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54345dc2dfbafce76533a2b461fe11a7a266406516d6cc359202fc5c3e790588
|
||||
size 149268
|
3
akonadi-contacts-17.04.0.tar.xz
Normal file
3
akonadi-contacts-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67fc0795c10f43c2c6a27ad5619ab044f3c527789a84ce8fbf6ce9652b06dc05
|
||||
size 348192
|
Loading…
Reference in New Issue
Block a user