Hello community,

here is the log from the commit of package dianara for openSUSE:Factory checked 
in at 2014-09-07 11:10:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-08-13 
08:49:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dianara.new/dianara.changes     2014-09-07 
11:10:18.000000000 +0200
@@ -1,0 +2,22 @@
+Sat Sep  6 16:06:11 UTC 2014 - [email protected]
+
+- Update to 1.2.3
+  * Configurable fonts.
+  * Ability to open the parent post for posts in the timelines, if they were
+    replies to something, such as a shared comment appearing in the timeline.
+  * Option to send a message to a contact directly from the avatar menu
+    and from the contact list.
+  * Show your user ID in popup notifications. Useful if you run more than one
+    instance of Dianara for different accounts.
+  * Show total number of items in timelines, in the tooltips of their tabs,
+    and the total number of pages with the current page number, at the bottom.
+  * Show how many Meanwhile items are highlighted, among those that are new.
+  * Some settings in Configure dialog have been rearranged.
+  * Filter comparison for "Activity description" removes links from it,
+    allowing for simpler rules.
+  * More details about post location, in the tooltip of the location name.
+  * Fixed Meanwhile feed growing very wide sometimes.
+  * Fixed Edit button not working on posts opened in separate window.
+  * Other bug fixes and minor changes.
+
+-------------------------------------------------------------------
@@ -5 +27,2 @@
-  * Proxy configuration support. Password is not stored securely, so if you 
wish, you can leave it empty and be prompted for it on startup.
+  * Proxy configuration support. Password is not stored securely, so you can
+    leave it empty and be prompted for it on startup.
@@ -9 +32,2 @@
-  * Enhanced initialization, so Dianara will keep on trying to get all initial 
data (your profile, etc) if it fails initially.
+  * Enhanced initialization, so Dianara will keep on trying to get all initial
+    data (your profile, etc) if it fails initially.
@@ -14 +38,2 @@
-  * Link color is no longer specified, so other contacts will see links in the 
color configured by them.
+  * Link color is no longer specified, so other contacts will see links
+    in the color configured by them.
@@ -20 +45,2 @@
-  * Pressing Enter in title field jumps to message body. Likewise, pressing 
the Up Arrow at the start of the message jumps to the title field.
+  * Pressing Enter in title field jumps to message body. Likewise, pressing
+    the Up Arrow at the start of the message jumps to the title field.
@@ -24 +50,3 @@
-  * Partial updates to Polish translation by Derping Muffins and CyberKiller, 
and German translation by Emvigo.
+  * Partial updates to Polish translation by Derping Muffins and CyberKiller,
+    and German translation by Emvigo.
+  * Other small fixes.
@@ -33 +61 @@
-  * Nicer download of media attachments
+  * Nicer download of media attachments.
@@ -35,8 +63,8 @@
-    Using this, you can run 2 or 3 instances of Dianara for different accounts
-  * System tray icon can be configured to show your avatar, or a custom image
-  * Added an optional toolbar
-  * Added some widgets to the status bar
-  * Avatar button gets highlighted when hovering, to make it more obvious
-  * New messages are highlighted with a gradient on the right side
-  * Added partial german translation, by Emvigo
-  * Some minor fixes
+    Using this, you can run 2 or 3 instances of Dianara for different accounts.
+  * System tray icon can be configured to show your avatar, or a custom image.
+  * Added an optional toolbar.
+  * Added some widgets to the status bar.
+  * Avatar button gets highlighted when hovering, to make it more obvious.
+  * New messages are highlighted with a gradient on the right side.
+  * Added partial German translation, by Emvigo.
+  * Some minor fixes.

Old:
----
  dianara-v1.2.2.tar.gz

New:
----
  dianara-v1.2.3.tar.gz

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

Other differences:
------------------
++++++ dianara.spec ++++++
--- /var/tmp/diff_new_pack.IQ9uhK/_old  2014-09-07 11:10:19.000000000 +0200
+++ /var/tmp/diff_new_pack.IQ9uhK/_new  2014-09-07 11:10:19.000000000 +0200
@@ -18,12 +18,12 @@
 
 Name:           dianara
 %define _name   Dianara
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
-Summary:        A pump.io application for the desktop
+Summary:        Pump.io social network desktop client
 License:        GPL-2.0+
-Group:          System/GUI
-Url:            http://dianara.nongnu.org/
+Group:          System/GUI/Other
+Url:            http://jancoding.wordpress.com/dianara
 Source:         
http://download.savannah.gnu.org/releases/%{name}/%{name}-v%{version}.tar.gz
 
 BuildRequires:  file-devel
@@ -37,8 +37,9 @@
 BuildRequires:  pkgconfig(qoauth)
 
 %description
-This is a pump.io client. With it, you can access your pump.io account
-without using a web browser.
+Dianara is a Pump.io client, a desktop application for GNU/Linux that
+allows users to manage 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.
 
@@ -46,7 +47,7 @@
 %setup -q -n %{name}-v%{version}
 
 %build
-qmake -makefile %{_name}.pro \
+%{_libdir}/qt4/bin/qmake -makefile %{_name}.pro \
   QMAKE_CFLAGS="%{optflags}"     \
   QMAKE_CXXFLAGS="%{optflags}"
 make %{?_smp_mflags}
@@ -55,11 +56,9 @@
 mkdir -p %{buildroot}%{_datadir}/%{name}/locale/
 install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
 install -m 0644 translations/*.qm %{buildroot}%{_datadir}/%{name}/locale/
-pushd icon
-ls | while read size; do
-    install -Dm 0644 $size/%{name}.png 
%{buildroot}/%{_datadir}/icons/hicolor/$size/apps/%{name}.png
+ls icon | while read size; do
+    install -Dm 0644 icon/$size/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/%{name}.png
 done
-popd
 install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %suse_update_desktop_file -r %{name} Network InstantMessaging
@@ -67,7 +66,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE README
+%doc CHANGELOG LICENSE README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop

++++++ dianara-v1.2.2.tar.gz -> dianara-v1.2.3.tar.gz ++++++
++++ 39398 lines of diff (skipped)

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

Reply via email to