Hello community,
here is the log from the commit of package xfce4-appfinder for openSUSE:Factory
checked in at 2019-08-19 21:37:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-appfinder (Old)
and /work/SRC/openSUSE:Factory/.xfce4-appfinder.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-appfinder"
Mon Aug 19 21:37:34 2019 rev:34 rq:724111 version:4.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-appfinder/xfce4-appfinder.changes
2015-03-09 10:05:16.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-appfinder.new.22127/xfce4-appfinder.changes
2019-08-19 21:37:46.776369821 +0200
@@ -1,0 +2,74 @@
+Fri Aug 16 12:53:13 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Fixed sources in spec file
+
+-------------------------------------------------------------------
+Mon Aug 12 09:33:08 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to 4.14.0
+ * Replace GtkStock buttons
+ * Translation Updates:
+- Claned up spec file
+
+-------------------------------------------------------------------
+Sun Jul 28 15:39:37 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 4.13.5
+ * Translation updates
+
+-------------------------------------------------------------------
+Sun Jun 30 11:20:32 UTC 2019 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 4.13.4
+ * Improve xfce4-run comment (bxo#15473)
+ * Translation updates
+- Validate appstream metadata
+
+-------------------------------------------------------------------
+Fri May 17 18:40:18 UTC 2019 - Maurizio Galli <[email protected]>
+
+- Update to version 4.13.3
+ * Update minimal required glib to 2.42
+ * Allow case-insensitive search
+ * Do not wrap when Text beside icons is enabled (bxo#8490)
+ * Icon view: reduce padding/spacing with small icons
+ * Translation updates
+- Updated dependencies
+- Fixed up %build section
+
+-------------------------------------------------------------------
+Tue Apr 30 13:49:54 UTC 2019 - Vinzenz Vietzke <[email protected]>
+
+- update to version 4.13.2
+ - Convert AppData file to AppStream (bxo#14624)
+ - Improved spacing and resizing (bxo#14651)
+ - Ignore menu items without name (bxo#14655)
+ - Add hide category preference (bxo#14893)
+ - Save command in history even if it matches Exec (bxo#9023)
+ - Change default action conflicting pattern (bxo#12103)
+ - Translation updates
+- Changes from 4.13.1
+ - Improved keyboard navigation in List View
+ - When expanded, launch apps with single enter press (bxo#14469)
+ - Improved app sorting
+ - Add single window option
+ - Fix segfault when toggling bookmarks (bxo#14134)
+ - Fix preferences button height
+ - Translation updates
+- Changes from 4.13.0
+ - Port to GTK+3.
+ - Update app icons to new standard names.
+ - Fuzzy search matching (bxo#10393).
+ - Translation updates
+- Clean up spec file:
+ - Added conditional %bcond_with git for easier maintanance when using
+ git master branch
+ - Updated URL
+
+-------------------------------------------------------------------
+Mon Dec 10 10:47:02 UTC 2018 - Maurizio Galli <[email protected]>
+
+- Cleaned up spec file
+- BR: Replaced libraries with devel packages
+
+-------------------------------------------------------------------
Old:
----
xfce4-appfinder-4.12.0.tar.bz2
New:
----
_service
xfce4-appfinder-4.14.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-appfinder.spec ++++++
--- /var/tmp/diff_new_pack.Ccj8Ey/_old 2019-08-19 21:37:47.304369488 +0200
+++ /var/tmp/diff_new_pack.Ccj8Ey/_new 2019-08-19 21:37:47.304369488 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-appfinder
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-
+%bcond_with git
Name: xfce4-appfinder
-Version: 4.12.0
+Version: 4.14.0
Release: 0
Summary: Application Finder for the Xfce Desktop Environment
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/GUI/XFCE
-Url: http://docs.xfce.org/xfce/xfce4-appfinder/start
-Source:
http://archive.xfce.org/src/xfce/xfce4-appfinder/4.12/%{name}-%{version}.tar.bz2
-BuildRequires: ed
+Url: https://docs.xfce.org/xfce/xfce4-appfinder/start
+Source:
https://archive.xfce.org/src/xfce/%{name}/4.14/%{name}-%{version}.tar.bz2
+BuildRequires: appstream-glib
BuildRequires: intltool
BuildRequires: update-desktop-files
-BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(garcon-1)
-BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gthread-2.0)
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(libxfce4ui-1)
-BuildRequires: pkgconfig(libxfce4util-1.0)
+BuildRequires: xfce4-dev-tools
+Buildrequires: pkgconfig(garcon-1)
+BuildRequires: pkgconfig(gio-2.0) >= 2.42
+BuildRequires: pkgconfig(glib-2.0) >= 2.42
+BuildRequires: pkgconfig(gthread-2.0) >= 2.42
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0
+BuildRequires: pkgconfig(libxfce4ui-2) >= 4.10.0
+BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.10.0
BuildRequires: pkgconfig(libxfconf-0)
# uses exo-open
Requires: exo-tools
Recommends: %{name}-lang = %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
xfce4-appfinder is an application finder for the Xfce desktop environment. It
@@ -50,20 +49,17 @@
%lang_package
%prep
-%setup -q
-
-ed -s data/xfce4-appfinder.desktop.in 2>/dev/null <<'EOF'
-,s/^Icon=gtk-find/Icon=edit-find/
-,s/^_Name=Application Finder/_Name=Xfce Application Finder/
-i
-_GenericName=Application Finder/
-.
-w
-EOF
+%autosetup
%build
+%if %{with git}
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+ --enable-maintainer-mode
+%else
%configure
-make %{?_smp_mflags} V=1
+%endif
+%make_build
%install
%make_install
@@ -74,24 +70,17 @@
%find_lang %{name} %{?no_lang_C}
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
+appstream-util validate-relax --nonet
%{buildroot}%{_datadir}/metainfo/*.appdata.xml
%files
-%defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%license COPYING
+%doc AUTHORS NEWS README TODO
%{_bindir}/xfrun4
%{_bindir}/xfce4-appfinder
%{_datadir}/applications/*.desktop
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/xfce4-appfinder.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.xfce.xfce4-appfinder.appdata.xml
%files lang -f %{name}.lang
-%defattr(-,root,root)
%changelog
++++++ _service ++++++
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://git.xfce.org/xfce/xfce4-appfinder</param>
<param name="filename">xfce4appfinder</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">tumbler(.*)</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">[email protected]</param>
</service>
<service mode="disabled" name="tar"/>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>++++++ xfce4-appfinder-4.12.0.tar.bz2 ->
xfce4-appfinder-4.14.0.tar.bz2 ++++++
++++ 56899 lines of diff (skipped)