SHA256
1
0
forked from pool/libvmime

- Update to final release 0.9.2

* Always ignore newlines between words.

OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=11
This commit is contained in:
Jan Engelhardt 2017-01-03 11:56:10 +00:00 committed by Git OBS Bridge
parent 159115bb42
commit 82c51f1887
6 changed files with 15 additions and 25 deletions

View File

@ -1,13 +0,0 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">git://github.com/kisli/vmime</param>
<param name="parent-tag">bdbccdd64d139366210e4bd30e2fd1715edefa32</param>
<param name="versionformat">0.9.2~g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>

View File

@ -4,9 +4,9 @@ Date: Wed, 27 Mar 2013 17:50:08 +0100
Subject: [PATCH] build:
AFAICS, VMIME broke its API between 0.4.x and 0.8.x without updating
soversions, hence no trust that it is correct now. This changed again
after 0.9.1; since we are also packaging up a git snapshot currently,
make sure it has a unique SONAME. Do the same as we do for wxWidgets-3_0,
soversions, hence no trust that it is correct now. v0.9.2 also
carries the same number as 0.9.1 despite the API having changed.
Make sure it has a unique SONAME. Do the same as we do for wxWidgets-3_0,
and use an unambiguous "suse" suffix.
---
CMakeLists.txt | 4 ++--

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 3 11:51:36 UTC 2017 - jengelh@inai.de
- Update to final release 0.9.2
* Always ignore newlines between words.
-------------------------------------------------------------------
Sun Oct 30 18:36:29 UTC 2016 - jengelh@inai.de

View File

@ -16,19 +16,16 @@
#
%define version_unconverted 0.9.2~g500
Name: libvmime
%define lname libvmime-suse3
Summary: Library for working with MIME messages and IMAP/POP/SMTP
Summary: Library for working with RFC 2822, MIME messages and IMAP/POP/SMTP
License: GPL-3.0+
Group: Development/Libraries/C and C++
Version: 0.9.2~g500
Version: 0.9.2
Release: 0
Url: http://vmime.org/
#Source: http://downloads.sf.net/vmime/%name-%version.tar.bz2
Source: vmime-%version.tar.xz
Source: https://github.com/kisli/vmime/archive/v%version.tar.gz
Patch1: libvmime-nodatetime.diff
Patch2: libvmime-sotag.diff
Patch3: dont-fixup.diff

BIN
v0.9.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
vmime-0.9.2~g500.tar.xz (Stored with Git LFS)

Binary file not shown.