Hello community, here is the log from the commit of package pumpa for openSUSE:Factory checked in at 2015-05-23 13:08:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-10-29 21:10:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2015-05-23 13:08:49.000000000 +0200 @@ -1,0 +2,12 @@ +Fri May 22 19:00:12 UTC 2015 - [email protected] + +- Update to 0.9.1: + * Auto-link urls only if we are not using Markdown-mode. + * Now has an optional character count for people cross-posting to + character limited instances. + * Multiple context tabs can now be opened. + * Now presents an option to abort or ignore when confronted with + an SSL cert error. + * Add Russian translation. + +------------------------------------------------------------------- Old: ---- pumpa-0.9.tar.gz New: ---- pumpa-0.9.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pumpa.spec ++++++ --- /var/tmp/diff_new_pack.lwtb2V/_old 2015-05-23 13:08:49.000000000 +0200 +++ /var/tmp/diff_new_pack.lwtb2V/_new 2015-05-23 13:08:49.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package pumpa # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,14 @@ Name: pumpa -Version: 0.9 +Version: 0.9.1 Release: 0 Summary: A simple pump.io client written in C++/Qt License: GPL-3.0+ Group: System/GUI/Other Url: https://pumpa.branchable.com/ -Source: %{name}-%{version}.tar.gz +Source: %{name}-%{version}.tar.xz BuildRequires: aspell-devel -BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libtidy-0_99-0-devel @@ -43,23 +42,17 @@ %prep %setup -q -sed -i 's/^Icon=.*$/Icon=%{name}/' %{name}.desktop +sed -i 's/^\(Icon=\).*$/\1%{name}/' %{name}.desktop %build -%{qmake5} PREFIX=%{_prefix} +%qmake5 \ + QMAKE_CXXFLAGS='%{optflags}' \ + QMAKE_CFLAGS='%{optflags}' \ + PREFIX=%{_prefix} make %{?_smp_mflags} %install -%{qmake5_install} - -mkdir -p %{buildroot}%{_datadir}/%{name}/images/ %{buildroot}%{_datadir}/%{name}/translations/ -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/ - -%suse_update_desktop_file -G "pump.io client" -r %{name} Network InstantMessaging -fdupes -s %{buildroot} -%find_lang %{name} --with-qt +%qmake5_install %post %desktop_database_post @@ -73,8 +66,9 @@ %defattr(-,root,root) %doc LICENSE README %{_bindir}/%{name} -%{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/ +%dir %{_datadir}/icons/hicolor/*/ +%dir %{_datadir}/icons/hicolor/*/apps/ +%{_datadir}/icons/hicolor/*/apps/%{name}* %changelog
