Accepting request 368520 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/368520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=27
This commit is contained in:
commit
6ef7cd6648
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.11</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_11</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">6103ffaaf8dab597a8a49ee3f4b6204e3b619caa</param></service></servicedata>
|
3
appstream-glib-0.5.11.tar.xz
Normal file
3
appstream-glib-0.5.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70f9d7691b0e542801917cb087afdcb1a6da606d8fdf8eb06fa5127bab2ec7f5
|
||||
size 2189672
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f749703a9452ba830c44e3f6ab638bf061ebc4cd27c785808e406fb295c6c275
|
||||
size 2176384
|
@ -1,3 +1,115 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 08 14:27:58 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.5.11:
|
||||
+ trivial: post release version bump
|
||||
+ trivial: Do not require icons for generic component types.
|
||||
+ Fix ordering of parameters to as_store_search_app_info.
|
||||
+ Add AS_APP_KIND_LOCALIZATION.
|
||||
+ Fix crash when validating files containing invalid remote URIs.
|
||||
+ Add as_markup_import()
|
||||
+ Add support for GNOME Shell extensions..
|
||||
+ Do not tokenize the application ID or package name.
|
||||
+ trivial: When searching look in the user app-info dirs too.
|
||||
+ Do not mark all subsumed applications as installed.
|
||||
+ trivial: Fix FALSE/NULL confusion spotted with GCC6.
|
||||
+ trivial: Fix a tiny introspection warning.
|
||||
+ trivial: Fix another compile warning with GCC6.
|
||||
+ Add a AsMarkupConvertFormat to as_markup_import().
|
||||
+ Split out as-markup into a new source file.
|
||||
+ Add as_utils_string_replace().
|
||||
+ trivial: Prefer <ul> over <ol> when the list start is unknown.
|
||||
+ Support importing HTML text using as_markup_import().
|
||||
+ Add a 'markup-import' command to appstream-util for testing
|
||||
text import.
|
||||
+ Implement DEP-11 MediaBaseUrl support.
|
||||
+ Tokenize names like 'half-life' into two tokens for searching.
|
||||
+ Release version 0.5.11.
|
||||
- Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 01 10:23:07 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.5.10:
|
||||
+ Add AS_APP_KIND_SHELL_EXTENSION.
|
||||
+ Add AS_APP_KIND_OS_UPDATE.
|
||||
+ trivial: Display the search sort key in hex.
|
||||
+ Do not tokenize mimetypes.
|
||||
+ Support loading XML files using as_store_from_bytes().
|
||||
+ trivial: Fix critical warning for xdg-app bundles.
|
||||
+ Add AsAppQuirk.
|
||||
+ trivial: Add AS_APP_QUIRK_HAS_SOURCE.
|
||||
+ Add a 'split-appstream' command to appstream-util.
|
||||
+ Release version 0.5.10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.11
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -48,6 +48,7 @@ BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libgcab-1.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24
|
||||
@ -194,7 +195,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