From f21089a50daeda55599c6cc56363a8888c31dbc70cda2a16cf8343ba42ea6044 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 13 Jul 2017 14:09:22 +0000 Subject: [PATCH 1/2] Accepting request 510055 from home:olh:branches:server:mail - Remove openssl because gnutls is preferd already OBS-URL: https://build.opensuse.org/request/show/510055 OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=20 --- libvmime.changes | 5 +++++ libvmime.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libvmime.changes b/libvmime.changes index bd56b0d..ca44938 100644 --- a/libvmime.changes +++ b/libvmime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 13 11:48:42 UTC 2017 - olaf@aepfle.de + +- Remove openssl because gnutls is preferd already + ------------------------------------------------------------------- Wed Mar 8 09:43:48 UTC 2017 - bosim@opensuse.org diff --git a/libvmime.spec b/libvmime.spec index ae09cde..dc4486c 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -40,7 +40,6 @@ BuildRequires: libgnutls-devel %if !0%{?sle_version} BuildRequires: libgsasl-devel %endif -BuildRequires: libopenssl-devel BuildRequires: pkg-config %if 0%{?suse_version} >= 1130 %define with_pdf 1 From e6d2787379e0639a89511f40e65ce910f6504675225f929c5a23f9cec0d4b621 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 13 Jul 2017 14:12:00 +0000 Subject: [PATCH 2/2] - Update description OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=21 --- libvmime.changes | 5 +++++ libvmime.spec | 36 +++++++++++++++++------------------- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/libvmime.changes b/libvmime.changes index ca44938..43b6ddf 100644 --- a/libvmime.changes +++ b/libvmime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 13 14:11:54 UTC 2017 - jengelh@inai.de + +- Update description + ------------------------------------------------------------------- Thu Jul 13 11:48:42 UTC 2017 - olaf@aepfle.de diff --git a/libvmime.spec b/libvmime.spec index dc4486c..bad2526 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -58,40 +58,38 @@ BuildRequires: tex(ucs.sty) BuildRequires: xz %description -VMime is a powerful C++ class library for working with MIME messages -and Internet messaging services like IMAP, POP or SMTP. +VMime is a C++ class library for working with RFC2822 and +MIME-conforming messages (RFC2045–2049), as well as Internet +messaging services like IMAP, POP or SMTP. -With VMime you can parse, generate and modify messages, and also -connect to store and transport services to receive or send messages -over the Internet. The library offers all the features to build a -complete mail client. +VMime can parse, generate and modify messages, and also connect to +store and transport services to receive or send messages over the +Internet. The library offers features to build a mail client. %package -n %lname Summary: Library for working with MIME messages and IMAP/POP/SMTP Group: System/Libraries %description -n %lname -VMime is a powerful C++ class library for working with MIME messages -and Internet messaging services like IMAP, POP or SMTP. +VMime is a C++ class library for working with RFC2822 and +MIME-conforming messages (RFC2045–2049), as well as Internet +messaging services like IMAP, POP or SMTP. -With VMime you can parse, generate and modify messages, and also -connect to store and transport services to receive or send messages -over the Internet. The library offers all the features to build a -complete mail client. +VMime can parse, generate and modify messages, and also connect to +store and transport services to receive or send messages over the +Internet. The library offers features to build a mail client. %package devel -Summary: Library for working with MIME messages and IMAP/POP/SMTP +Summary: Development files for vmime, an e-mail message library Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -VMime is a powerful C++ class library for working with MIME messages -and Internet messaging services like IMAP, POP or SMTP. +VMime is a C++ class library for working with RFC2822 and +MIME-conforming messages (RFC2045–2049), as well as Internet +messaging services like IMAP, POP or SMTP. -With VMime you can parse, generate and modify messages, and also -connect to store and transport services to receive or send messages -over the Internet. The library offers all the features to build a -complete mail client. +This subpackage contains the headers for the library's API. %prep %setup -qn vmime-%version