Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-calendar for openSUSE:Factory checked in at 2021-11-02 19:18:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-calendar (Old) and /work/SRC/openSUSE:Factory/.deepin-calendar.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-calendar" Tue Nov 2 19:18:49 2021 rev:4 rq:928637 version:5.8.16 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-calendar/deepin-calendar.changes 2021-06-02 22:10:51.520125924 +0200 +++ /work/SRC/openSUSE:Factory/.deepin-calendar.new.1890/deepin-calendar.changes 2021-11-02 19:19:21.063092539 +0100 @@ -1,0 +2,21 @@ +Thu Oct 28 03:34:34 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.8.16 + * Update manual documents + * Fix bugs +- Add fix-hardcode-path.patch + +------------------------------------------------------------------- +Thu Jul 29 08:01:45 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Update version to 5.8.12 + * Fix bugs + * Update translations + +------------------------------------------------------------------- +Thu Jun 3 13:17:29 UTC 2021 - Hillwood Yang <hillw...@opensuse.org> + +- Stop owning directories provided by filesystem and other packages + (every dir should only have one owner) (boo#1184786) + +------------------------------------------------------------------- Old: ---- dde-calendar-5.8.0.19.tar.gz New: ---- dde-calendar-5.8.16.tar.gz fix-hardcode-path.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-calendar.spec ++++++ --- /var/tmp/diff_new_pack.tiQGt2/_old 2021-11-02 19:19:21.703093030 +0100 +++ /var/tmp/diff_new_pack.tiQGt2/_new 2021-11-02 19:19:21.707093034 +0100 @@ -25,15 +25,23 @@ %endif Name: deepin-calendar -Version: 5.8.0.19 +Version: 5.8.16 Release: 0 Summary: A calendar application for Deepin Desktop License: GPL-3.0-or-later Group: Productivity/Office/Organizers URL: https://github.com/linuxdeepin/dde-calendar Source0: https://github.com/linuxdeepin/dde-calendar/archive/%{version}/%{_name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM fix-hardcode-path.patch hillw...@opensuse.org +# https://github.com/linuxdeepin/dde-calendar/pull/49 +Patch0: fix-hardcode-path.patch BuildRequires: deepin-gettext-tools BuildRequires: desktop-file-utils +%ifarch ppc ppc64 ppc64le s390 s390x +BuildRequires: deepin-desktop-base +%else +BuildRequires: deepin-manual +%endif BuildRequires: fdupes BuildRequires: gtest BuildRequires: hicolor-icon-theme @@ -60,8 +68,7 @@ %lang_package %prep -%setup -q -n %{_name}-%{version} -# %patch0 -p1 +%autosetup -p1 -n %{_name}-%{version} sed -i 's/lrelease)/lrelease-qt5)/g' CMakeLists.txt sed -i 's/lupdate)/lupdate-qt5)/g' CMakeLists.txt sed -i '/<QQueue>/a #include <QMouseEvent>' calendar-client/src/widget/dayWidget/daymonthview.cpp \ @@ -83,6 +90,7 @@ sed -i 's/1.2.2/%{version}/g' calendar-client/CMakeLists.txt sed -i 's/Exec=dde-calendar/Exec=env QT_QPA_PLATFORMTHEME=deepin dde-calendar/g' \ calendar-client/assets/dde-calendar.desktop +sed -i 's/5.5//g' calendar-client/CMakeLists.txt calendar-service/CMakeLists.txt %build %cmake -DVERSION=%{version}-%{distribution} @@ -103,7 +111,6 @@ %doc README.md %license LICENSE %{_bindir}/%{_name} -%{_prefix}/lib/deepin-aiassistant %{_datadir}/applications/%{_name}.desktop %{_sysconfdir}/xdg/autostart/%{_name}-service.desktop %dir %{_prefix}/lib/deepin-daemon @@ -112,7 +119,10 @@ %dir %{_datadir}/icons/hicolor/scalable %dir %{_datadir}/icons/hicolor/scalable/apps %{_datadir}/icons/hicolor/scalable/apps/%{_name}.svg -%{_datadir}/deepin-manual +%{_datadir}/deepin-manual/manual-assets/application/%{_name} +%dir %{_libdir}/deepin-aiassistant +%dir %{_libdir}/deepin-aiassistant/serivce-plugins +%{_libdir}/deepin-aiassistant/serivce-plugins/libuosschedulex-plugin.so %files lang %defattr(-,root,root,-) ++++++ dde-calendar-5.8.0.19.tar.gz -> dde-calendar-5.8.16.tar.gz ++++++ ++++ 101531 lines of diff (skipped) ++++++ fix-hardcode-path.patch ++++++ diff -Nur dde-calendar-5.8.16/schedule-plugin/CMakeLists.txt dde-calendar-5.8.16-new/schedule-plugin/CMakeLists.txt --- dde-calendar-5.8.16/schedule-plugin/CMakeLists.txt 2021-10-21 16:30:20.000000000 +0800 +++ dde-calendar-5.8.16-new/schedule-plugin/CMakeLists.txt 2021-10-28 14:22:21.241170251 +0800 @@ -84,4 +84,4 @@ ) # Install files -install(TARGETS ${PROJECT_NAME} DESTINATION /usr/lib/deepin-aiassistant/serivce-plugins) +install(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR}/deepin-aiassistant/serivce-plugins)