Hello community,
here is the log from the commit of package libzypp-plugin-appdata for
openSUSE:Factory checked in at 2018-03-08 10:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libzypp-plugin-appdata (Old)
and /work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp-plugin-appdata"
Thu Mar 8 10:50:22 2018 rev:15 rq:582902 version:1.0.1+git.20170629
Changes:
--------
---
/work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes
2017-10-04 11:40:19.277794781 +0200
+++
/work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes
2018-03-08 10:50:24.392657590 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:57 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libzypp-plugin-appdata.spec ++++++
--- /var/tmp/diff_new_pack.Q668x3/_old 2018-03-08 10:50:25.140630662 +0100
+++ /var/tmp/diff_new_pack.Q668x3/_new 2018-03-08 10:50:25.144630518 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libzypp-plugin-appdata
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,20 +22,20 @@
Summary: Extend libzypp to handle AppStream metadata
License: MIT AND CC0-1.0
Group: System/Libraries
-Url: https://wiki.gnome.org/Design/Apps/Software
+URL: https://wiki.gnome.org/Design/Apps/Software
Source0: openSUSE-appstream-%{version}.tar.xz
Source2: InstallAppdata.sh
-BuildArch: noarch
-# appstream-glib >= 0.3.6 is the first to correctly to appstream-util
uninstall in /var/cache
-Requires: appstream-glib >= 0.3.6
-# appdata hook was introduced in libzypp 14.29.4
-Requires: libzypp >= 14.29.4
# appstreamcli is provided by the AppStream package
Requires: AppStream
+# appstream-glib >= 0.3.6 is the first to correctly to appstream-util
uninstall in /var/cache
+Requires: appstream-glib >= 0.3.6
# The script uses awk to find the right filename for the appdata.xml.gz file
Requires: awk
+# appdata hook was introduced in libzypp 14.29.4
+Requires: libzypp >= 14.29.4
# This is one way of providing valid appstream metadata to applications
(currently the only implemented one)
Provides: appstream-provider
+BuildArch: noarch
%description
This plugin extends libzypp to install AppStream metadata, as extracted from
the
@@ -45,7 +45,7 @@
%package -n openSUSE-appdata-extra
Summary: Additional Appstream Metadata
License: CC0-1.0
-Group: System
+Group: Metapackages
%description -n openSUSE-appdata-extra
This package contains extra appstream metadata to be used by appstream-builder
@@ -61,10 +61,9 @@
cp appdata-extra/*/* %{buildroot}%{_datadir}/appdata-extra/
# Install AppData zypp plugin - temporarily disabled in favor of static
AppStream metadata
-install -Dm 0755 %{S:2}
%{buildroot}%{_prefix}/lib/zypp/plugins/appdata/$(basename %{S:2})
+install -Dm 0755 %{SOURCE2}
%{buildroot}%{_prefix}/lib/zypp/plugins/appdata/$(basename %{SOURCE2})
%files
-%defattr(-,root,root)
# zypp plugin triggering AppData update on repo refresh
%dir %{_prefix}/lib/zypp
%dir %{_prefix}/lib/zypp/plugins
@@ -72,7 +71,6 @@
%{_prefix}/lib/zypp/plugins/appdata/InstallAppdata.sh
%files -n openSUSE-appdata-extra
-%defattr(-,root,root)
%{_datadir}/appdata-extra/
%changelog