diff --git a/_service b/_service index 961ec9b..06b476e 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ git https://github.com/kisli/vmime - d03ad5f0f6d3b2d54009ccdc7d1f7670218b263c + master v0.9.2 0.9.2+g@TAG_OFFSET@ diff --git a/debian.changelog b/debian.changelog index d9fc2f8..5c7bee9 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -libvmime (0.9.2+g191-0) unstable; urgency=low +libvmime (0.9.2+g203-0) unstable; urgency=low * Initial package. diff --git a/debian.control b/debian.control index 25b571f..2bb6256 100644 --- a/debian.control +++ b/debian.control @@ -5,7 +5,7 @@ Maintainer: openSUSE Standards-Version: 4.5.0 Build-Depends: debhelper-compat (= 12) -Package: libvmime-suse6 +Package: libvmime-suse8 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} 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 Architecture: any -Depends: ${misc:Depends}, libvmime-suse6 (= ${binary:Version}), +Depends: ${misc:Depends}, libvmime-suse8 (= ${binary:Version}), libgsasl-dev | libgsasl7-dev, libgnutls28-dev Description: Development files for vmime, an e-mail message library . diff --git a/debian.libvmime-suse6.install b/debian.libvmime-suse7.install similarity index 100% rename from debian.libvmime-suse6.install rename to debian.libvmime-suse7.install diff --git a/debian.libvmime-suse8.install b/debian.libvmime-suse8.install new file mode 100644 index 0000000..f28726b --- /dev/null +++ b/debian.libvmime-suse8.install @@ -0,0 +1 @@ +usr/lib/*/libvmime*.so.* diff --git a/libvmime-soname.diff b/libvmime-soname.diff index 9785191..411632a 100644 --- a/libvmime-soname.diff +++ b/libvmime-soname.diff @@ -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 6) ++SET(VMIME_API_VERSION_CURRENT 8) SET(VMIME_API_VERSION_REVISION 0) SET(VMIME_API_VERSION_AGE 0) diff --git a/libvmime.changes b/libvmime.changes index 1b92efb..b3265d1 100644 --- a/libvmime.changes +++ b/libvmime.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Jun 19 10:05:25 UTC 2024 - Jan Engelhardt + +- 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 + +- 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 diff --git a/libvmime.dsc b/libvmime.dsc index 8b9ce17..3cb61aa 100644 --- a/libvmime.dsc +++ b/libvmime.dsc @@ -1,7 +1,7 @@ Format: 1.0 Source: libvmime Architecture: any -Version: 0.9.2+g191 +Version: 0.9.2+g203 DEBTRANSFORM-RELEASE: 1 Maintainer: openSUSE Homepage: https://opensuse.org/ diff --git a/libvmime.spec b/libvmime.spec index adc92ab..245c58b 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -17,8 +17,8 @@ Name: libvmime -%define lname libvmime-suse6 -Version: 0.9.2+g191 +%define lname libvmime-suse8 +Version: 0.9.2+g203 Release: 0 Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP License: GPL-3.0-or-later @@ -128,12 +128,11 @@ cp -a doc/book/book.pdf "$b/%_docdir/%name/" %cmake_install find "$b" -type f -name "*.la" -delete -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%ldconfig_scriptlets -n %lname %files -n %lname %license COPYING -%_libdir/libvmime-suse.so.6* +%_libdir/libvmime-suse.so.* %files devel %_includedir/vmime diff --git a/vmime-0.9.2+g191.tar.xz b/vmime-0.9.2+g191.tar.xz deleted file mode 100644 index a0ae00e..0000000 --- a/vmime-0.9.2+g191.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d9429370304f6187d8f82d31b59455d491fd1451a490a0b821faca2943bfddf -size 387636 diff --git a/vmime-0.9.2+g203.tar.xz b/vmime-0.9.2+g203.tar.xz new file mode 100644 index 0000000..77eb8ff --- /dev/null +++ b/vmime-0.9.2+g203.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d102f4661320e51bb19f0bc920a7f20f799c6b4e00c93d1696077ef9f940a2e9 +size 390260