forked from pool/libvmime
- Update to new git snapshot
047cacb1dba516ca902b36a290f2b81555658c1e [0.9.2~g500] * Skip multiple (bogus) colons after header field name 4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113 [0.9.2~g490] OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=10
This commit is contained in:
parent
6f17748848
commit
159115bb42
@ -1,13 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 30 18:36:29 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new git snapshot
|
||||
047cacb1dba516ca902b36a290f2b81555658c1e [0.9.2~g500]
|
||||
* Skip multiple (bogus) colons after header field name
|
||||
- Add dont-fixup.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 22 17:05:17 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new git snapshot
|
||||
047cacb1dba516ca902b36a290f2b81555658c1e [0.9.2~g500]
|
||||
4d1a6ad2f267e3b83f7c04122af8d8e7ee9a2113 [0.9.2~g490]
|
||||
* handle "x-uuencode" type
|
||||
* Skip word on unexpected error when fixing broken words.
|
||||
* XOAUTH2 auth mechanism support
|
||||
|
@ -121,7 +121,7 @@ cmake . \
|
||||
-DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \
|
||||
-DCMAKE_RELEASE_TYPE:STRING="RelWithDebInfo" \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
||||
-DCMAKE_CXX_FLAGS_DEBUG:STRING="-ggdb3 -O0" \
|
||||
-DCMAKE_CXX_FLAGS_DEBUG:STRING="-g" \
|
||||
%if 0%{?suse_version} >= 1310
|
||||
-DCMAKE_CXX_FLAGS:STRING="$cf -std=gnu++11" \
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user