Accepting request 360305 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360305 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=62
This commit is contained in:
parent
88fa166dc2
commit
87ec2a4019
4
_service
4
_service
@ -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.5.7</param>
|
||||
<param name="versionformat">0.5.9</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_7</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_9</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="changesrevision">73fd7a07d1dfc3870c2b1bd5e5ecfd1c9864bb4a</param></service></servicedata>
|
||||
<param name="changesrevision">2eeed73046e30a073c56447b36dfcf6543f3f0b9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f749703a9452ba830c44e3f6ab638bf061ebc4cd27c785808e406fb295c6c275
|
||||
size 2176384
|
3
appstream-glib-0.5.9.tar.xz
Normal file
3
appstream-glib-0.5.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c70e544649c0df8a4d9121bac3e936a6b972545811a12632740a3c366f01e049
|
||||
size 2182568
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 09:33:30 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.5.9:
|
||||
+ trivial: post release version bump
|
||||
+ Fix dates in NEWS - It's 2016!
|
||||
+ Add missing G_BEGIN_DECLS in libappstream-glib/as-tag.h.
|
||||
+ Accept FSFAP as a valid metadata license
|
||||
+ Update the SPDX license list
|
||||
+ Fix a validation error for metainfo files with descriptions
|
||||
+ store: Keep track of which appinfo dirs are added and never
|
||||
re-add them
|
||||
+ store: Pick up newly added appinfo dirs for xdg-app remotes
|
||||
+ trivial: Fix a couple of small memory leaks
|
||||
+ Release version 0.5.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 17 09:32:10 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.5.8:
|
||||
+ trivial: post release version bump
|
||||
+ trivial: Remove the hardcoded hack for nautilus
|
||||
+ trivial: Remove some dead code
|
||||
+ trivial: Remove a warning for no recent upstream release
|
||||
+ trivial: Remove the veto for ConsoleOnly
|
||||
+ Use the project_group heuristics when parsing AppData files
|
||||
+ Remove the hardcoded rule for xfdashboard as it has been
|
||||
reported upstream
|
||||
+ Only load supported icon kinds when using appstream-compose
|
||||
+ trivial: Remove support for old-style firmware GUIDS-as-IDs
|
||||
+ trivial: Relax the XML header requirement
|
||||
+ Reject an invalid project group when parsing
|
||||
+ Use heuristics when building metadata with an AppData file
|
||||
+ trivial: Fix linking error when building appstream-compose
|
||||
+ Add support for per-user and system-wide xdg-app installed
|
||||
stores
|
||||
+ Set the xdg-app origin using the filename
|
||||
+ Add a modify command to appstream-util
|
||||
+ trivial: Add the missing AsBundle to gtk-doc
|
||||
+ Add AsTranslation to support <translation> tags in AppData
|
||||
files
|
||||
+ Fix a regression in the icon_path logic from the xdg-app merge
|
||||
+ Support multi-line copyright statements
|
||||
+ Allow setting state on AsRelease objects
|
||||
+ Support the QT translation system
|
||||
+ Parse the sections in the QM file format
|
||||
+ trivial: Fix regression with AppStream metadata in xmls
|
||||
+ Add support for the GENERIC component kind
|
||||
+ Add a flag for skipping invalid AppStream files
|
||||
+ Remove support for Ubuntu app-install data
|
||||
+ Set the xdg-app origin on the store, and only set app origin to
|
||||
the remote name
|
||||
+ trivial: Fix up self tests after generic kind
|
||||
+ Move the kudo and provides autodetection to libappstream-glib
|
||||
+ Use predictable sorting when outputting <provides>
|
||||
+ trivial: Do not require icons for generic or runtime kinds
|
||||
+ Show the source of the 'appstream-util check-root' failure
|
||||
+ Do not respect the icon_root when using as_store_from_file()
|
||||
+ Blacklist the xdg-app AppStream data as the correct data is
|
||||
added manually
|
||||
+ trivial: Support loading the xdg-app AppStream data from inside
|
||||
the sandbox
|
||||
+ trivial: Prefer the xmls icon rule over the xdg-app one
|
||||
+ dep11: Support stock icons
|
||||
+ Escape data before writing to an HTML file
|
||||
+ Ignore temp and hidden files in AsMonitor
|
||||
+ Release version 0.5.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 6 13:10:23 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.5.7
|
||||
Version: 0.5.9
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -194,7 +194,7 @@ if make check; then
|
||||
exit 0
|
||||
else
|
||||
echo CHECKS failed... dumping log file
|
||||
cat libappstream-builder/test-suite.log
|
||||
find -name test-suite.log -exec cat {} \;
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user