Accepting request 256085 from GNOME:Factory
- Update to version 0.2.6: + Add a veto if a .desktop file has NoDisplay=true. + Add more things to the blacklist that are not applications. + A keyword search match is better than the project name. + Turn of sig checking for rpm packages. + Update the SPDX license list to v1.20. - Changes from version 0.2.5: + New Features: - Add an installed test for the destdir-check. - Add as_app_add_veto(). - Add AS_APP_PARSE_FLAG_ALLOW_VETO. - Add AS_STORE_LOAD_FLAG_ALLOW_VETO. - Add as_store_remove_all(). - Add as_store_set_builder_id(). - Add as_utils_find_icon_filename(). - Add as_utils_is_spdx_license(). - Add as_utils_spdx_license_detokenize(). - Add check-root to appstream-util. - Add some validation rules for metainfo files. + Bugfixes: - Allow desktop->addon demotion with an AppData file. - Allow different source roots to define addons. - Do not require sentence case when validating with relaxed settings. - Fix up legacy license IDs when tokenizing. - Ignore localized keywords. - Ignore localized screenshots. - Link client/appstream-util against gdk-pixbuf. - Metadata licenses like 'CC0 and CC-BY-3.0' are valid content licenses. (forwarded request 256084 from dimstar) OBS-URL: https://build.opensuse.org/request/show/256085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=4
This commit is contained in:
commit
61073a0f17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2231ea0b5e63a99f3158f8f8f668be5084dee338ad4b2508e11c6c53a7e04fa
|
||||
size 1531760
|
3
appstream-glib-0.2.6.tar.xz
Normal file
3
appstream-glib-0.2.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b753307f2d3d9a25173f4d3dfe60f9281e29fb4c9542d80c81748f46c822992b
|
||||
size 1536708
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 15:16:28 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.2.6:
|
||||
+ Add a veto if a .desktop file has NoDisplay=true.
|
||||
+ Add more things to the blacklist that are not applications.
|
||||
+ A keyword search match is better than the project name.
|
||||
+ Turn of sig checking for rpm packages.
|
||||
+ Update the SPDX license list to v1.20.
|
||||
- Changes from version 0.2.5:
|
||||
+ New Features:
|
||||
- Add an installed test for the destdir-check.
|
||||
- Add as_app_add_veto().
|
||||
- Add AS_APP_PARSE_FLAG_ALLOW_VETO.
|
||||
- Add AS_STORE_LOAD_FLAG_ALLOW_VETO.
|
||||
- Add as_store_remove_all().
|
||||
- Add as_store_set_builder_id().
|
||||
- Add as_utils_find_icon_filename().
|
||||
- Add as_utils_is_spdx_license().
|
||||
- Add as_utils_spdx_license_detokenize().
|
||||
- Add check-root to appstream-util.
|
||||
- Add some validation rules for metainfo files.
|
||||
+ Bugfixes:
|
||||
- Allow desktop->addon demotion with an AppData file.
|
||||
- Allow different source roots to define addons.
|
||||
- Do not require sentence case when validating with relaxed
|
||||
settings.
|
||||
- Fix up legacy license IDs when tokenizing.
|
||||
- Ignore localized keywords.
|
||||
- Ignore localized screenshots.
|
||||
- Link client/appstream-util against gdk-pixbuf.
|
||||
- Metadata licenses like 'CC0 and CC-BY-3.0' are valid content
|
||||
licenses.
|
||||
- Never add duplicate <extends> tags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 11:24:56 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.2.4
|
||||
Version: 0.2.6
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -119,7 +119,7 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
# We don't care for 'installed tests'; that's used by GNOME Smoke Testing.
|
||||
rm %{buildroot}%{_datadir}/installed-tests/appstream-glib/appdata-validate.test
|
||||
rm %{buildroot}%{_datadir}/installed-tests/appstream-glib/*.test
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user