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-03-23 20:18:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-compressor (Old) and /work/SRC/openSUSE:Factory/.deepin-compressor.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-compressor" Wed Mar 23 20:18:18 2022 rev:5 rq:964157 version:5.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-compressor/deepin-compressor.changes 2022-03-06 18:16:06.655828730 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-compressor.new.25692/deepin-compressor.changes 2022-03-23 20:20:15.790526740 +0100 @@ -1,0 +2,15 @@ +Mon Mar 21 12:28:57 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Fix build on ARM. + +------------------------------------------------------------------- +Sun Mar 20 11:54:46 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.12.2 + * Support long long filename + * Support choosing 1, 2, 4, 8 CPU cores. + * The minimum window size is 620*300 + * Update documents + * Fix bugs + +------------------------------------------------------------------- Old: ---- deepin-compressor-5.11.8.tar.gz New: ---- deepin-compressor-5.12.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-compressor.spec ++++++ --- /var/tmp/diff_new_pack.Sd9AZF/_old 2022-03-23 20:20:16.298527027 +0100 +++ /var/tmp/diff_new_pack.Sd9AZF/_new 2022-03-23 20:20:16.306527032 +0100 @@ -23,7 +23,7 @@ %endif Name: deepin-compressor -Version: 5.11.8 +Version: 5.12.2 Release: 0 License: GPL-3.0+ Summary: Archive Manager for Deepin Desktop @@ -56,13 +56,18 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Archive Manager is a fast and lightweight application for creating and extracting archives. +Archive Manager is a fast and lightweight application for creating and +extracting archives. %lang_package %prep %autosetup -p1 sed -i 's/lrelease/lrelease-qt5/g' src/translate_generation.sh +sed -i 's|/usr/lib/|%{_libdir}/|g' src/source/common/pluginmanager.cpp +%ifarch armv6l armv7l aarch64 +sed -i '/#include <map>/a#include <cstdint>' tests/UnitTest/include/gtest/src/stub.h +%endif %build %cmake -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ ++++++ deepin-compressor-5.11.8.tar.gz -> deepin-compressor-5.12.2.tar.gz ++++++ ++++ 21930 lines of diff (skipped)