Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-compressor for openSUSE:Factory checked in at 2022-09-01 22:10:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-compressor (Old) and /work/SRC/openSUSE:Factory/.deepin-compressor.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-compressor" Thu Sep 1 22:10:19 2022 rev:7 rq:1000251 version:5.12.8 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-compressor/deepin-compressor.changes 2022-04-22 21:54:28.870821511 +0200 +++ /work/SRC/openSUSE:Factory/.deepin-compressor.new.2083/deepin-compressor.changes 2022-09-01 22:11:19.420269192 +0200 @@ -1,0 +2,14 @@ +Thu Aug 25 13:47:07 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.12.8 + * Fix bugs + * Support rename by right click +- Drop 001-fix-libdir.patch, fixed by upstream + +------------------------------------------------------------------- +Sat Jul 2 02:49:03 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.12.6 + * Change qDebug to qInfo + +------------------------------------------------------------------- Old: ---- 001-fix-libdir.patch deepin-compressor-5.12.5.tar.gz New: ---- deepin-compressor-5.12.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-compressor.spec ++++++ --- /var/tmp/diff_new_pack.tgDuRI/_old 2022-09-01 22:11:20.048270909 +0200 +++ /var/tmp/diff_new_pack.tgDuRI/_new 2022-09-01 22:11:20.052270920 +0200 @@ -23,15 +23,13 @@ %endif Name: deepin-compressor -Version: 5.12.5 +Version: 5.12.8 Release: 0 License: GPL-3.0+ Summary: Archive Manager for Deepin Desktop Url: https://github.com/linuxdeepin/deepin-compressor Group: Productivity/Archiving/Compression Source0: https://github.com/linuxdeepin/deepin-compressor/archive/%{version}/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM 001-fix-libdir.patch hillw...@opensuse.org - Don't hardcode the libraries path -Patch0: 001-fix-libdir.patch # PATCH-FIX-UPSTREAM 002-install-compressor-ChardetDetector.patch hillw...@opensuse.org # Install libcompressor-ChardetDetector.so Patch1: 002-install-compressor-ChardetDetector.patch ++++++ 002-install-compressor-ChardetDetector.patch ++++++ --- /var/tmp/diff_new_pack.tgDuRI/_old 2022-09-01 22:11:20.092271029 +0200 +++ /var/tmp/diff_new_pack.tgDuRI/_new 2022-09-01 22:11:20.092271029 +0200 @@ -1,12 +1,13 @@ -diff -Nur deepin-compressor-5.11.7/CMakeLists.txt deepin-compressor-5.11.7-new/CMakeLists.txt ---- deepin-compressor-5.11.7/CMakeLists.txt 2022-01-31 11:12:43.045264000 +0800 -+++ deepin-compressor-5.11.7-new/CMakeLists.txt 2022-01-31 11:13:12.181082651 +0800 -@@ -87,6 +87,7 @@ +diff -Nur deepin-compressor-5.12.8/CMakeLists.txt deepin-compressor-5.12.8-new/CMakeLists.txt +--- deepin-compressor-5.12.8/CMakeLists.txt 2022-08-04 15:50:23.000000000 +0800 ++++ deepin-compressor-5.12.8-new/CMakeLists.txt 2022-08-25 22:32:28.313058753 +0800 +@@ -109,7 +109,7 @@ + endif(USE_TEST) + configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${HFILES_OUTPUT_PATH}/config.h @ONLY) - set(CMAKE_INSTALL_PREFIX /usr) - -+install(TARGETS compressor-ChardetDetector DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/) - install(TARGETS cli7zplugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/) - install(TARGETS clirarplugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/) - install(TARGETS libzipplugin DESTINATION ${CMAKE_INSTALL_LIBDIR}/deepin-compressor/plugins/) +- ++install(TARGETS compressor-ChardetDetector DESTINATION ${COMPRESSOR_PLUGIN_PATH}) + install(TARGETS cli7zplugin DESTINATION ${COMPRESSOR_PLUGIN_PATH}) + install(TARGETS clirarplugin DESTINATION ${COMPRESSOR_PLUGIN_PATH}) + install(TARGETS libzipplugin DESTINATION ${COMPRESSOR_PLUGIN_PATH}) ++++++ deepin-compressor-5.12.5.tar.gz -> deepin-compressor-5.12.8.tar.gz ++++++ ++++ 53377 lines of diff (skipped)