Hello community, here is the log from the commit of package pumpa for openSUSE:Factory checked in at 2014-09-15 17:41:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pumpa (Old) and /work/SRC/openSUSE:Factory/.pumpa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pumpa" Changes: -------- --- /work/SRC/openSUSE:Factory/pumpa/pumpa.changes 2014-09-03 20:48:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-09-15 18:24:46.000000000 +0200 @@ -9 +9,2 @@ - * More aggressive about reloading inbox to better get missing replies + * More aggressive about reloading inbox to better get missing + replies @@ -11 +12,2 @@ - * Fixed bug where image upload consistently fails after an aborted upload + * Fixed bug where image upload consistently fails after an + aborted upload @@ -20 +22,2 @@ - * Avatar-menu with new auto-minimise feature that automatically collapses posts of e.g. noisy users :-) + * Avatar-menu with new auto-minimise feature that automatically + collapses posts of e.g. noisy users :-) @@ -22 +25,2 @@ - * Inline HTML now allowed using libtidy (this feature is disabled if libtidy isn't installed) + * Inline HTML now allowed using libtidy (this feature is disabled + if libtidy isn't installed) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pumpa.spec ++++++ --- /var/tmp/diff_new_pack.PpVDxL/_old 2014-09-15 18:24:48.000000000 +0200 +++ /var/tmp/diff_new_pack.PpVDxL/_new 2014-09-15 18:24:48.000000000 +0200 @@ -21,7 +21,7 @@ Release: 0 Summary: A simple pump.io client written in C++/Qt License: GPL-3.0+ -Group: System/GUI +Group: System/GUI/Other Url: https://pumpa.branchable.com/ Source: %{name}-%{version}.tar.gz @@ -46,17 +46,14 @@ sed -i 's/^Icon=\(.*\)/Icon=pumpa/' %{name}.desktop %build -%{_libqt5_bindir}/qmake -makefile %{name}.pro \ - QMAKE_CFLAGS="%{optflags}" \ - QMAKE_CXXFLAGS="%{optflags}" \ - PREFIX=%{_prefix} +%qmake5 PREFIX=%{_prefix} make %{?_smp_mflags} %install -make INSTALL_ROOT=%{buildroot} install +%qmake5_install mkdir -p %{buildroot}%{_datadir}/%{name}/images/ %{buildroot}%{_datadir}/%{name}/translations/ -install -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop +install -Dm 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop install -m 0644 images/* %{buildroot}%{_datadir}/%{name}/images/ install -m 0644 translations/*.qm %{buildroot}%{_datadir}/%{name}/translations/ -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de