Accepting request 359751 from KDE:Applications
Update to KDE Apps 15.12.2 OBS-URL: https://build.opensuse.org/request/show/359751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimap?expand=0&rev=6
This commit is contained in:
commit
2c6663f837
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ba115014bab3014ee1be6ba2dc3e27dfccb266815c294e4153bfd803c9453660
|
|
||||||
size 90004
|
|
3
kimap-15.12.2.tar.xz
Normal file
3
kimap-15.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3cf0938e4e86d1265734d8cf787d06e4ae8bdcbda95efe575e50254c7600bdd
|
||||||
|
size 89964
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 08:12:20 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
- Update to KDE Applications 15.12.2
|
||||||
|
* KDE Applications 15.12.2
|
||||||
|
* https://www.kde.org/announcements/announce-applications-15.12.2.php
|
||||||
|
* boo#966605
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 9 18:20:53 UTC 2016 - tittiatcoke@gmail.com
|
Sat Jan 9 18:20:53 UTC 2016 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
14
kimap.spec
14
kimap.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kimap
|
# spec file for package kimap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: kimap
|
Name: kimap
|
||||||
Version: 15.12.1
|
Version: 15.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.1.0
|
%define kf5_version 5.1.0
|
||||||
Summary: KDE PIM Libraries: IMAP library
|
Summary: KDE PIM Libraries: IMAP library
|
||||||
@ -29,20 +29,20 @@ BuildRequires: boost-devel >= 1.34.0
|
|||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: extra-cmake-modules >= 1.0.0
|
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
BuildRequires: kmime-devel
|
|
||||||
BuildRequires: kcmutils-devel >= %{kf5_version}
|
BuildRequires: kcmutils-devel >= %{kf5_version}
|
||||||
BuildRequires: kcodecs-devel >= %{kf5_version}
|
BuildRequires: kcodecs-devel >= %{kf5_version}
|
||||||
|
BuildRequires: kcodecs-devel >= %{kf5_version}
|
||||||
BuildRequires: kcompletion-devel >= %{kf5_version}
|
BuildRequires: kcompletion-devel >= %{kf5_version}
|
||||||
BuildRequires: kconfig-devel >= %{kf5_version}
|
BuildRequires: kconfig-devel >= %{kf5_version}
|
||||||
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
BuildRequires: kcoreaddons-devel >= %{kf5_version}
|
||||||
BuildRequires: kdelibs4support-devel >= %{kf5_version}
|
BuildRequires: kdelibs4support-devel >= %{kf5_version}
|
||||||
BuildRequires: kdoctools-devel >= %{kf5_version}
|
BuildRequires: kdoctools-devel >= %{kf5_version}
|
||||||
BuildRequires: kemoticons-devel >= %{kf5_version}
|
BuildRequires: kemoticons-devel >= %{kf5_version}
|
||||||
BuildRequires: kcodecs-devel >= %{kf5_version}
|
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: ki18n-devel >= %{kf5_version}
|
BuildRequires: ki18n-devel >= %{kf5_version}
|
||||||
BuildRequires: kio-devel >= %{kf5_version}
|
BuildRequires: kio-devel >= %{kf5_version}
|
||||||
BuildRequires: kitemviews-devel >= %{kf5_version}
|
BuildRequires: kitemviews-devel >= %{kf5_version}
|
||||||
|
BuildRequires: kmime-devel
|
||||||
BuildRequires: kparts-devel >= %{kf5_version}
|
BuildRequires: kparts-devel >= %{kf5_version}
|
||||||
BuildRequires: ktextwidgets-devel >= %{kf5_version}
|
BuildRequires: ktextwidgets-devel >= %{kf5_version}
|
||||||
BuildRequires: kwallet-devel >= %{kf5_version}
|
BuildRequires: kwallet-devel >= %{kf5_version}
|
||||||
@ -77,11 +77,11 @@ This package contains the libray for IMAP support
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: KDE PIM Libraries: Build Environment
|
Summary: KDE PIM Libraries: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: libKF5IMAP5 = %{version}
|
|
||||||
Requires: kmime-devel >= %{version}
|
|
||||||
Requires: kcoreaddons-devel >= %{kf5_version}
|
|
||||||
Requires: boost-devel >= 1.34.0
|
Requires: boost-devel >= 1.34.0
|
||||||
Requires: cyrus-sasl-devel
|
Requires: cyrus-sasl-devel
|
||||||
|
Requires: kcoreaddons-devel >= %{kf5_version}
|
||||||
|
Requires: kmime-devel >= %{version}
|
||||||
|
Requires: libKF5IMAP5 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains necessary include files and libraries needed
|
This package contains necessary include files and libraries needed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user