forked from pool/libvmime
Accepting request 1181792 from server:mail
- Update to snapshot 0.9.2+git203 (43b262bd) OBS-URL: https://build.opensuse.org/request/show/1181792 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=33
This commit is contained in:
commit
5597353abc
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+g203-0) unstable; urgency=low
|
||||||
|
|
||||||
* Initial package.
|
* Initial package.
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ Maintainer: openSUSE <opensuse@opensuse.org>
|
|||||||
Standards-Version: 4.5.0
|
Standards-Version: 4.5.0
|
||||||
Build-Depends: debhelper-compat (= 12)
|
Build-Depends: debhelper-compat (= 12)
|
||||||
|
|
||||||
Package: libvmime-suse6
|
Package: libvmime-suse8
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Description: Library for working with MIME messages and IMAP/POP/SMTP
|
Description: Library for working with MIME messages and IMAP/POP/SMTP
|
||||||
@ -13,7 +13,7 @@ Description: Library for working with MIME messages and IMAP/POP/SMTP
|
|||||||
|
|
||||||
Package: libvmime-dev
|
Package: libvmime-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, libvmime-suse6 (= ${binary:Version}),
|
Depends: ${misc:Depends}, libvmime-suse8 (= ${binary:Version}),
|
||||||
libgsasl-dev | libgsasl7-dev, libgnutls28-dev
|
libgsasl-dev | libgsasl7-dev, libgnutls28-dev
|
||||||
Description: Development files for vmime, an e-mail message library
|
Description: Development files for vmime, an e-mail message library
|
||||||
.
|
.
|
||||||
|
1
debian.libvmime-suse8.install
Normal file
1
debian.libvmime-suse8.install
Normal file
@ -0,0 +1 @@
|
|||||||
|
usr/lib/*/libvmime*.so.*
|
@ -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 8)
|
||||||
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,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 19 10:05:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to snapshot 0.9.2+git203 (43b262bd)
|
||||||
|
* another potential multiplication overflows
|
||||||
|
* build: upgrade to C++17 when ICU is used
|
||||||
|
* Fix a test failure in testNewFromString and
|
||||||
|
pathTest::testGenerate
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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+g203
|
||||||
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-suse8
|
||||||
Version: 0.9.2+g191
|
Version: 0.9.2+g203
|
||||||
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+g203.tar.xz
(Stored with Git LFS)
Normal file
BIN
vmime-0.9.2+g203.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user