Hello community,

here is the log from the commit of package nm-tray for openSUSE:Factory checked 
in at 2018-07-09 13:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nm-tray (Old)
 and      /work/SRC/openSUSE:Factory/.nm-tray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nm-tray"

Mon Jul  9 13:29:13 2018 rev:3 rq:621285 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nm-tray/nm-tray.changes  2018-06-19 
12:01:58.429796090 +0200
+++ /work/SRC/openSUSE:Factory/.nm-tray.new/nm-tray.changes     2018-07-09 
13:30:47.894556233 +0200
@@ -1,0 +2,18 @@
+Fri Jul  6 07:48:01 UTC 2018 - [email protected]
+
+- Add nm-tray-0.4.0-correct-version.patch:
+  Use correct version (0.4.0)
+
+-------------------------------------------------------------------
+Thu Jul  5 09:58:52 UTC 2018 - [email protected]
+
+- Update to 0.4.0:
+  * Fix .desktop file (make it pass desktop-file-validate)
+  * Make connections editor configurable
+  * Add default configuration file
+  * Add/update translations (Norwegian, Hebrew, Slovak, Czech, Dutch,
+    Polish, French, Catalan, German, Danish, Spanish)
+  * Fix build failures (cmake, Qt v5.11)
+- Remove nm-tray-0.3.0-qt511-headers.patch: upstreamed
+
+-------------------------------------------------------------------

Old:
----
  0.3.0.tar.gz
  nm-tray-0.3.0-qt511-headers.patch

New:
----
  0.4.0.tar.gz
  nm-tray-0.4.0-correct-version.patch

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

Other differences:
------------------
++++++ nm-tray.spec ++++++
--- /var/tmp/diff_new_pack.495Gga/_old  2018-07-09 13:30:49.066553869 +0200
+++ /var/tmp/diff_new_pack.495Gga/_new  2018-07-09 13:30:49.070553861 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           nm-tray
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        NetworkManager Tray applet
 License:        GPL-2.0-only
 Group:          System/GUI/Other
-Url:            https://github.com/palinek/nm-tray
+URL:            https://github.com/palinek/nm-tray
 Source:         https://github.com/palinek/nm-tray/archive/%{version}.tar.gz
-Patch0:         nm-tray-0.3.0-qt511-headers.patch
+Patch0:         nm-tray-0.4.0-correct-version.patch
 BuildRequires:  cmake >= 3.1.0
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(KF5NetworkManagerQt)
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:       NetworkManager
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 nm-tray is a simple NetworkManager front end with information icon residing in 
system tray (like nm-applet), but a pure Qt implementation.
@@ -73,13 +72,17 @@
 %find_lang %{name} --with-qt
 
 %files
-%defattr(-,root,root)
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %{_bindir}/%{name}
 %{_sysconfdir}/xdg/autostart/%{name}.desktop
+%dir %{_prefix}%{_sysconfdir}
+%dir %{_prefix}%{_sysconfdir}/xdg
+%dir %{_prefix}%{_sysconfdir}/xdg/autostart
+%{_prefix}%{_sysconfdir}/xdg/autostart/nm-tray-autostart.desktop
+%{_datadir}/nm-tray/nm-tray.conf
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 %dir %{_datadir}/%{name}
 
 %changelog

++++++ 0.3.0.tar.gz -> 0.4.0.tar.gz ++++++
++++ 3792 lines of diff (skipped)

++++++ nm-tray-0.4.0-correct-version.patch ++++++
diff -urEbwB nm-tray-0.4.0/CMakeLists.txt nm-tray-0.4.0.new/CMakeLists.txt
--- nm-tray-0.4.0/CMakeLists.txt        2018-06-09 07:05:53.000000000 +0200
+++ nm-tray-0.4.0.new/CMakeLists.txt    2018-07-06 09:47:01.268232349 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
 cmake_policy(SET CMP0071 NEW)
 
-set(NM_TRAY_VERSION "0.3.0")
+set(NM_TRAY_VERSION "0.4.0")
 
 set(QT_MIN_VERSION "5.4.0")
 set(KF5_MIN_VERSION "5.36.0")

Reply via email to