Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package unetbootin for openSUSE:Factory checked in at 2021-07-07 18:30:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unetbootin (Old) and /work/SRC/openSUSE:Factory/.unetbootin.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unetbootin" Wed Jul 7 18:30:29 2021 rev:13 rq:904432 version:0.0.702 Changes: -------- --- /work/SRC/openSUSE:Factory/unetbootin/unetbootin.changes 2021-02-19 23:49:56.603638573 +0100 +++ /work/SRC/openSUSE:Factory/.unetbootin.new.2625/unetbootin.changes 2021-07-07 18:31:39.314437458 +0200 @@ -1,0 +2,7 @@ +Tue Jun 22 01:51:01 UTC 2021 - Fusion Future <[email protected]> + +- Ignore %desktop_database_post, %desktop_database_postun, + %icon_theme_cache_post and %icon_theme_cache_postun in newer releases. +- Fix build error on SLE 12 SP4 and SLE 12 SP5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unetbootin.spec ++++++ --- /var/tmp/diff_new_pack.CQ5kwn/_old 2021-07-07 18:31:39.686434539 +0200 +++ /var/tmp/diff_new_pack.CQ5kwn/_new 2021-07-07 18:31:39.690434507 +0200 @@ -35,15 +35,18 @@ BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Widgets) +BuildRequires: hicolor-icon-theme Requires: mtools Requires: syslinux Requires: udev Requires: util-linux Requires: xdg-utils +%if 0%{?suse_version} < 1330 Requires(post): hicolor-icon-theme Requires(post): update-desktop-files Requires(postun): hicolor-icon-theme Requires(postun): update-desktop-files +%endif # Requires syslinux, and that only exists for the following arches: ExclusiveArch: %{ix86} x86_64 # Remove when p7zip-full is in all products @@ -71,8 +74,11 @@ lupdate-qt5 unetbootin.pro lrelease-qt5 unetbootin.pro %qmake5 "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc" +%if 0%{?suse_version} < 1500 +%{__make} %{?_smp_mflags} +%else %make_build - +%endif %install install -D -m 0755 %{name} %{buildroot}%{_sbindir}/%{name} install -d -m 0755 %{buildroot}%{_datadir}/%{name} @@ -84,6 +90,7 @@ install -D -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop +%if 0%{?suse_version} < 1330 %post %desktop_database_post %icon_theme_cache_post @@ -91,6 +98,7 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files %doc README.TXT
