Hello community,

here is the log from the commit of package xfdashboard for openSUSE:Leap:15.2 
checked in at 2020-02-09 11:25:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/xfdashboard (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.xfdashboard.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfdashboard"

Sun Feb  9 11:25:52 2020 rev:1 rq:771035 version:0.7.7

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.xfdashboard.new.26092/xfdashboard.changes     
2020-02-09 11:25:53.671315195 +0100
@@ -0,0 +1,631 @@
+-------------------------------------------------------------------
+Tue Dec  3 11:06:11 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to 0.7.7
+  * Fixes missing animations.xml file at all themes in tarball
+    (bxo#16230, GH#184)
+  * Replace URLs from goodies.xfce.org to docs.xfce.org (bxo#16229)
+  * New translations (gl, ru, ru_RU) (bxo#15121, GH#185)
+
+-------------------------------------------------------------------
+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
+
+-------------------------------------------------------------------
+Sun Aug 12 17:27:08 UTC 2018 - [email protected]
+
+- update to 0.7.5
+  - make xfdashboard touchscreen-aware
+  - various bugfixes and improvements
+  - translation updates
+
+-------------------------------------------------------------------
+Tue Oct  3 09:07:06 UTC 2017 - [email protected]
+
+- update to 0.7.4
+  - compatibility with old (<= 4.12) and new (>=4.13) xfce libs
+  - translation updates
+  - adaption to newer libraries
+- remove xfdashboard-0.7.3-fix-build-with-gtk3-3_21.diff
+
+-------------------------------------------------------------------
+Wed Jul 19 08:19:53 UTC 2017 - [email protected]
+
+- add patch xfdashboard-0.7.3-fix-build-with-gtk3-3_21.diff to fix
+  build with GTK3 < 3.22
+
+-------------------------------------------------------------------
+Wed Jul 19 07:29:48 UTC 2017 - [email protected]
+
+- update to 0.7.3
+  * work ongoing to support non-X11 windowing systems
+  * internal code rework
+  * adaption for newer GTK / GDK
+  * bugfixes
+  * translation updates
+
+-------------------------------------------------------------------
+Wed Apr 19 19:20:27 UTC 2017 - [email protected]
+
+- update to 0.7.1
+  * internal code refactoring
+  * compatibility with newer GTK / GDK
+  * small bugfixes
+  * translation updates
+
+-------------------------------------------------------------------
+Wed Sep  7 18:57:09 UTC 2016 - [email protected]
+
+- Update to 0.7.0:
+  * New feature: Implement pop-up menu which.
+  * New plugin 'middle-click-window-close'.
+  * Allow windows view to filter windows.
+  * Move to workspace where the window to activate is placed on.
+  * Introduced a new signal 'actor-created'.
+  * Introduced a new signal "initialized" in XfdashboardApplication.
+  * Properties of ClutterActor are now themable.
+  * Smaller bug-fixes.
+  * More API documentation.
+  * Updated localizations.
+
+-------------------------------------------------------------------
+Sat May 21 08:48:01 UTC 2016 - [email protected]
+
+- Update to 0.6.0, changelog at
+  https://github.com/gmc-holle/xfdashboard/releases/tag/0.6.0
+- Added simple man pages for xfdashboard & xfdashboard-settings.
+
+-------------------------------------------------------------------
+Tue Apr  5 16:06:02 UTC 2016 - [email protected]
+
+- Update to 0.5.92:
+  * Added a "configure" button in "plugins" panel.
+  * Fixed crash in search view when Gnome-Shell search provider is
+    enabled and DBUS call returned only name for result item.
+  * Fixed crash in search view when a result item is focused and
+    selected but removed or hidden when search terms are updated.
+  * Fixed DBUS method signature to call methods "ActivateResult"
+    and "LaunchSearch" in Gnome-Shell search provider.
+
+-------------------------------------------------------------------
+Thu Mar 24 17:05:35 UTC 2016 - [email protected]
+
+- Update to 0.5.91:
+  * Rewrote application object as beginning with Glib 2.47.4 it
+    deregisters an application from session's DBUS when returning
+    from function g_application_run().
+  * Fixed check if a window is really "visible" before trying to
+    find the running application in application tracker (GH #114).
+  * Fixed usage of an uninitialized application instance (GH #115).
+  * Added a compatibility layer to silence compiler warnings.
+  * Implemented a new Model class called XfdashboardModel.
+  * Fix unpredictable reselections of result items in search view.
+  * Some typos are fixed also as well code clean up.
+  * Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 29 16:50:33 UTC 2016 - [email protected]
+
+- Update to 0.5.90:
+  * New feature: Split application into library and application.
+  * New feature: A new plugin 'hot corner' was implemented.
+  * New feature: Add configuration button in settings application.
+  * Fixed a bug at the layout manager's allocation function.
+  * Fixed the calculation of number of columns and rows.
+  * Fixed visual distortion when allocation of a view.
+  * Fixed actors of applications view filling whole space.
+  * Implement file monitor to Gnome-Shell search provider plugin.
+  * Changed API of object class XfdashboardApplication.
+  * Keep order of search providers at search view in order.
+  * Add missing public functions to check if a window is maximized.
+  * Add CSS class '.window-state-maximized' to actors.
+  * Some more bug-fixes, typos fixed etc.
+  * Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb  3 18:22:31 UTC 2016 - [email protected]
+
+- Update to 0.5.5:
+  * New feature: A new plugin and the first search provider plugin
+    gnome-shell-search-providers was implemented and added;
+  * New feature: Implement a new actor in XfdashboardLiveWorkspace;
+  * New feature: Add new signal "application-launched";
+  * New feature: The applications search provider now counts how
+    often an application was launched;
+  * New feature: The result set (XfdashboardSearchResultSet) can
+    now store a score between 0.0 and 1.0 for each item;
+  * New feature: Add pseudo-class ':insensitive';
+  * Allow moving a window from one monitor to another;
+  * XfdashboardButton supports settings GIcon now;
+  * Improved hash value creation for icon names and GIcon;
+  * Improved sharing cached image contents;
+  * Activating a result item in search view or launching external
+    application to perform search in application of search provider
+    will now quit (standalone) or suspend (daemon mode) application;
+  * Moved logic to handle mapping of actors for result items;
+  * Limit number of search results shown for each search provider;
+  * Fix starting a real new application instance;
+  * Fix visual error at applications view when using icon mode and
+    crashes of xfdashboard (GH #109 and GH #110);
+  * Lots of bug-fixes, really really really a lot;
+  * Fixed lots of typos;
+  * Fixed lots of compiler warnings;
+  * Updated translations.
+- Removed xfdashboard-0.5.4-opensuse-13.1.diff.
+
+-------------------------------------------------------------------
+Tue Dec 22 19:26:06 UTC 2015 - [email protected]
+
+- Added xfdashboard-0.5.4-opensuse-13.1.diff vs.
+  openSUSE 13.1' build issue, see more at
+  https://bugzilla.xfce.org/show_bug.cgi?id=12372
+
+-------------------------------------------------------------------
+Sun Dec 20 17:12:23 UTC 2015 - [email protected]
+
+- Update to 0.5.4:
+  * New feature: A theme can define which actors are focusable;
+  * New feature: Implemented XfdashboardActionButton button type;
+  * Implement action signal "exit" at XfdashboardApplication;
+  * Splitted function to determine desktop ID;
++++ 434 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:Leap:15.2/.xfdashboard.new.26092/xfdashboard.changes

New:
----
  xfdashboard-0.7.7.tar.bz2
  xfdashboard-desktop-category.diff
  xfdashboard-desktopfile-without-binary.diff
  xfdashboard-settings.1
  xfdashboard.1
  xfdashboard.changes
  xfdashboard.spec

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

Other differences:
------------------
++++++ xfdashboard.spec ++++++
#
# spec file for package xfdashboard
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define so_ver 0

Name:           xfdashboard
Version:        0.7.7
Release:        0
Summary:        GNOME shell like dashboard for Xfce
License:        GPL-2.0-or-later
Group:          System/GUI/XFCE
URL:            https://docs.xfce.org/apps/xfdashboard/start
Source0:        
https://archive.xfce.org/src/apps/%{name}/0.7/%{name}-%{version}.tar.bz2
Source8:        xfdashboard.1
Source9:        xfdashboard-settings.1

# WARNING! Please don't add OnlyShowIn key to the desktop file
# to save possibility to be run from under different desktop environments.

# PATCH-FIX-OPENSUSE gh#gmc-holle/xfdashboard#70 
xfdashboard-desktop-category.diff [email protected] -- fixes 
not-sufficient desktop file category.
Patch0:         xfdashboard-desktop-category.diff

# PATCH-FIX-OPENSUSE xfdashboard-desktopfile-without-binary.diff 
[email protected] -- fixes "W: desktopfile-without-binary".
Patch2:         xfdashboard-desktopfile-without-binary.diff

BuildRequires:  clutter-devel
BuildRequires:  fdupes
BuildRequires:  libtool
BuildRequires:  libxfce4util-devel >= 4.12.0
BuildRequires:  xfce4-dev-tools
BuildRequires:  pkgconfig(garcon-1)
BuildRequires:  pkgconfig(ice)
BuildRequires:  pkgconfig(libwnck-3.0)
BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.12.0
BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12.0
BuildRequires:  pkgconfig(libxfconf-0)
BuildRequires:  pkgconfig(xcomposite)
BuildRequires:  pkgconfig(xdamage)
BuildRequires:  pkgconfig(xinerama)
Requires:       libcanberra-gtk-module-common
Recommends:     %{name}-lang
Recommends:     %{name}-themes

%description
Xfdashboard provides a GNOME shell dashboard like interface for use with Xfce
desktop. It can be configured to run to any keyboard shortcut and when executed
provides an overview of applications currently open enabling the user to switch
between different applications. The search feature works like Xfce's app finder
which makes it convenient to search for and start applications.

%lang_package

%package devel
Summary:        Xfdashboard Development Files
Group:          Development/Libraries/Other
Requires:       libxfdashboard%{so_ver} = %{version}

%description devel
This package provides files required for development for Xfdashboard.

%package themes
Summary:        Themes for Xfdashboard
Group:          System/GUI/XFCE
Requires:       %{name}
BuildArch:      noarch

%description themes
Additional themes for use with Xfdashboard.

%package -n libxfdashboard%{so_ver}
Summary:        Xfdashboard library
Group:          System/GUI/XFCE

%description -n libxfdashboard%{so_ver}
A library providing authenticators for Xfdashboard.

%prep
%setup -q
%patch0 -p1
%patch2 -p1

%build
export CFLAGS="%{optflags}"
%configure
%make_build

%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
mkdir -p %{buildroot}%{_mandir}/man1
gzip -c9 %{SOURCE8} | tee -a %{buildroot}%{_mandir}/man1/%{name}.1.gz
gzip -c9 %{SOURCE9} | tee -a %{buildroot}%{_mandir}/man1/%{name}-settings.1.gz
%fdupes -s %{buildroot}%{_datadir}/themes/%{name}-*
%find_lang %{name} %{?no_lang_C}

%post -n libxfdashboard%{so_ver} -p /sbin/ldconfig
%postun -n libxfdashboard%{so_ver} -p /sbin/ldconfig

%files
%doc AUTHORS README
%license COPYING
%{_bindir}/%{name}*
%{_mandir}/man1/%{name}*.1.gz
%{_datadir}/%{name}
%dir %{_datadir}/appdata
%{_datadir}/appdata/%{name}.appdata.xml
%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}-settings.desktop
%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
%{_datadir}/icons/hicolor/*/*/%{name}.png
%{_datadir}/themes/%{name}
%{_libdir}/%{name}

%files lang -f %{name}.lang

%files devel
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
%{_libdir}/pkgconfig/libxfdashboard.pc

%files themes
%{_datadir}/themes/%{name}-*

%files -n libxfdashboard%{so_ver}
%{_libdir}/lib%{name}.so.*

%changelog
++++++ xfdashboard-desktop-category.diff ++++++
diff --git a/data/xfdashboard.desktop.in.in b/data/xfdashboard.desktop.in.in
index 7679261..fd63ac0 100644
--- a/data/xfdashboard.desktop.in.in
+++ b/data/xfdashboard.desktop.in.in
@@ -5,6 +5,6 @@ _Comment=Maybe a Gnome shell like dashboard for Xfce
 TryExec=@bindir@/xfdashboard
 Exec=@bindir@/xfdashboard
 Icon=xfdashboard
-Categories=System;
+Categories=System;Applet;
 NotShowIn=GNOME;KDE;Unity;
 Terminal=false
++++++ xfdashboard-desktopfile-without-binary.diff ++++++
diff --git a/data/xfdashboard-autostart.desktop.in.in 
b/data/xfdashboard-autostart.desktop.in.in
index 16b40aa..40db7f3 100644
--- a/data/xfdashboard-autostart.desktop.in.in
+++ b/data/xfdashboard-autostart.desktop.in.in
@@ -2,8 +2,8 @@
 Type=Application
 _Name=Xfdashboard
 _Comment=Start xfdashboard as daemon in background
-TryExec=@bindir@/xfdashboard
-Exec=@bindir@/xfdashboard -d
+TryExec=xfdashboard
+Exec=xfdashboard -d
 Icon=xfdashboard
 NotShowIn=GNOME;KDE;Unity;
 Terminal=false
diff --git a/data/xfdashboard-settings.desktop.in.in 
b/data/xfdashboard-settings.desktop.in.in
index 24f0ab8..9406a99 100644
--- a/data/xfdashboard-settings.desktop.in.in
+++ b/data/xfdashboard-settings.desktop.in.in
@@ -4,8 +4,8 @@ Type=Application
 _Name=Xfdashboard settings
 _Comment=Configure xfdashboard
 GenericName=Xfdashboard settings
-TryExec=@bindir@/xfdashboard-settings
-Exec=@bindir@/xfdashboard-settings
+TryExec=xfdashboard-settings
+Exec=xfdashboard-settings
 Icon=xfdashboard
 
Categories=XFCE;GTK;Settings;DesktopSettings;X-XFCE-SettingsDialog;X-XFCE-PersonalSettings;
 NotShowIn=GNOME;KDE;Unity;
diff --git a/data/xfdashboard.desktop.in.in b/data/xfdashboard.desktop.in.in
index 577ecf3..a31f4e7 100644
--- a/data/xfdashboard.desktop.in.in
+++ b/data/xfdashboard.desktop.in.in
@@ -3,8 +3,8 @@ Type=Application
 _Name=Xfdashboard
 _Comment=Maybe a Gnome shell like dashboard for Xfce
 GenericName=Xfdashboard
-TryExec=@bindir@/xfdashboard
-Exec=@bindir@/xfdashboard
+TryExec=xfdashboard
+Exec=xfdashboard
 Icon=xfdashboard
 Categories=System;Applet;
 NotShowIn=GNOME;KDE;Unity;
++++++ xfdashboard-settings.1 ++++++
.TH "xfdashboard-settings" "1" "0.6.0" "Dmitriy A. Perlow aka DAP-DarkneSS" ""
.SH "NAME"
xfdashboard-settings is a part of xfdashboard that provides a GNOME shell 
dashboard like interface for use with Xfce desktop. It can be configured to run 
to any keyboard shortcut and when executed provides an overview of applications 
currently open enabling the user to switch between different applications. The 
search feature works like Xfce's app finder which makes it convenient to search 
for and start applications.
.br

http://xfdashboard.froevel.de
.br
.SH "SYNTAX"
xfdashboard-settings
.br
.SH "AUTHORS"
https://github.com/gmc-holle
.br
++++++ xfdashboard.1 ++++++
.TH "xfdashboard" "1" "0.6.0" "Dmitriy A. Perlow aka DAP-DarkneSS" ""
.SH "NAME"
xfdashboard provides a GNOME shell dashboard like interface for use with Xfce 
desktop. It can be configured to run to any keyboard shortcut and when executed 
provides an overview of applications currently open enabling the user to switch 
between different applications. The search feature works like Xfce's app finder 
which makes it convenient to search for and start applications.
.br

http://xfdashboard.froevel.de
.br
.SH "SYNTAX"
xfdashboard
.br
.SH "AUTHORS"
https://github.com/gmc-holle
.br

Reply via email to