Hello community, here is the log from the commit of package appstream-glib for openSUSE:Factory checked in at 2016-09-21 18:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old) and /work/SRC/openSUSE:Factory/.appstream-glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "appstream-glib" Changes: -------- --- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes 2016-09-09 10:18:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.appstream-glib.new/appstream-glib.changes 2016-09-21 18:25:48.000000000 +0200 @@ -1,0 +2,27 @@ +Mon Sep 19 12:44:38 UTC 2016 - [email protected] + +- Update openSUSE-appstream-process: do not rename the various + appstream files to contain the sha hash in their filename: zypp + is not (yet) able to cope with this (boo#999047). + +------------------------------------------------------------------- +Sun Sep 11 09:50:57 UTC 2016 - [email protected] + +- Update to version 0.6.3: + + trivial: + - Fix a -Wundef compiler warning. + - Sync example spec file with downstream. + - Do not write <icon type=unknown> for unknown types. + - Fix up tests after the -lang auto-dep commit. + + Support components with merge=replace rules. + + Add a component kind of 'driver'. + + Refactor the desktop file icon loading code. + + Convert the built unknown icons to the correct kind depending + on the action. + + Add -lang package as a dependency in order to properly detect + translations (gh#hughsie/appstream-glib#135). + + Add an easy way to add a modalias to an existing file. + + Add an easy way to add a language to an existing file. +- Drop appstream-glib-lang.patch: Fixed upstream. + +------------------------------------------------------------------- Old: ---- appstream-glib-0.6.2.tar.xz appstream-glib-lang.patch New: ---- appstream-glib-0.6.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ appstream-glib.spec ++++++ --- /var/tmp/diff_new_pack.UAYHsr/_old 2016-09-21 18:25:49.000000000 +0200 +++ /var/tmp/diff_new_pack.UAYHsr/_new 2016-09-21 18:25:49.000000000 +0200 @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+ @@ -28,8 +28,6 @@ Url: http://people.freedesktop.org/~hughsient/appstream-glib/ Source0: %{name}-%{version}.tar.xz Source1: openSUSE-appstream-process -# PATCH-FEATURE-UPSTREAM appstream-glib-lang.patch gh#hughsie/appstream-glib#135 [email protected] -- Add -lang packages as internal deps. This helps us to show apps as localized -Patch0: appstream-glib-lang.patch %if %{_build_from_vcs} BuildRequires: gnome-common %else @@ -166,7 +164,6 @@ %prep %setup -q -%patch0 -p1 %build %if %{_build_from_vcs} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.UAYHsr/_old 2016-09-21 18:25:49.000000000 +0200 +++ /var/tmp/diff_new_pack.UAYHsr/_new 2016-09-21 18:25:49.000000000 +0200 @@ -2,9 +2,9 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/hughsie/appstream-glib.git</param> <param name="scm">git</param> - <param name="versionformat">0.6.2</param> + <param name="versionformat">0.6.3</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/appstream_glib_0.6.2</param> + <param name="revision">refs/tags/appstream_glib_0_6_3</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.UAYHsr/_old 2016-09-21 18:25:49.000000000 +0200 +++ /var/tmp/diff_new_pack.UAYHsr/_new 2016-09-21 18:25:49.000000000 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/hughsie/appstream-glib.git</param> - <param name="changesrevision">b05f647c162e809f18261e8cdca40c031be2dbb6</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">9745dabb0b3ca2de17e74e97aa54e181d65f76a7</param></service></servicedata> \ No newline at end of file ++++++ appstream-glib-0.6.2.tar.xz -> appstream-glib-0.6.3.tar.xz ++++++ ++++ 8781 lines of diff (skipped) ++++++ openSUSE-appstream-process ++++++ --- /var/tmp/diff_new_pack.UAYHsr/_old 2016-09-21 18:25:50.000000000 +0200 +++ /var/tmp/diff_new_pack.UAYHsr/_new 2016-09-21 18:25:50.000000000 +0200 @@ -6,6 +6,7 @@ # Do not produce the html files - the biggest tasks are done # Users interested in them can always produce them locally out of the appdata.xml.gz file HTMLOUT=no +HASHED_NAMES=no TMPDIR=$(mktemp -d) @@ -46,16 +47,19 @@ xz -9 ${DEST}/appdata-failed.html fi -# rename the appdata-icons.tar.gz tarball to something like -# appdata-icons-${hash}.tar.gz, allowing mirrorbrain to send users -# off to a mirror to catch the file, improving performance -read md5 fn_catchall <<<$(md5sum ${DEST}/appdata-icons.tar.gz) -mv ${DEST}/appdata-icons.tar.gz ${DEST}/appdata-icons-${md5}.tar.gz - -# also rename the appdata.xml.gz file in the same style -read md5 fn_catchall <<<$(md5sum ${DEST}/appdata.xml.gz) -mv ${DEST}/appdata.xml.gz ${DEST}/appdata-${md5}.xml.gz - -# And the same for the -screenshots tarball (containing auto-generated screenshots for fonts) -read md5 fn_catchall <<<$(md5sum ${DEST}/appdata-screenshots.tar) -mv ${DEST}/appdata-screenshots.tar ${DEST}/appdata-screenshots-${md5}.tar + +if [ "$HASHED_NAMES" = "yes" ]; then + # rename the appdata-icons.tar.gz tarball to something like + # appdata-icons-${hash}.tar.gz, allowing mirrorbrain to send users + # off to a mirror to catch the file, improving performance + read md5 fn_catchall <<<$(md5sum ${DEST}/appdata-icons.tar.gz) + mv ${DEST}/appdata-icons.tar.gz ${DEST}/appdata-icons-${md5}.tar.gz + + # also rename the appdata.xml.gz file in the same style + read md5 fn_catchall <<<$(md5sum ${DEST}/appdata.xml.gz) + mv ${DEST}/appdata.xml.gz ${DEST}/appdata-${md5}.xml.gz + + # And the same for the -screenshots tarball (containing auto-generated screenshots for fonts) + read md5 fn_catchall <<<$(md5sum ${DEST}/appdata-screenshots.tar) + mv ${DEST}/appdata-screenshots.tar ${DEST}/appdata-screenshots-${md5}.tar +fi
