Accepting request 483195 from server:mail

1

OBS-URL: https://build.opensuse.org/request/show/483195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/msmtp?expand=0&rev=39
This commit is contained in:
2017-04-07 12:19:31 +00:00
committed by Git OBS Bridge
2 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Mar 26 19:29:42 UTC 2017 - dev+novell@devmotion.de
- Keyring integration only for recent openSUSE and CentOS
-------------------------------------------------------------------
Sun Mar 26 19:14:20 UTC 2017 - dev+novell@devmotion.de
- Replace pkgconfig dependencies
-------------------------------------------------------------------
Sun Mar 26 19:07:02 UTC 2017 - dev+novell@devmotion.de
- Add keyring integration
-------------------------------------------------------------------
Mon Nov 14 22:09:00 UTC 2016 - benoit.monin@gmx.fr

View File

@@ -1,7 +1,7 @@
#
# spec file for package msmtp
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
#
%bcond_with gnome_keyring
Name: msmtp
Version: 1.6.6
Release: 0
@@ -25,8 +23,9 @@ BuildRequires: libidn-devel
BuildRequires: openssl-devel
BuildRequires: pkg-config
BuildRequires: xz
%if %{with gnome_keyring}
BuildRequires: pkgconfig(libsecret-1)
%if 0%{?suse_version} >= 1120 || 0%{?centos_version} == 700
# keyring integration for recent openSUSE and CentOS
BuildRequires: libsecret-devel
%endif
%if 0%{?suse_version} >= 1120
BuildRequires: libgsasl-devel