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:
parent
159115bb42
commit
82c51f1887
13
_service
13
_service
@ -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>
|
|
@ -4,9 +4,9 @@ Date: Wed, 27 Mar 2013 17:50:08 +0100
|
|||||||
Subject: [PATCH] build:
|
Subject: [PATCH] build:
|
||||||
|
|
||||||
AFAICS, VMIME broke its API between 0.4.x and 0.8.x without updating
|
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
|
soversions, hence no trust that it is correct now. v0.9.2 also
|
||||||
after 0.9.1; since we are also packaging up a git snapshot currently,
|
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,
|
Make sure it has a unique SONAME. Do the same as we do for wxWidgets-3_0,
|
||||||
and use an unambiguous "suse" suffix.
|
and use an unambiguous "suse" suffix.
|
||||||
---
|
---
|
||||||
CMakeLists.txt | 4 ++--
|
CMakeLists.txt | 4 ++--
|
||||||
|
@ -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
|
Sun Oct 30 18:36:29 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -16,19 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 0.9.2~g500
|
|
||||||
|
|
||||||
Name: libvmime
|
Name: libvmime
|
||||||
%define lname libvmime-suse3
|
%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+
|
License: GPL-3.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 0.9.2~g500
|
Version: 0.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://vmime.org/
|
Url: http://vmime.org/
|
||||||
|
|
||||||
#Source: http://downloads.sf.net/vmime/%name-%version.tar.bz2
|
Source: https://github.com/kisli/vmime/archive/v%version.tar.gz
|
||||||
Source: vmime-%version.tar.xz
|
|
||||||
Patch1: libvmime-nodatetime.diff
|
Patch1: libvmime-nodatetime.diff
|
||||||
Patch2: libvmime-sotag.diff
|
Patch2: libvmime-sotag.diff
|
||||||
Patch3: dont-fixup.diff
|
Patch3: dont-fixup.diff
|
||||||
|
BIN
v0.9.2.tar.gz
(Stored with Git LFS)
Normal file
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)
BIN
vmime-0.9.2~g500.tar.xz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user