Hello community,

here is the log from the commit of package dianara for openSUSE:Factory checked 
in at 2015-11-04 15:33:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-08-03 
17:22:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dianara.new/dianara.changes     2015-11-04 
15:33:29.000000000 +0100
@@ -1,0 +2,21 @@
+Sat Oct 31 10:21:56 UTC 2015 - [email protected]
+
+- Update to 1.3.2:
+  * Add a D-Bus interface, to control the applications from other
+    programs, such as scripts, using tools like qdbus or dbus-send.
+  * Option to list the newest users from your own pump.io server,
+    located under Neighbors, inside the Contacts tab.
+  * Welcome wizard, to guide new users.
+  * New privacy option: private likes.
+    Liking posts or comments will only inform the author.
+  * Support for non-https servers, using the --nohttps command line
+    parameter.
+  * Improve localisation support, and fix some issues with RTL
+    languages.
+  * JSON-based error messages from the server, which might have
+    Unicode symbols, are now shown correctly.
+  * Several minor fixes.
+  * Hebrew translation.
+- Remove dianara-remove-timestamp.patch and use a regexp instead.
+
+-------------------------------------------------------------------

Old:
----
  dianara-1.3.1.tar.gz
  dianara-remove-timestamp.patch

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

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

Other differences:
------------------
++++++ dianara.spec ++++++
--- /var/tmp/diff_new_pack.ncGQvL/_old  2015-11-04 15:33:30.000000000 +0100
+++ /var/tmp/diff_new_pack.ncGQvL/_new  2015-11-04 15:33:30.000000000 +0100
@@ -18,15 +18,14 @@
 
 %define _name   Dianara
 Name:           dianara
-Version:        1.3.1
+Version:        1.3.2
 Release:        0
 Summary:        Pump.io social network desktop client
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
 Url:            https://gitlab.com/dianara/dianara-dev
-Source:         
https://gitlab.com/%{name}/%{name}-dev/repository/archive.tar.gz?ref=%{version}#/%{name}-%{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
+Source:         
http://download-mirror.savannah.gnu.org/releases/%{name}/%{name}-v%{version}.tar.gz
+Source1:        %{name}.changes
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -39,16 +38,20 @@
 BuildRequires:  pkgconfig(qoauth)
 
 %description
-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
-web browser.
+Dianara is a client for pump.io (and GNU MediaGoblin), 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.
 
 %prep
-%setup -q -n %{name}-dev.git
-%patch0 -p1
+%setup -q -n %{name}-v%{version}
+
+# Remove __DATE__ and __TIME__.
+modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
+DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
+TIME="\"$(date -d "${modified}" "+%%R")\""
+find .  -type f -regex '.*\.\(h\|c\|cpp\)' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
 %{_libdir}/qt4/bin/qmake \
@@ -79,6 +82,6 @@
 %doc CHANGELOG LICENSE README TRANSLATING
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %changelog


Reply via email to