Hello community,

here is the log from the commit of package trojita for openSUSE:Factory checked 
in at 2016-07-18 21:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trojita (Old)
 and      /work/SRC/openSUSE:Factory/.trojita.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trojita"

Changes:
--------
--- /work/SRC/openSUSE:Factory/trojita/trojita.changes  2015-12-09 
22:35:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.trojita.new/trojita.changes     2016-07-18 
21:25:08.000000000 +0200
@@ -1,0 +2,27 @@
+Fri Jul 15 18:12:41 UTC 2016 - [email protected]
+
+- Disable ragel to fix Tumbleweed compilation
+- Enable qtkeychain-qt5-devel and gpgmepp5-devel BuildRequires
+
+-------------------------------------------------------------------
+Tue Jun 21 07:21:14 UTC 2016 - [email protected]
+
+- Version update to 0.7:
+  * various bugfixes
+  * Support for encryption
+
+-------------------------------------------------------------------
+Wed Jun  1 15:14:35 UTC 2016 - [email protected]
+
+- Version update to latest release 0.6, merged all patches:
+  * fix-missing-includes.patch
+  * fix-qt5_5-test-regression.patch
+  * libqt5_6.patch
+
+-------------------------------------------------------------------
+Wed Jun  1 15:11:36 UTC 2016 - [email protected]
+
+- Add patch to build on qt 5.6:
+  * libqt5_6.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-missing-includes.patch
  fix-qt5_5-test-regression.patch
  trojita-0.5.tar.bz2
  trojita-0.5.tar.bz2.asc

New:
----
  trojita-0.7.tar.xz
  trojita-0.7.tar.xz.asc

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

Other differences:
------------------
++++++ trojita.spec ++++++
--- /var/tmp/diff_new_pack.DCei95/_old  2016-07-18 21:25:09.000000000 +0200
+++ /var/tmp/diff_new_pack.DCei95/_new  2016-07-18 21:25:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package trojita
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define         X_display         ":98"
 Name:           trojita
-Version:        0.5
+Version:        0.7
 Release:        0
 Summary:        Qt5 IMAP e-mail client
 License:        (GPL-2.0 or GPL-3.0) and BSD-3-Clause and LGPL-2.0 and 
(LGPL-2.1 or GPL-3.0) and LGPL-2.1+ and GPL-2.0
@@ -31,29 +31,28 @@
 # src/Imap/Parser/3rdparty/rfccodecs.cpp: LGPLv2+
 # src/qwwsmtpclient/: GPLv2
 Url:            http://trojita.flaska.net/
-Source:         
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2
-Source1:        
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2.asc
-# PATCH-FIX-UPSTREAM fix-missing-includes.patch -- Fix undefined QObject with 
newer qt5. Fixed already upstream.
-Patch0:         fix-missing-includes.patch
-# PATCH-FIX-UPSTREAM fix-qt5_5-test-regression.patch -- Remove test failing 
because of regression in qt5 https://bugs.kde.org/show_bug.cgi?id=345739
-Patch1:         fix-qt5_5-test-regression.patch
+Source:         
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.xz
+Source1:        
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.xz.asc
 BuildRequires:  cmake >= 2.8.7
 BuildRequires:  git
+BuildRequires:  gpgmepp5-devel
 BuildRequires:  libqt5-linguist-devel >= 5.2.0
-# both pkgconfig(Qt5Test) and libqt5-sql-sqlite are needed on buildtime for 
tests!
 BuildRequires:  libqt5-sql-sqlite
+BuildRequires:  pkgconfig
+BuildRequires:  qtkeychain-qt5-devel
 BuildRequires:  ragel
 BuildRequires:  update-desktop-files
-BuildRequires:  xkeyboard-config
 BuildRequires:  xorg-x11-Xvfb
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Sql) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Svg) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(xkeyboard-config)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -68,10 +67,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%if 0%{?is_opensuse}
-%patch1 -p1
-%endif
 
 %build
 export CXXFLAGS="%{optflags} -fPIC"
@@ -80,13 +75,13 @@
        -DWITH_TESTS=ON \
        -DWITH_QT5=ON \
        -DWITH_ZLIB=ON \
-       -DWITH_RAGEL=ON \
+       -DWITH_RAGEL=OFF \
        -DWITH_SHARED_PLUGINS=ON
 make %{?_smp_mflags}
 
 %install
 cd build
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/trojita.desktop
 
 %check
@@ -101,6 +96,8 @@
 %defattr(-,root,root)
 %doc LICENSE README
 %{_libdir}/libtrojita_plugins.so
+%dir %{_libdir}/trojita
+%{_libdir}/trojita/trojita_plugin_QtKeychainPasswordPlugin.so
 %{_bindir}/trojita
 %{_bindir}/be.contacts
 %{_datadir}/applications/trojita.desktop


Reply via email to