Hello community,
here is the log from the commit of package libzypp-plugin-appdata for openSUSE:Factory checked in at 2017-06-30 18:39:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzypp-plugin-appdata (Old) and /work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzypp-plugin-appdata"
Fri Jun 30 18:39:13 2017 rev:12 rq:506830 version:1.0+git.20150408
Changes: -------- --- /work/SRC/openSUSE:Factory/libzypp-plugin-appdata/libzypp-plugin-appdata.changes 2016-07-15 12:55:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libzypp-plugin-appdata.new/libzypp-plugin-appdata.changes 2017-06-30 18:39:30.906157832 +0200 @@ -1,0 +2,25 @@ +Wed Jun 28 11:55:21 UTC 2017 - dimstar@opensuse.org + +- Update to version 1.0+git.20150408: + + Drop the irrelevant LICENSE file from git. +- Update License tag to be MIT (InstallAppdata.sh) AND CC0-1.0 (the + appdata metafiles). + +------------------------------------------------------------------- +Mon Jun 26 15:02:47 UTC 2017 - dimstar@opensuse.org + +- Provide 'appstream-provider': we might want to implement + different methods of providing AppStream metadata to + applications, and the frontends should not have to care about the + technical details in the background. Software Centers like GNOME + Software and Discover are supposed to use the new symbol. + +------------------------------------------------------------------- +Fri Jun 23 12:21:44 UTC 2017 - dimstar@opensuse.org + +- Update InstallAppdata.sh: use appstreamcli refresh-cache instead + of refresh-index (boo#1044114). +- Drop GNOME software mention from the description. There are other + frontends out there by now. + +-------------------------------------------------------------------
Old: ---- openSUSE-appstream-1.0.tar.xz
New: ---- openSUSE-appstream-1.0+git.20150408.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ libzypp-plugin-appdata.spec ++++++ --- /var/tmp/diff_new_pack.jy96GL/_old 2017-06-30 18:39:32.441941816 +0200 +++ /var/tmp/diff_new_pack.jy96GL/_new 2017-06-30 18:39:32.445941253 +0200 @@ -1,7 +1,7 @@ # # spec file for package libzypp-plugin-appdata # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,13 +17,13 @@
Name: libzypp-plugin-appdata -Version: 1.0.1 +Version: 1.0+git.20150408 Release: 0 Summary: Extend libzypp to handle AppStream metadata -License: MIT +License: MIT AND CC0-1.0 Group: System/Libraries Url: https://wiki.gnome.org/Design/Apps/Software -Source0: openSUSE-appstream-1.0.tar.xz +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 @@ -34,23 +34,24 @@ Requires: AppStream # The script uses awk to find the right filename for the appdata.xml.gz file Requires: awk +# This is one way of providing valid appstream metadata to applications (currently the only implemented one) +Provides: appstream-provider
%description This plugin extends libzypp to install AppStream metadata, as extracted from the repository metadata, onto the file system in order to be picked up by software centers.
-At this moment, gnome-software is the only known implementation making use of it. - %package -n openSUSE-appdata-extra Summary: Additional Appstream Metadata +License: CC0-1.0 Group: System
%description -n openSUSE-appdata-extra This package contains extra appstream metadata to be used by appstream-builder
%prep -%setup -q -n openSUSE-appstream-1.0 +%setup -q -n openSUSE-appstream-%{version}
%build
++++++ InstallAppdata.sh ++++++ --- /var/tmp/diff_new_pack.jy96GL/_old 2017-06-30 18:39:32.473937316 +0200 +++ /var/tmp/diff_new_pack.jy96GL/_new 2017-06-30 18:39:32.473937316 +0200 @@ -58,5 +58,5 @@ chmod 755 /var/cache/app-info/icons/*
# (Re)create the Xapian database required by the KDE tools -appstreamcli refresh-index +appstreamcli refresh-cache
++++++ _service ++++++ --- /var/tmp/diff_new_pack.jy96GL/_old 2017-06-30 18:39:32.493934503 +0200 +++ /var/tmp/diff_new_pack.jy96GL/_new 2017-06-30 18:39:32.497933940 +0200 @@ -2,10 +2,11 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/DimStar77/openSUSE-appstream.git</param> <param name="scm">git</param> - <param name="versionformat">1.0</param> + <param name="versionformat">1.0+git.%cd</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> + <service name="set_version" mode="disabled"/> </services>