Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvmime for openSUSE:Factory checked in at 2021-11-27 00:51:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvmime (Old) and /work/SRC/openSUSE:Factory/.libvmime.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvmime" Sat Nov 27 00:51:26 2021 rev:24 rq:933957 version:0.9.2.165 Changes: -------- --- /work/SRC/openSUSE:Factory/libvmime/libvmime.changes 2020-05-26 17:21:33.868264276 +0200 +++ /work/SRC/openSUSE:Factory/.libvmime.new.1895/libvmime.changes 2021-11-27 00:52:15.846607387 +0100 @@ -1,0 +2,10 @@ +Wed Nov 24 09:49:33 UTC 2021 - Jan Engelhardt <jeng...@inai.de> + +- Update to snapshot 0.9.2.165 (edcb4b4b1f1f) + * imap: Added support for pipelined and out-of-order replies. + * smtp: Add basic support for delivery status notifications (DSN) + * mime: Reply-To is now an addressList in accordance with the RFC + (API change) +- Add libvmime-soname.diff + +------------------------------------------------------------------- Old: ---- vmime-0.9.2.96.tar.xz New: ---- libvmime-soname.diff vmime-0.9.2.165.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvmime.spec ++++++ --- /var/tmp/diff_new_pack.8CoxM3/_old 2021-11-27 00:52:16.306605799 +0100 +++ /var/tmp/diff_new_pack.8CoxM3/_new 2021-11-27 00:52:16.306605799 +0100 @@ -17,17 +17,18 @@ Name: libvmime -%define lname libvmime-kopano3 +%define lname libvmime-suse4 +Version: 0.9.2.165 +Release: 0 Summary: Library for working with RFC 5322, MIME messages and IMAP/POP/SMTP License: GPL-3.0-or-later Group: Development/Libraries/C and C++ -Version: 0.9.2.96 -Release: 0 URL: http://vmime.org/ #Source: https://github.com/kisli/vmime/archive/v%%version.tar.gz Source: vmime-%version.tar.xz Patch1: libvmime-nodatetime.diff +Patch2: libvmime-soname.diff BuildRequires: ImageMagick BuildRequires: cmake >= 2.8.3 BuildRequires: doxygen @@ -90,7 +91,6 @@ popd %endif -cf="%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1" %cmake \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DINCLUDE_INSTALL_DIR:PATH="%_includedir" \ @@ -110,7 +110,7 @@ -DCMAKE_CXX_FLAGS:STRING=" " \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$cf" \ -DCMAKE_C_FLAGS:STRING=" " -make %{?_smp_mflags} VERBOSE=1 +%cmake_build %install b="%buildroot" @@ -121,21 +121,21 @@ %cmake_install find "$b" -type f -name "*.la" -delete mkdir -p "$b/%_datadir" -mv "$b/%_prefix/cmake" "$b/%_datadir/" +#mv "$b/%_prefix/cmake" "$b/%_datadir/" %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname %license COPYING -%_libdir/libvmime-kopano.so.3* +%_libdir/libvmime-suse.so.4* %files devel %_includedir/vmime %_libdir/libvmime.so -%_libdir/libvmime-kopano.so +%_libdir/libvmime-suse.so %_libdir/pkgconfig/*.pc -%_datadir/cmake/ +%_libdir/cmake/ %if 0%{?with_pdf} %_docdir/%name %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8CoxM3/_old 2021-11-27 00:52:16.334605702 +0100 +++ /var/tmp/diff_new_pack.8CoxM3/_new 2021-11-27 00:52:16.334605702 +0100 @@ -1,8 +1,8 @@ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> - <param name="url">https://github.com/kopano-dev/vmime</param> - <param name="revision">v0.9.2k4</param> + <param name="url">https://github.com/kisli/vmime</param> + <param name="revision">edcb4b4b1f1feb5d823d2eaba6aa6dda462d0b00</param> <param name="parent-tag">v0.9.2</param> <param name="versionformat">0.9.2.@TAG_OFFSET@</param> </service> ++++++ libvmime-soname.diff ++++++ commit fb47e5911366daba6e29c5909880e3ca99ea4d90 Author: Jan Engelhardt <jeng...@inai.de> Date: Sun Jun 30 10:14:21 2019 +0200 Add some distinguishing library name identifiers as per https://en.opensuse.org/openSUSE:Shared_library_packaging_policy#When_there_is_no_versioning ordinal clause 3 (packaging Git snapshot with ABI changing midway). --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Index: vmime-0.9.2.165/CMakeLists.txt =================================================================== --- vmime-0.9.2.165.orig/CMakeLists.txt +++ vmime-0.9.2.165/CMakeLists.txt @@ -50,7 +50,7 @@ SET(VMIME_VERSION_MICRO 2) # . Interfaces added/removed/changed: CURRENT++, REVISION=0 # . 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_REVISION 0) SET(VMIME_API_VERSION_AGE 0) @@ -163,11 +163,15 @@ IF(VMIME_BUILD_SHARED_LIBRARY) SET_TARGET_PROPERTIES( ${VMIME_LIBRARY_NAME} PROPERTIES + OUTPUT_NAME "vmime-suse" VERSION "${VMIME_API_VERSION}" SOVERSION "${VMIME_API_VERSION_CURRENT}" COMPILE_FLAGS -DVMIME_SHARED ) + execute_process(COMMAND ln -s libvmime-suse.so.${VMIME_API_VERSION_CURRENT} libvmime.so) + install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libvmime.so DESTINATION ${CMAKE_INSTALL_LIBDIR}/ COMPONENT libraries) + ENDIF() # Static library ++++++ vmime-0.9.2.96.tar.xz -> vmime-0.9.2.165.tar.xz ++++++ ++++ 5344 lines of diff (skipped)