Hello community,

here is the log from the commit of package trojita for openSUSE:Factory checked 
in at 2015-02-24 13:02:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-12-01 
14:00:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.trojita.new/trojita.changes     2015-02-24 
13:07:13.000000000 +0100
@@ -1,0 +2,35 @@
+Mon Feb 23 18:11:24 UTC 2015 - [email protected]
+
+- Update to 0.5
+  * Trojitá can now be invoked with a mailto: URL (RFC 6068) on the
+    command line for composing a new email.
+  * Messages can be forwarded as attachments (support for inline
+    forwarding is planned).
+  * Passwords can be remembered in a secure, encrypted storage
+    via QtKeychain.
+  * E-mails with attachments are decorated with a paperclip
+    icon in the overview.
+  * Better rendering of e-mails with extraordinary MIME structure.
+  * By default, only one instance is kept running, and can be
+    controlled via D-Bus.
+  * Trojitá now provides better error reporting, and can reconnect
+    on network failures automatically.
+  * The network state (Offline, Expensive Connection or Free Access)
+    will be remembered across sessions.
+  * When replying, it is now possible to retroactively change the
+    reply type (Private Reply, Reply to All but Me, Reply to All,
+    Reply to Mailing List, Handpicked).
+  * When searching in a message, Trojitá will scroll to
+    the current match.
+  * Attachment preview for quick access to the enclosed files.
+  * The mark-message-read-after-X-seconds setting is
+    now configurable.
+  * The IMAP refresh interval is now configurable.
+  * Speed and memory consumption improvements.
+  * Miscellaneous IMAP improvements.
+  * Various fixes and improvements.
+- Drop 0001-Explicitly-mark-libs-as-STATIC-to-not-allow-cmake-ru.patch,
+  merged upstream
+- Bump Qt BuildRequires to 5.2
+
+-------------------------------------------------------------------

Old:
----
  0001-Explicitly-mark-libs-as-STATIC-to-not-allow-cmake-ru.patch
  trojita-0.4.1.tar.bz2

New:
----
  trojita-0.5.tar.bz2
  trojita-0.5.tar.bz2.asc

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

Other differences:
------------------
++++++ trojita.spec ++++++
--- /var/tmp/diff_new_pack.cE80IG/_old  2015-02-24 13:07:14.000000000 +0100
+++ /var/tmp/diff_new_pack.cE80IG/_new  2015-02-24 13:07:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trojita
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define         X_display         ":98"
 Name:           trojita
-Version:        0.4.1
+Version:        0.5
 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
@@ -32,22 +32,24 @@
 # src/qwwsmtpclient/: GPLv2
 Url:            http://trojita.flaska.net/
 Source:         
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2
-Patch0:         0001-Explicitly-mark-libs-as-STATIC-to-not-allow-cmake-ru.patch
+Source1:        
http://sourceforge.net/projects/trojita/files/src/%{name}-%{version}.tar.bz2.asc
 BuildRequires:  cmake >= 2.8.7
 BuildRequires:  git
-BuildRequires:  libqt5-qttools-devel
-BuildRequires:  libqt5-sql-sqlite
+BuildRequires:  libqt5-linguist-devel >= 5.2.0
 BuildRequires:  ragel
 BuildRequires:  update-desktop-files
 BuildRequires:  xkeyboard-config
 BuildRequires:  xorg-x11-Xvfb
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Sql)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5WebKit)
-BuildRequires:  pkgconfig(Qt5WebKitWidgets)
-BuildRequires:  pkgconfig(Qt5Widgets)
+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
+# both pkgconfig(Qt5Test) and libqt5-sql-sqlite are needed on buildtime for 
tests!
+BuildRequires:  libqt5-sql-sqlite
+BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5WebKitWidgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(zlib)
 Requires:       libqt5-sql-sqlite
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -63,7 +65,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CXXFLAGS="%{optflags} -fPIC"
@@ -82,6 +83,7 @@
 %suse_update_desktop_file %{buildroot}/%{_datadir}/applications/trojita.desktop
 
 %check
+export 
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}${LD_LIBRARY_PATH:+:}%{buildroot}%{_libdir}"
 export DISPLAY=%{X_display}
 Xvfb %{X_display} &
 trap "kill $! || true" EXIT
@@ -103,5 +105,7 @@
 %dir %{_datadir}/trojita
 %dir %{_datadir}/trojita/locale
 %{_datadir}/trojita/locale/trojita_common_*.qm
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/trojita.appdata.xml
 
 %changelog

++++++ trojita-0.4.1.tar.bz2 -> trojita-0.5.tar.bz2 ++++++
++++ 199137 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to