SHA256
1
0
forked from pool/libvmime

- Update to 0.9.2k4 (0.9.2.96)

OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=27
This commit is contained in:
Jan Engelhardt 2020-05-23 23:02:34 +00:00 committed by Git OBS Bridge
parent b181520485
commit 33a0e83693
5 changed files with 17 additions and 26 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/kopano-dev/vmime</param>
<param name="revision">v0.9.2k2</param>
<param name="revision">v0.9.2k4</param>
<param name="parent-tag">v0.9.2</param>
<param name="versionformat">0.9.2.@TAG_OFFSET@</param>
</service>

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Sun Oct 6 14:21:40 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to 0.9.2k4 (0.9.2.96)
* Skip delimiter lines that are not exactly equal to the boundary
-------------------------------------------------------------------
Tue May 28 10:38:46 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to Kopano branch of vmime, 0.9.2k2
- Update to Kopano branch of vmime, 0.9.2k2 (0.9.2.85)
* Unbreak own hostname qualification on POSIX systems
-------------------------------------------------------------------

View File

@ -17,22 +17,18 @@
Name: libvmime
%define lname libvmime-kopano2
%define lname libvmime-kopano3
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
License: GPL-3.0-or-later
Group: Development/Libraries/C and C++
Version: 0.9.2.85
Version: 0.9.2.96
Release: 0
Url: http://vmime.org/
URL: http://vmime.org/
#Source: https://github.com/kisli/vmime/archive/v%%version.tar.gz
Source: vmime-%version.tar.xz
Patch1: libvmime-nodatetime.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ImageMagick
%if 0%{?suse_version} < 1310
BuildRequires: boost-devel
%endif
BuildRequires: cmake >= 2.8.3
BuildRequires: doxygen
BuildRequires: gcc-c++
@ -42,20 +38,12 @@ BuildRequires: libgnutls-devel
BuildRequires: libgsasl-devel
%endif
BuildRequires: pkg-config
%if 0%{?suse_version} >= 1130
%define with_pdf 1
%if 0%{?suse_version} < 1300
BuildRequires: texlive-bin-latex
%endif
BuildRequires: texlive-latex
%if 0%{?suse_version} >= 1230
BuildRequires: texlive-collection-fontsrecommended
BuildRequires: tex(courier.sty)
BuildRequires: tex(fancyheadings.sty)
BuildRequires: tex(pcrr7t.tfm)
BuildRequires: tex(ucs.sty)
%endif
%endif
BuildRequires: xz
%description
@ -93,8 +81,7 @@ messaging services like IMAP, POP or SMTP.
This subpackage contains the headers for the library's API.
%prep
%setup -qn vmime-%version
%patch -P 1 -p1
%autosetup -p1 -n vmime-%version
%build
%if 0%{?with_pdf}
@ -140,12 +127,10 @@ mv "$b/%_prefix/cmake" "$b/%_datadir/"
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%doc COPYING
%_libdir/libvmime-kopano.so.2*
%license COPYING
%_libdir/libvmime-kopano.so.3*
%files devel
%defattr(-,root,root)
%_includedir/vmime
%_libdir/libvmime.so
%_libdir/libvmime-kopano.so

BIN
vmime-0.9.2.85.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
vmime-0.9.2.96.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.