commit pumpa for openSUSE:Factory

2017-08-13 Thread root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2017-08-13 14:57:00

Comparing /work/SRC/openSUSE:Factory/pumpa (Old)
 and  /work/SRC/openSUSE:Factory/.pumpa.new (New)


Package is "pumpa"

Sun Aug 13 14:57:00 2017 rev:12 rq:515748 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/pumpa/pumpa.changes  2017-06-15 
11:19:00.428569077 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2017-08-13 
14:57:00.611145156 +0200
@@ -1,0 +2,5 @@
+Wed Aug  9 12:36:34 UTC 2017 - pgaj...@suse.com
+
+- turn off spell checking [bsc#1052963]
+
+---



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.LFZehv/_old  2017-08-13 14:57:01.331044132 +0200
+++ /var/tmp/diff_new_pack.LFZehv/_new  2017-08-13 14:57:01.347041887 +0200
@@ -26,7 +26,6 @@
 Source: 
https://sjoberg.fi/software/downloads/%{name}/%{name}-%{version}.tar.xz
 Source1:
https://sjoberg.fi/software/downloads/%{name}/%{name}-%{version}.tar.xz.sign
 Source2:%{name}.keyring
-BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libtidy-devel





commit pumpa for openSUSE:Factory

2017-06-15 Thread root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2017-06-15 11:18:59

Comparing /work/SRC/openSUSE:Factory/pumpa (Old)
 and  /work/SRC/openSUSE:Factory/.pumpa.new (New)


Package is "pumpa"

Thu Jun 15 11:18:59 2017 rev:11 rq:494335 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/pumpa/pumpa.changes  2016-06-23 
13:36:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2017-06-15 
11:19:00.428569077 +0200
@@ -1,0 +2,14 @@
+Wed May 10 15:05:13 UTC 2017 - jeng...@inai.de
+
+- Drop redundant mentions from description.
+
+---
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.9.3:
+  * Change from SpellCheckUnderline to WaveUnderline.
+  * Fix a bug related to libtidy version compatibility (deb#834031).
+  * Add an option to set font_size manually in pumpa.conf.
+  * Update German translation.
+
+---

Old:

  pumpa-0.9.2.tar.xz
  pumpa-0.9.2.tar.xz.sign

New:

  pumpa-0.9.3.tar.xz
  pumpa-0.9.3.tar.xz.sign



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.wXfdOk/_old  2017-06-15 11:19:01.092475283 +0200
+++ /var/tmp/diff_new_pack.wXfdOk/_new  2017-06-15 11:19:01.092475283 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pumpa
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   pumpa
-Version:0.9.2
+Version:0.9.3
 Release:0
-Summary:A simple pump.io client written in C++/Qt
+Summary:A pump.io client written in C++/Qt
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:https://pumpa.branchable.com/
-Source: 
https://saz.im/software/downloads/%{name}/%{name}-%{version}.tar.xz
-Source1:
https://saz.im/software/downloads/%{name}/%{name}-%{version}.tar.xz.sign
+Source: 
https://sjoberg.fi/software/downloads/%{name}/%{name}-%{version}.tar.xz
+Source1:
https://sjoberg.fi/software/downloads/%{name}/%{name}-%{version}.tar.xz.sign
 Source2:%{name}.keyring
 BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
@@ -39,18 +39,17 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 
 %description
-Pumpa is a simple pump.io client written in C++ and Qt
-and licensed under the GNU GPL 3.0 (or later).
+Pumpa is a pump.io client written in C++ and Qt.
 
 %prep
 %setup -q
 
 %build
 %qmake5 \
-  QMAKE_CXXFLAGS='%{optflags}' \
-  QMAKE_CFLAGS='%{optflags}'   \
+  QMAKE_CXXFLAGS="%{optflags}" \
+  QMAKE_CFLAGS="%{optflags}"   \
   PREFIX=%{_prefix}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %qmake5_install

++ pumpa-0.9.2.tar.xz -> pumpa-0.9.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pumpa-0.9.2/debian/changelog 
new/pumpa-0.9.3/debian/changelog
--- old/pumpa-0.9.2/debian/changelog2016-01-31 20:08:02.0 +0100
+++ new/pumpa-0.9.3/debian/changelog2016-11-05 14:52:04.0 +0100
@@ -1,3 +1,11 @@
+pumpa (0.9.3-1) unstable; urgency=medium
+
+  * Fixed bug related to libtidy version compatibility. (Closes: #834031)
+  * Added option to set font_size manually in pumpa.conf.
+  * Updated German translation.
+
+ -- Mats Sjöberg   Sat, 05 Nov 2016 06:52:57 +0200
+
 pumpa (0.9.2-1) unstable; urgency=low
 
   * New feature: user profile and avatar image editing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pumpa-0.9.2/debian/control 
new/pumpa-0.9.3/debian/control
--- old/pumpa-0.9.2/debian/control  2016-01-31 20:08:02.0 +0100
+++ new/pumpa-0.9.3/debian/control  2016-11-05 14:52:04.0 +0100
@@ -7,7 +7,7 @@
qt5-qmake,
libaspell-dev,
libtidy-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://pumpa.branchable.com/
 Vcs-Git: git://pumpa.branchable.com/
 Vcs-Browser: http://source.pumpa.branchable.com/?p=source.git;a=summary
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pumpa-0.9.2/debian/menu new/pumpa-0.9.3/debian/menu
--- old/pumpa-0.9.2/debian/menu 2016-01-31 20:08:02.0 +0100
+++ new/pumpa-0.9.3/debian/menu 1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-?package(pumpa): \
-   needs="X11" \
-   section="Applications/Network/Communication" \
-   

commit pumpa for openSUSE:Factory

2016-06-23 Thread h_root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2016-06-23 13:36: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  2016-02-01 
19:57:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2016-06-23 
13:36:03.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 20 07:29:30 UTC 2016 - tchva...@suse.com
+
+- Switch to libtidy-devel to avoid unresolvable on factory
+
+---



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.E6OcWV/_old  2016-06-23 13:36:04.0 +0200
+++ /var/tmp/diff_new_pack.E6OcWV/_new  2016-06-23 13:36:04.0 +0200
@@ -29,8 +29,8 @@
 BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libtidy-0_99-0-devel
-BuildRequires:  pkg-config
+BuildRequires:  libtidy-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)





commit pumpa for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2016-02-01 19:57:04

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  2015-05-23 
13:08:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2016-02-01 
19:57:28.0 +0100
@@ -1,0 +2,12 @@
+Sun Jan 31 11:12:26 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.9.2:
+  * User profile and avatar image editing.
+  * Shares are now visualised with a recycling icon.
+  * Fix bug where a shared object might be seen as already liked.
+  * Fix bug where certain authors were seen as being followed even
+though they weren't.
+  * Add Finnish language.
+- Add tarball signing.
+
+---

Old:

  pumpa-0.9.1.tar.xz

New:

  pumpa-0.9.2.tar.xz
  pumpa-0.9.2.tar.xz.sign
  pumpa.keyring



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.NN0fB4/_old  2016-02-01 19:57:29.0 +0100
+++ /var/tmp/diff_new_pack.NN0fB4/_new  2016-02-01 19:57:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pumpa
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,13 +17,15 @@
 
 
 Name:   pumpa
-Version:0.9.1
+Version:0.9.2
 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.xz
+Source: 
https://saz.im/software/downloads/%{name}/%{name}-%{version}.tar.xz
+Source1:
https://saz.im/software/downloads/%{name}/%{name}-%{version}.tar.xz.sign
+Source2:%{name}.keyring
 BuildRequires:  aspell-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -42,7 +44,6 @@
 
 %prep
 %setup -q
-sed -i 's/^\(Icon=\).*$/\1%{name}/' %{name}.desktop
 
 %build
 %qmake5 \

++ pumpa-0.9.1.tar.xz -> pumpa-0.9.2.tar.xz ++
 8804 lines of diff (skipped)

++ pumpa.keyring ++
pub   rsa4096/8A9F94D8 2010-08-09
  Key fingerprint = 8373 9E65 31C0 17F2 BEC0  D697 923B 64FA 8A9F 94D8
uid [ unknown] Mats Sjoberg 
sub   rsa2048/24596E11 2010-08-09
sub   rsa2048/92475D2D 2010-08-09
sub   rsa2048/9AC167E0 2014-07-24
sub   rsa4096/5AA57960 2010-08-09

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v2

mQINBExgYY4BEADRrEL7o1NLrwEJaST13BXRLRK7v+830QLGLVdIxWSU4dcqizBG
i2AjcW/nYALZEs8CXrZ3nJDxN0kUAzfhZtSom6ztdVXGPsiewvE9OviYewTlwqL8
n4gtqlUykXxwoqOBJrKpCdTSGd8rQ+L1hJ4SOevXQgoGXsHCU3rkZ5S5l9qvL5YP
xDxk7RhgaK7jsKYUiPqRSd3Otv/kNklztFVZC5gj+BMch4txS6By8AsesraoVqjI
QT8yM/7/D1R7K1r86lmdVIoWsEY2Yms1LibC9vJy1xrIcNdVAE7nhMLjoWVE15/6
pLr+H8+xOcN5msOFJRNgw51ic50ec6cZqurPNmpmXjAypRu4yf1vx76RLlEKdcne
7RoeOqgKFKE8haBQYln8wJmkb4vxrkoY8NWKP09hogCqaxBgmY+K2Qp++N6qZ05v
rHD82hKMA+esv8a1Vrghaq0MJMXu87/UVDuM5PZNZbaUwsaqHtkquXIDYC2wSa6+
p6L9v92f4lv9r89DC90utkZVmCuTQe5ifPzph0fvM9F9tUl7QKwFKygIKIzdFaRe
tXa34cM6vvlM8G9siNPp4xIuFa/kGP8Ca7QEAeXDs1Vv53egjv8F6cqmlnTDpknr
4BaVgCetX1oIRIx6dhaXAiC+0UORSVThsgDVd+p4ZGlRf4M0Y2nkds12sQARAQAB
tB9NYXRzIFNqw7ZiZXJnIDxtYXRzQHNqb2JlcmcuZmk+iKAEEAECAAoFAlAjn2gD
BQE8AAoJELU8NfnKqzm4k9ED/1lHsYiBQILs6rEwxnq0QxAiIYYmVj7McK2skOGH
U91Z3B2N8OiXnQMG7B1QdK08TndbGq+LtXJcLMTVzotX84Ccm6MvMSU4hlCTBZS2
Py6UVOKQPlhg9TGT9yk1Pa8qXrPFDKb0P6NQamyCGy8IGdP5pzKKkMm9w31LkKhL
7xmRiQEcBBABAgAGBQJT1mznAAoJEN19WIXuwWi6lKUH/jztqa+0ZGL6mwjueZ1l
RbdMri0eeR8K4UNrr4ej/2DLmR38HZkfvBLJP7FyQCO1Ve1zl+f5jp3UaEnVdFf8
wySSHldh3Wir2zdk2Gin8k1WMea7Z/64pjmHy2vlmmwcV/FPNOVM71oZY4Hsvcpo
Q840ZXueEP9qiJKl1DksBcuMIPPUoYnJT/gpi+JlK4mzFTLChkK9UQ384KLsUfGK
bKTWyxta1NLkCgTwTXeZ8d5v8ZliIdknbqortcS+nvPN3+D484XFonaGxkwMlrMe
kjFhwWYIVpsKDPoxIXk7aqoALGQIwAA7/3usfp4Zz2U+5GiXjjBkUkuYpucAjjyF
GaaJARwEEQECAAYFAlAtKw4ACgkQsiMQfTe/pTEUVwgAvzAEAMZLYUu72yja2SbO
lEpwvNha51xCv63DfpD3f3btTHwq+xI53rkgckY6QmtlFZnV7pflG3av5d/8j1jK
NhhzlnyIGoXZSRdXyEZU318XPAPiNooCVI8g2jsfjlJxAzDVXDXodcq1cJenBqMw
Vb/xBvDBOxYgO6ygyy6VgyjQ6ltRg8VtevkCUEzVvPj2ynCKWaowwI4bAJr3royJ
JjPvmtBrxO1njcGpSRwBEq7zpfMfUxDtEtmlElgWdiR1uvOy/o8c1W3ZqeIh8wP1
NARJ/UdpZv4WAJD9gXMK82x7rd/xJH1uPyXoZQ4PXXESu1BnoA53ZmEHoTwMoJI8
/IkBHAQSAQIABgUCUCaEoAAKCRBFeog5ClB6tIG1B/9QtiPSxYH7CzDuaoKoC/xH
Via3wdc+Y3cw5L8swnVYhY3lOg8TPUg4wnQsZsnM8y6Ra8oun+QOiI1Eb9gx9pNa
0SW4KgWHItv1xGu2ZMbQQJ5EueLz2k52/3CmN1kqS6vKORUZW0RQgPb4+dOMZ6ad

commit pumpa for openSUSE:Factory

2015-05-23 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2015-05-23 
13:08:49.0 +0200
@@ -1,0 +2,12 @@
+Fri May 22 19:00:12 UTC 2015 - sor.ale...@meowr.ru
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.lwtb2V/_new  2015-05-23 13:08:49.0 +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




commit pumpa for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2014-10-29 21:10:05

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-15 
18:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-10-29 
21:10:39.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 20 12:17:15 UTC 2014 - sor.ale...@meowr.ru
+
+- Add .desktop database update.
+- Minor spec cleanup.
+
+---



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.0bwR2h/_old  2014-10-29 21:10:41.0 +0100
+++ /var/tmp/diff_new_pack.0bwR2h/_new  2014-10-29 21:10:41.0 +0100
@@ -24,10 +24,10 @@
 Group:  System/GUI/Other
 Url:https://pumpa.branchable.com/
 Source: %{name}-%{version}.tar.gz
-
 BuildRequires:  aspell-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libtidy-0_99-0-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
@@ -43,14 +43,14 @@
 
 %prep
 %setup -q
-sed -i 's/^Icon=\(.*\)/Icon=pumpa/' %{name}.desktop
+sed -i 's/^Icon=.*$/Icon=%{name}/' %{name}.desktop
 
 %build
-%qmake5 PREFIX=%{_prefix}
+%{qmake5} PREFIX=%{_prefix}
 make %{?_smp_mflags}
 
 %install
-%qmake5_install
+%{qmake5_install}
 
 mkdir -p %{buildroot}%{_datadir}/%{name}/images/ 
%{buildroot}%{_datadir}/%{name}/translations/
 install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -61,12 +61,20 @@
 fdupes -s %{buildroot}
 %find_lang %{name} --with-qt
 
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
+
 %files
 %defattr(-,root,root)
 %doc LICENSE README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/
+%{_datadir}/icons/hicolor/*/
 
 %changelog

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



commit pumpa for openSUSE:Factory

2014-09-15 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-09-15 
18:24:46.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.PpVDxL/_new  2014-09-15 18:24:48.0 +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+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pumpa for openSUSE:Factory

2014-09-03 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-09-03 
20:48:59.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.wrwuM6/_new  2014-09-03 20:49:00.0 +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



commit pumpa for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2014-06-10 14:38:47

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-04-30 
15:11:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-06-10 
14:38:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Jun  9 05:32:54 UTC 2014 - sor.ale...@meowr.ru
+
+- Update to 0.8.4
+  * Avatar-menu with new auto-minimise feature that automatically collapses 
posts of e.g. noisy users :-)
+  * To/Cc now editable on replies
+  * Inline HTML now allowed using libtidy (this feature is disabled if libtidy 
isn't installed)
+  * Updated German, Spanish, Italian and Na'vi translations
+  * Various bug fixes
+
+---

Old:

  pumpa-0.8.3.tar.gz

New:

  pumpa-0.8.4.tar.gz



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.vHT8eU/_old  2014-06-10 14:38:50.0 +0200
+++ /var/tmp/diff_new_pack.vHT8eU/_new  2014-06-10 14:38:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pumpa
-Version:0.8.3
+Version:0.8.4
 Release:0
 Summary:A simple pump.io client written in C++/Qt
 License:GPL-3.0+

++ pumpa-0.8.3.tar.gz - pumpa-0.8.4.tar.gz ++
 6437 lines of diff (skipped)

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



commit pumpa for openSUSE:Factory

2014-04-30 Thread h_root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2014-04-30 15:11:57

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-04-15 
11:46:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-04-30 
15:11:58.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 22 17:54:13 UTC 2014 - sor.ale...@meowr.ru
+
+- Migration to Qt5.
+
+---



Other differences:
--
++ pumpa.spec ++
--- /var/tmp/diff_new_pack.C5EqER/_old  2014-04-30 15:11:59.0 +0200
+++ /var/tmp/diff_new_pack.C5EqER/_new  2014-04-30 15:11:59.0 +0200
@@ -11,26 +11,30 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   pumpa
 Version:0.8.3
 Release:0
-License:GPL-3.0+
 Summary:A simple pump.io client written in C++/Qt
-Url:http://saz.im/software/pumpa.html
+License:GPL-3.0+
 Group:  System/GUI
+Url:http://saz.im/software/pumpa.html
 Source: %{name}-%{version}.tar.gz
 
-BuildRequires:  pkg-config
+BuildRequires:  aspell-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig(QtGui)
-BuildRequires:  pkgconfig(QJson)
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  fdupes
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Widgets)
 
 %description
 Pumpa is a simple pump.io client written in C++ and Qt
@@ -41,7 +45,7 @@
 sed -i 's/^Icon=\(.*\)/Icon=pumpa/' %{name}.desktop
 
 %build
-qmake -makefile %{name}.pro \
+%{_libqt5_bindir}/qmake -makefile %{name}.pro \
   QMAKE_CFLAGS=%{optflags} \
   QMAKE_CXXFLAGS=%{optflags}
 make %{?_smp_mflags}

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



commit pumpa for openSUSE:Factory

2014-04-15 Thread h_root
Hello community,

here is the log from the commit of package pumpa for openSUSE:Factory checked 
in at 2014-04-15 11:46:56

Comparing /work/SRC/openSUSE:Factory/pumpa (Old)
 and  /work/SRC/openSUSE:Factory/.pumpa.new (New)


Package is pumpa

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.pumpa.new/pumpa.changes 2014-04-15 
11:46:57.0 +0200
@@ -0,0 +1,4 @@
+---
+Thu Apr  3 13:47:55 UTC 2014 - sor.ale...@meowr.ru
+
+- Initial package.

New:

  pumpa-0.8.3.tar.gz
  pumpa.changes
  pumpa.spec



Other differences:
--
++ pumpa.spec ++
#
# spec file for package pumpa
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
#

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   pumpa
Version:0.8.3
Release:0
License:GPL-3.0+
Summary:A simple pump.io client written in C++/Qt
Url:http://saz.im/software/pumpa.html
Group:  System/GUI
Source: %{name}-%{version}.tar.gz

BuildRequires:  pkg-config
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(QtGui)
BuildRequires:  pkgconfig(QJson)
BuildRequires:  update-desktop-files
BuildRequires:  fdupes

%description
Pumpa is a simple pump.io client written in C++ and Qt
and licensed under the GNU GPL 3.0 (or later).

%prep
%setup -q
sed -i 's/^Icon=\(.*\)/Icon=pumpa/' %{name}.desktop

%build
qmake -makefile %{name}.pro \
  QMAKE_CFLAGS=%{optflags} \
  QMAKE_CXXFLAGS=%{optflags}
make %{?_smp_mflags}

%install
make 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 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}
%find_lang %{name} --with-qt

%files
%defattr(-,root,root)
%doc LICENSE README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/

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