forked from pool/libvmime
- Update to snapshot 0.9.2+git196 (d296c2d)
OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=48
This commit is contained in:
parent
f7a24e0250
commit
3412407292
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/kisli/vmime</param>
|
<param name="url">https://github.com/kisli/vmime</param>
|
||||||
<param name="revision">d03ad5f0f6d3b2d54009ccdc7d1f7670218b263c</param>
|
<param name="revision">master</param>
|
||||||
<param name="parent-tag">v0.9.2</param>
|
<param name="parent-tag">v0.9.2</param>
|
||||||
<param name="versionformat">0.9.2+g@TAG_OFFSET@</param>
|
<param name="versionformat">0.9.2+g@TAG_OFFSET@</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
libvmime (0.9.2+g191-0) unstable; urgency=low
|
libvmime (0.9.2+g196-0) unstable; urgency=low
|
||||||
|
|
||||||
* Initial package.
|
* Initial package.
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Index: vmime-0.9.2.165/CMakeLists.txt
|
|||||||
# . Interfaces added (upward-compatible changes): AGE++
|
# . Interfaces added (upward-compatible changes): AGE++
|
||||||
# . Interfaces removed: AGE=0
|
# . Interfaces removed: AGE=0
|
||||||
-SET(VMIME_API_VERSION_CURRENT 1)
|
-SET(VMIME_API_VERSION_CURRENT 1)
|
||||||
+SET(VMIME_API_VERSION_CURRENT 6)
|
+SET(VMIME_API_VERSION_CURRENT 7)
|
||||||
SET(VMIME_API_VERSION_REVISION 0)
|
SET(VMIME_API_VERSION_REVISION 0)
|
||||||
SET(VMIME_API_VERSION_AGE 0)
|
SET(VMIME_API_VERSION_AGE 0)
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 21 14:25:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to snapshot 0.9.2+git196 (d296c2d)
|
||||||
|
* vmime: prevent loss of a space when a multi-word mailbox name
|
||||||
|
contains an umlaut
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 24 17:39:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Wed Apr 24 17:39:08 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: libvmime
|
Source: libvmime
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 0.9.2+g191
|
Version: 0.9.2+g196
|
||||||
DEBTRANSFORM-RELEASE: 1
|
DEBTRANSFORM-RELEASE: 1
|
||||||
Maintainer: openSUSE <opensuse@opensuse.org>
|
Maintainer: openSUSE <opensuse@opensuse.org>
|
||||||
Homepage: https://opensuse.org/
|
Homepage: https://opensuse.org/
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libvmime
|
Name: libvmime
|
||||||
%define lname libvmime-suse6
|
%define lname libvmime-suse7
|
||||||
Version: 0.9.2+g191
|
Version: 0.9.2+g196
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
|
Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -128,12 +128,11 @@ cp -a doc/book/book.pdf "$b/%_docdir/%name/"
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
find "$b" -type f -name "*.la" -delete
|
find "$b" -type f -name "*.la" -delete
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%_libdir/libvmime-suse.so.6*
|
%_libdir/libvmime-suse.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_includedir/vmime
|
%_includedir/vmime
|
||||||
|
BIN
vmime-0.9.2+g191.tar.xz
(Stored with Git LFS)
BIN
vmime-0.9.2+g191.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
vmime-0.9.2+g196.tar.xz
(Stored with Git LFS)
Normal file
BIN
vmime-0.9.2+g196.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user