Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2014-09-03 18:23:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-10 
14:38:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-09-03 
20:48:59.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Aug 25 17:05:31 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 0.9
+  * Support for editing posts and comments (in HTML only)
+  * Better display of deleted posts
+  * Be better about showing comments in temporal order
+  * Complete @-tagging with display name instead of nick name
+  * More aggressive about reloading inbox to better get missing replies
+  * Fixed UTF-8 bug introduced in v0.8.4
+  * Fixed bug where image upload consistently fails after an aborted upload
+  * Fixed download manager memory leaks
+  * Fixed bug where copy by Ctrl-C didn't work in text widgets
+  * Various minor bug fixes
+
+-------------------------------------------------------------------

Old:
----
  pumpa-0.8.4.tar.gz

New:
----
  pumpa-0.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pumpa.spec ++++++
--- /var/tmp/diff_new_pack.wrwuM6/_old  2014-09-03 20:49:00.000000000 +0200
+++ /var/tmp/diff_new_pack.wrwuM6/_new  2014-09-03 20:49:00.000000000 +0200
@@ -17,17 +17,18 @@
 
 
 Name:           pumpa
-Version:        0.8.4
+Version:        0.9
 Release:        0
 Summary:        A simple pump.io client written in C++/Qt
 License:        GPL-3.0+
 Group:          System/GUI
-Url:            http://saz.im/software/pumpa.html
+Url:            https://pumpa.branchable.com/
 Source:         %{name}-%{version}.tar.gz
 
 BuildRequires:  aspell-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libtidy-0_99-0-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)
@@ -47,21 +48,20 @@
 %build
 %{_libqt5_bindir}/qmake -makefile %{name}.pro \
   QMAKE_CFLAGS="%{optflags}"     \
-  QMAKE_CXXFLAGS="%{optflags}"
+  QMAKE_CXXFLAGS="%{optflags}"   \
+  PREFIX=%{_prefix}
 make %{?_smp_mflags}
 
 %install
-make install
+make INSTALL_ROOT=%{buildroot} install
 
 mkdir -p %{buildroot}%{_datadir}/%{name}/images/ 
%{buildroot}%{_datadir}/%{name}/translations/
-install -Dm 0644 images/%{name}.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+install -m 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 %{buildroot}
+fdupes -s %{buildroot}
 %find_lang %{name} --with-qt
 
 %files

++++++ pumpa-0.8.4.tar.gz -> pumpa-0.9.tar.gz ++++++
++++ 10059 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to