Hello community,

here is the log from the commit of package xfdashboard for openSUSE:Factory 
checked in at 2019-12-02 11:29:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfdashboard (Old)
 and      /work/SRC/openSUSE:Factory/.xfdashboard.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfdashboard"

Mon Dec  2 11:29:02 2019 rev:2 rq:752420 version:0.7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfdashboard/xfdashboard.changes  2019-06-03 
18:58:11.372366114 +0200
+++ /work/SRC/openSUSE:Factory/.xfdashboard.new.4691/xfdashboard.changes        
2019-12-02 11:31:00.342569442 +0100
@@ -1,0 +2,31 @@
+Fri Nov 29 13:23:00 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 0.7.6
+  * Raised minimum version of Glib to 2.38 for replacements
+    of deprecated function g_type_class_add_private()
+  * New feature: Support for animations. Currently only one actor
+    (XfdashboardCollapseBox) trigger an animation signal to open
+    or close the collapsed area. All default themes of xfdashboard
+    will slide in or out the collapsed area smoothly when animation
+    is enabled (which is enabled by default).
+  * New feature: The user can turn on or off animations in the
+    settings application.
+  * Updated all GOject classes because of deprecation of function
+    g_type_class_add_private()
+  * Updated copyright years to 2019
+  * Fix that valid desktop file for the same desktop ID but found
+    at path of lower prioritory will override an invalid desktop
+    file for the same desktop ID at path of higher priority. The
+    first entry found - valid or invalid - will have the highest
+    priority. Later all invalid desktop IDs in the application
+    database are removed before populated. (GH#169)
+  * Fixed warning "assertion 'GARCON_IS_MENU_DIRECTORY (other)'
+    failed" when calling garcon_menu_directory_equal() in function
+    _xfdashboard_applications_menu_model_find_similar_menu()
+  * Fixed "implicit-fallthrough" compiler warnings in click action
+  * Reduced number of release notes in AppData (GH#183)
+  * Smaller bug fixes but mostly to silence compiler warnings
+  * Updated translations
+- Removed deprecated macros
+
+-------------------------------------------------------------------

Old:
----
  xfdashboard-0.7.5.tar.bz2

New:
----
  xfdashboard-0.7.6.tar.bz2

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

Other differences:
------------------
++++++ xfdashboard.spec ++++++
--- /var/tmp/diff_new_pack.VTb7OY/_old  2019-12-02 11:31:00.790569235 +0100
+++ /var/tmp/diff_new_pack.VTb7OY/_new  2019-12-02 11:31:00.794569233 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfdashboard
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define so_ver 0
 
 Name:           xfdashboard
-Version:        0.7.5
+Version:        0.7.6
 Release:        0
 Summary:        GNOME shell like dashboard for Xfce
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/XFCE
-Url:            http://xfdashboard.froevel.de
-Source0:        
http://archive.xfce.org/src/apps/xfdashboard/0.7/xfdashboard-%{version}.tar.bz2
+URL:            https://git.xfce.org/apps/xfdashboard/about/
+Source0:        
https://archive.xfce.org/src/apps/%{name}/0.7/%{name}-%{version}.tar.bz2
 Source8:        xfdashboard.1
 Source9:        xfdashboard-settings.1
 
@@ -53,8 +53,6 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xinerama)
 Requires:       libcanberra-gtk-module-common
-Requires(post): update-desktop-files
-Requires(pre):  update-desktop-files
 Recommends:     %{name}-lang
 Recommends:     %{name}-themes
 
@@ -77,6 +75,7 @@
 
 %package themes
 Summary:        Themes for Xfdashboard
+Group:          System/GUI/XFCE
 Requires:       %{name}
 BuildArch:      noarch
 
@@ -85,6 +84,7 @@
 
 %package -n libxfdashboard%{so_ver}
 Summary:        Xfdashboard library
+Group:          System/GUI/XFCE
 
 %description -n libxfdashboard%{so_ver}
 A library providing authenticators for Xfdashboard.
@@ -97,7 +97,7 @@
 %build
 export CFLAGS="%{optflags}"
 %configure
-make V=1 %{?_smp_mflags}
+%make_build
 
 %install
 make V=1 %{?_smp_mflags} DESTDIR=%{buildroot} install
@@ -108,19 +108,10 @@
 %fdupes -s %{buildroot}%{_datadir}/themes/%{name}-*
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%icon_theme_cache_post
-%desktop_database_post
-
-%postun
-%icon_theme_cache_postun
-%desktop_database_postun
-
 %post -n libxfdashboard%{so_ver} -p /sbin/ldconfig
 %postun -n libxfdashboard%{so_ver} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS README
 %license COPYING
 %{_bindir}/%{name}*
@@ -136,20 +127,16 @@
 %{_libdir}/%{name}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/libxfdashboard.pc
 
 %files themes
-%defattr(-,root,root)
 %{_datadir}/themes/%{name}-*
 
 %files -n libxfdashboard%{so_ver}
-%defattr(-,root,root)
 %{_libdir}/lib%{name}.so.*
 
 %changelog

++++++ xfdashboard-0.7.5.tar.bz2 -> xfdashboard-0.7.6.tar.bz2 ++++++
++++ 93403 lines of diff (skipped)


Reply via email to