forked from pool/libvmime
- Update to snapshot 0.9.2.175 (fc69321d)
OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=32
This commit is contained in:
parent
bcaf027075
commit
9d0a9014e2
2
_service
2
_service
@ -2,7 +2,7 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/kisli/vmime</param>
|
||||
<param name="revision">edcb4b4b1f1feb5d823d2eaba6aa6dda462d0b00</param>
|
||||
<param name="revision">fc69321d5304c73be685c890f3b30528aadcfeaf</param>
|
||||
<param name="parent-tag">v0.9.2</param>
|
||||
<param name="versionformat">0.9.2.@TAG_OFFSET@</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
libvmime (0.9.2.165-0) unstable; urgency=low
|
||||
libvmime (0.9.2.175-0) unstable; urgency=low
|
||||
|
||||
* Initial package.
|
||||
|
||||
|
@ -5,7 +5,7 @@ Maintainer: openSUSE <opensuse@opensuse.org>
|
||||
Standards-Version: 4.5.0
|
||||
Build-Depends: debhelper-compat (= 12)
|
||||
|
||||
Package: libvmime-suse4
|
||||
Package: libvmime-suse5
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: Library for working with MIME messages and IMAP/POP/SMTP
|
||||
@ -13,6 +13,6 @@ Description: Library for working with MIME messages and IMAP/POP/SMTP
|
||||
|
||||
Package: libvmime-dev
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, libvmime-suse4 (= ${binary:Version})
|
||||
Depends: ${misc:Depends}, libvmime-suse5 (= ${binary:Version})
|
||||
Description: Development files for vmime, an e-mail message library
|
||||
.
|
||||
|
@ -19,7 +19,7 @@ Index: vmime-0.9.2.165/CMakeLists.txt
|
||||
# . Interfaces added (upward-compatible changes): AGE++
|
||||
# . Interfaces removed: AGE=0
|
||||
-SET(VMIME_API_VERSION_CURRENT 1)
|
||||
+SET(VMIME_API_VERSION_CURRENT 4)
|
||||
+SET(VMIME_API_VERSION_CURRENT 5)
|
||||
SET(VMIME_API_VERSION_REVISION 0)
|
||||
SET(VMIME_API_VERSION_AGE 0)
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 11 14:40:34 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to snapshot 0.9.2.175 (fc69321d)
|
||||
* Added utility function to convert byteArray to HEX string.
|
||||
* Added support for digest algorithm SHA256 (in certificates).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 8 12:56:59 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Format: 1.0
|
||||
Source: libvmime
|
||||
Architecture: any
|
||||
Version: 0.9.2.165
|
||||
Version: 0.9.2.175
|
||||
DEBTRANSFORM-RELEASE: 1
|
||||
Maintainer: openSUSE <opensuse@opensuse.org>
|
||||
Homepage: https://opensuse.org/
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: libvmime
|
||||
%define lname libvmime-suse4
|
||||
Version: 0.9.2.165
|
||||
%define lname libvmime-suse5
|
||||
Version: 0.9.2.175
|
||||
Release: 0
|
||||
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
|
||||
License: GPL-3.0-or-later
|
||||
@ -135,7 +135,7 @@ mkdir -p "$b/%_datadir"
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING
|
||||
%_libdir/libvmime-suse.so.4*
|
||||
%_libdir/libvmime-suse.so.5*
|
||||
|
||||
%files devel
|
||||
%_includedir/vmime
|
||||
|
BIN
vmime-0.9.2.165.tar.xz
(Stored with Git LFS)
BIN
vmime-0.9.2.165.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
vmime-0.9.2.175.tar.xz
(Stored with Git LFS)
Normal file
BIN
vmime-0.9.2.175.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user