SHA256
1
0
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:
Jan Engelhardt 2016-10-30 19:18:26 +00:00 committed by Git OBS Bridge
parent 6f17748848
commit 159115bb42
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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