Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package deepin-launcher for openSUSE:Factory
checked in at 2021-06-21 20:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-launcher (Old)
and /work/SRC/openSUSE:Factory/.deepin-launcher.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-launcher"
Mon Jun 21 20:36:00 2021 rev:3 rq:901177 version:5.4.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-launcher/deepin-launcher.changes
2021-06-02 22:11:00.432125197 +0200
+++
/work/SRC/openSUSE:Factory/.deepin-launcher.new.2625/deepin-launcher.changes
2021-06-21 20:36:26.134681016 +0200
@@ -1,0 +2,9 @@
+Tue Jun 8 13:04:48 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 5.4.11
+ * Bug fixes
+ * Feature: Allow configure the right-click menu of the application
+ to be displayed or hidden
+- Use find_lang macro
+
+-------------------------------------------------------------------
Old:
----
dde-launcher-5.4.5.tar.gz
New:
----
dde-launcher-5.4.11.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deepin-launcher.spec ++++++
--- /var/tmp/diff_new_pack.T6Sq0m/_old 2021-06-21 20:36:26.718681757 +0200
+++ /var/tmp/diff_new_pack.T6Sq0m/_new 2021-06-21 20:36:26.722681762 +0200
@@ -19,7 +19,7 @@
%define _name dde-launcher
Name: deepin-launcher
-Version: 5.4.5
+Version: 5.4.11
Release: 0
Summary: Deepin Launcher
License: GPL-3.0-or-later
@@ -45,7 +45,6 @@
Requires: deepin-desktop-schemas >= 5.9.3
Requires: deepin-start
Requires: libqt5-qdbus
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Deepin desktop-environment - Launcher module
@@ -60,35 +59,42 @@
The deepin-launcher-devel package contains the header files and developer
docs for deepin-launcher.
+%lang_package
+
%prep
%setup -q -n %{_name}-%{version}
sed -i 's|lrelease|lrelease-qt5|g' translate_generation.sh
sed -i 's|qdbus|qdbus-qt5|g' dde-launcher-wapper
%build
-%cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
- -DWITHOUT_UNINSTALL_APP=1
-%make_build
+%cmake -DWITHOUT_UNINSTALL_APP=1
+%cmake_build
%install
%cmake_install
+%find_lang %{_name} --with-qt
%files
-%defattr(-,root,root,-)
-%doc CHANGELOG.md README.md
%license LICENSE
+%doc CHANGELOG.md README.md
%{_bindir}/%{_name}
%{_bindir}/%{_name}-wapper
-%{_datadir}/%{_name}
%{_datadir}/applications/%{_name}.desktop
%{_datadir}/dbus-1/services/*.service
-%dir %{_datadir}/icons/hicolor/scalable
-%dir %{_datadir}/icons/hicolor/scalable/apps
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_datadir}/glib-2.0/schemas/com.deepin.dde.launcher.gschema.xml
+%dir %{_datadir}/%{_name}
+%dir %{_datadir}/%{_name}/translations
+%{_datadir}/%{_name}/translations/dde-launcher.qm
%files devel
-%defattr(-,root,root,-)
%{_includedir}/%{_name}
+%files lang -f %{_name}.lang
+# unusual languages not autodetected by find_lang (boo#1187036)
+%lang(ast) %{_datadir}/%{_name}/translations/dde-launcher_ast.qm
+%lang(fil) %{_datadir}/%{_name}/translations/dde-launcher_fil.qm
+%lang(kab) %{_datadir}/%{_name}/translations/dde-launcher_kab.qm
+%lang(pam) %{_datadir}/%{_name}/translations/dde-launcher_pam.qm
+
%changelog
++++++ dde-launcher-5.4.5.tar.gz -> dde-launcher-5.4.11.tar.gz ++++++
++++ 6756 lines of diff (skipped)