Hello community, here is the log from the commit of package dianara for openSUSE:Factory checked in at 2015-05-10 10:47:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dianara (Old) and /work/SRC/openSUSE:Factory/.dianara.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dianara" Changes: -------- --- /work/SRC/openSUSE:Factory/dianara/dianara.changes 2014-12-21 12:04:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dianara.new/dianara.changes 2015-05-10 10:47:41.000000000 +0200 @@ -1,0 +2,53 @@ +Fri May 8 09:00:12 UTC 2015 - [email protected] + +- Update to 1.3.0: + * Enhanced timeline updates and pagination. + Timeline updates are much faster now, require less network + traffic, and don't mark previous posts as read every time a + feed is updated. + * Nickname autocompletion in post/comment composers. + Type '@' to get a list of names, then type the first characters. + When creating a note, this will add that contact to the "To" + list. In comments it will just be a simple link. + * Posts opened from the "+" button in the Meanwhile feed will be + able to load comments correctly much more often. + * Added a button to cancel an attachment in the publisher. + * The Favorites timeline will be scheduled for update when + liking or unliking things, so liking several posts in a few + minutes will only reload it once. + * Option to hide duplicated posts, that is, posts which were + already visible in the timeline and have been received again + due to sharing. + * Added setting to automatically set an initial post title from + the file name of an attachment. + * Option to choose the size of avatars for posts. + * Comment area in posts will use the space more efficiently. + * Option to make shared posts more obvious, with sharer's avatar. + * Option to highlight comments made by the author of a post, and + your own comments, with a subtle hint. + * Optional character counter in the publisher. + * Other new options in the settings dialog. Some were rearranged. + * The Account dialog will be locked when Dianara is already + authorized to use your account. + * Some highlighting colours are now enabled by default. + * Time of last timeline update will be shown on the menu bar. + * Attached images which fail to load (usually due to permissions) + will show a clear message. + * A demo notification will be shown when setting the notification + style. + * Command line option to ignore SSL errors. Use with care! + * Command line options now have short form alternatives like -c + or -d. + * Fix handling system shutdown; properly close at environment's + request. + * Fix loading of remote images when the URL has parameters, and + when the URL does not have a schema. + * Fix issues with initial width of comments. + * Fix handling cases when the tray icon is not available. + * Fix Ctrl+Shift+V, to paste without format, in comments. + * Fix flickering effect on some timestamps. + * Other small fixes. +- Add dianara-remove-timestamp.patch. +- Remove installation of translations as they are built-in. + +------------------------------------------------------------------- Old: ---- dianara-v1.2.5.tar.gz New: ---- dianara-remove-timestamp.patch dianara-v1.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dianara.spec ++++++ --- /var/tmp/diff_new_pack.WKr4vK/_old 2015-05-10 10:47:42.000000000 +0200 +++ /var/tmp/diff_new_pack.WKr4vK/_new 2015-05-10 10:47:42.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dianara # -# 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,13 +18,15 @@ %define _name Dianara Name: dianara -Version: 1.2.5 +Version: 1.3.0 Release: 0 Summary: Pump.io social network desktop client License: GPL-2.0+ Group: Productivity/Networking/Other Url: http://jancoding.wordpress.com/dianara Source: http://download.savannah.gnu.org/releases/%{name}/%{name}-v%{version}.tar.gz +# PATCH-FIX-UPSTREAM dianara-remove-timestamp.patch [email protected] -- Remove build timestamp to keep build results consistency. +Patch0: %{name}-remove-timestamp.patch BuildRequires: file-devel BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -37,15 +39,16 @@ BuildRequires: pkgconfig(qoauth) %description -Dianara is a client for Pump.io (and GNU MediaGoblin 0.8+), +Dianara is a client for pump.io (and GNU MediaGoblin 0.8+), a desktop application for GNU/Linux that allows users to manage -their Pump.io social networking accounts without the need to use a +their pump.io social networking accounts without the need to use a web browser. You can read your timelines, post messages and pictures, and manage your contacts. %prep %setup -q -n %{name}-v%{version} +%patch0 -p1 %build %{_libdir}/qt4/bin/qmake \ @@ -56,14 +59,12 @@ %install mkdir -p %{buildroot}%{_datadir}/%{name}/locale/ install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name} -install -m 0644 translations/*.qm %{buildroot}%{_datadir}/%{name}/locale/ ls icon | while read size; do install -Dm 0644 icon/$size/%{name}.png %{buildroot}%{_datadir}/icons/hicolor/$size/apps/%{name}.png done install -Dm 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file -r %{name} Network InstantMessaging -%find_lang %{name} --with-qt %post %desktop_database_post @@ -77,7 +78,6 @@ %defattr(-,root,root) %doc CHANGELOG LICENSE README TRANSLATING %{_bindir}/%{name} -%{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png ++++++ dianara-remove-timestamp.patch ++++++ diff -aur a/src/main.cpp b/src/main.cpp --- a/src/main.cpp +++ b/src/main.cpp @@ -63,10 +63,8 @@ std::cout << QString("Dianara v%1 - JanKusanagi 2012-2015\n" "http://jancoding.wordpress.com/dianara\n\n") .arg(dianaraApp.applicationVersion()).toStdString(); - std::cout << QString("- Built with Qt v%1 on %2, %3\n") - .arg(QT_VERSION_STR) - .arg(__DATE__) - .arg(__TIME__).toStdString(); + std::cout << QString("- Built with Qt v%1\n") + .arg(QT_VERSION_STR).toStdString(); std::cout << QString("- Running with Qt v%1\n\n").arg(qVersion()).toStdString(); std::cout.flush(); ++++++ dianara-v1.2.5.tar.gz -> dianara-v1.3.0.tar.gz ++++++ ++++ 59132 lines of diff (skipped)
