From 3412407292f2925bd11564be6d7db6805fdc5ba2955c1c90a3d17ea57a78fc48 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 21 May 2024 14:57:06 +0000 Subject: [PATCH 1/3] - Update to snapshot 0.9.2+git196 (d296c2d) OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=48 --- _service | 2 +- debian.changelog | 2 +- libvmime-soname.diff | 2 +- libvmime.changes | 7 +++++++ libvmime.dsc | 2 +- libvmime.spec | 9 ++++----- vmime-0.9.2+g191.tar.xz | 3 --- vmime-0.9.2+g196.tar.xz | 3 +++ 8 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 vmime-0.9.2+g191.tar.xz create mode 100644 vmime-0.9.2+g196.tar.xz 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..bea721e 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -libvmime (0.9.2+g191-0) unstable; urgency=low +libvmime (0.9.2+g196-0) unstable; urgency=low * Initial package. diff --git a/libvmime-soname.diff b/libvmime-soname.diff index 9785191..94e36fe 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 7) SET(VMIME_API_VERSION_REVISION 0) SET(VMIME_API_VERSION_AGE 0) diff --git a/libvmime.changes b/libvmime.changes index 1b92efb..28501e3 100644 --- a/libvmime.changes +++ b/libvmime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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..70de31b 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+g196 DEBTRANSFORM-RELEASE: 1 Maintainer: openSUSE Homepage: https://opensuse.org/ diff --git a/libvmime.spec b/libvmime.spec index adc92ab..7ca9988 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-suse7 +Version: 0.9.2+g196 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+g196.tar.xz b/vmime-0.9.2+g196.tar.xz new file mode 100644 index 0000000..3fe71c6 --- /dev/null +++ b/vmime-0.9.2+g196.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec516c0cbe20ec97f09db6654af9956c16c4e39532642107a99ebf6cdc1c8ab +size 388068 From 356387941a1bb82519c9a61d480ccc41980af9bb4b2b0279f2a49817b2d29dab Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 21 May 2024 15:01:16 +0000 Subject: [PATCH 2/3] SONAME bump for Debian dsc OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=49 --- debian.control | 4 ++-- ...an.libvmime-suse6.install => debian.libvmime-suse7.install | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename debian.libvmime-suse6.install => debian.libvmime-suse7.install (100%) diff --git a/debian.control b/debian.control index 25b571f..863a961 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-suse7 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-suse7 (= ${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 From efc5f54946e3da58440fdfb0e1bf37bafa40fb179dc407e5613bcb05400d4a06 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Jun 2024 10:55:08 +0000 Subject: [PATCH 3/3] - Update to snapshot 0.9.2+git203 (43b262bd) OBS-URL: https://build.opensuse.org/package/show/server:mail/libvmime?expand=0&rev=50 --- debian.changelog | 2 +- debian.control | 4 ++-- debian.libvmime-suse8.install | 1 + libvmime-soname.diff | 2 +- libvmime.changes | 9 +++++++++ libvmime.dsc | 2 +- libvmime.spec | 4 ++-- vmime-0.9.2+g196.tar.xz | 3 --- vmime-0.9.2+g203.tar.xz | 3 +++ 9 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 debian.libvmime-suse8.install delete mode 100644 vmime-0.9.2+g196.tar.xz create mode 100644 vmime-0.9.2+g203.tar.xz diff --git a/debian.changelog b/debian.changelog index bea721e..5c7bee9 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -libvmime (0.9.2+g196-0) unstable; urgency=low +libvmime (0.9.2+g203-0) unstable; urgency=low * Initial package. diff --git a/debian.control b/debian.control index 863a961..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-suse7 +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-suse7 (= ${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-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 94e36fe..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 7) ++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 28501e3..b3265d1 100644 --- a/libvmime.changes +++ b/libvmime.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/libvmime.dsc b/libvmime.dsc index 70de31b..3cb61aa 100644 --- a/libvmime.dsc +++ b/libvmime.dsc @@ -1,7 +1,7 @@ Format: 1.0 Source: libvmime Architecture: any -Version: 0.9.2+g196 +Version: 0.9.2+g203 DEBTRANSFORM-RELEASE: 1 Maintainer: openSUSE Homepage: https://opensuse.org/ diff --git a/libvmime.spec b/libvmime.spec index 7ca9988..245c58b 100644 --- a/libvmime.spec +++ b/libvmime.spec @@ -17,8 +17,8 @@ Name: libvmime -%define lname libvmime-suse7 -Version: 0.9.2+g196 +%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 diff --git a/vmime-0.9.2+g196.tar.xz b/vmime-0.9.2+g196.tar.xz deleted file mode 100644 index 3fe71c6..0000000 --- a/vmime-0.9.2+g196.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eec516c0cbe20ec97f09db6654af9956c16c4e39532642107a99ebf6cdc1c8ab -size 388068 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