Commit Graph

51 Commits

Author SHA256 Message Date
Dominique Leuenberger
3844638cc4 Accepting request 328244 from GNOME:Factory
- openSUSE-appstream-process: compress the status html files
  (boo#942985). 

- Update to version 0.4.1:
  + New Features:
    - Add a 'compare' command to appstream-util.
    - Add a 'mirror-local-firmware' command to appstream-util.
    - Add a flag to relax the AppData Category=Settings
      requirement.
    - Add a flag to use non-optimal data sources when building
      metadata.
    - Add am 'incorporate' command to appstream-util.
    - Add two flags to veto-ignore to relax the requirements for
      metadata.
  + Bugfixes:
    - Be less strict when loading incorrect AppData files.
    - Do not duplicate <location> tags within a release.
    - Do not expect the INF ClassGuid to be the ESRT GUID.
    - Don't crash when parsing a <release> with no description.
    - Fix a potential crash spotted by clang.
    - Fix autogen with latest Intltool.
    - Ignore the prefix when loading system-wide AppStream
      information.
    - Include <pkgname> when writing the ignored metadata.
    - Only write the release timestamp if non-zero.
    - Remove the AppData veto when incorporating metadata.
    - Search harder when using AS_ICON_LOAD_FLAG_SEARCH_SIZE.
    - Sort multiple <icon> entries by name.
    - Update the SPDX licence list to v2.0.
    - When building metadata with the use-fallback flag accept

OBS-URL: https://build.opensuse.org/request/show/328244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=20
2015-09-03 15:59:26 +00:00
Dominique Leuenberger
5bffbe226a Accepting request 308895 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/308895
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=18
2015-05-29 07:46:12 +00:00
Dominique Leuenberger
345cc430ec Accepting request 294762 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/294762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=14
2015-04-10 07:47:11 +00:00
Dominique Leuenberger
ab86599de9 Accepting request 293741 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/293741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=13
2015-04-03 12:34:03 +00:00
Dominique Leuenberger
aa4fe64bd1 Accepting request 291176 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/291176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=11
2015-03-18 12:02:45 +00:00
Dominique Leuenberger
62bb56d3cf Accepting request 288064 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/288064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=10
2015-03-03 10:10:19 +00:00
Dominique Leuenberger
4c11735f32 Accepting request 280058 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/280058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=9
2015-01-08 22:05:44 +00:00
Stephan Kulow
86b2253f2b Accepting request 258576 from GNOME:Factory
- Update to version 0.3.1.git.20141023.f8bf1b6:
  + Allow to disable some vetos.

- Update to version 0.3.1:
  + Add a kudo for a HiDPI ico.
  + Add an --enable-hidpi argument to appstream-builder.
  + New  APIs: AS_APP_VALIDATE_FLAG_ALL_APPS,
    asb_app_set_hidpi_enabled(), asb_context_get_min_icon_size(),
    asb_context_set_embedded_icons(), as_icon_convert_to_kind(),
    as_node_add_attribute_as_int(), as_screenshot_set_priority(),
    as_store_convert_icons(), as_utils_find_icon_filename_full()
    and as_utils_get_string_overlap().
  + Add AsIcon as a new abstract icon object.
  + Add AS_ICON_KIND_EMBEDDED and AS_ICON_KIND_LOCAL.
  + Alpm backend for appstream-builder.
  + Support filtering by metadata in status-csv.
  + Many bugfixes.
- Disable _build_from_cvs, as this is a released tarball again.

- Update to version 0.3.0.git.20141013.6d59429:
  + Allow to merge icons into appstream xml. Comes in handy for
    OBS, where we generate an appstream with embedded icons.
- Add gobject-introspection-devel BuildRequires: dependency to
  bootstrap the tarball.
- Add conditional (based on _build_from_vcs defines) gnome-common
  BuildRequires and call to autogen.sh: needed, as we are currently
  packaging a git snapshot.
- Add libyaml-devel BuildRequires: new dependency.
- Split new subpackages typelib-1_0-AppstreamBuilder-1_0 and
  typelib-1_0-AppstreamGlib-1_0.

OBS-URL: https://build.opensuse.org/request/show/258576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=5
2014-10-31 08:39:21 +00:00
Stephan Kulow
786bd508ed Accepting request 241005 from GNOME:Factory
Addition of new appstream-glib library. Part of GNOME 3.14 stack,
but as it is new, it does not hurt to already push it now to
Factory... so we have it in time.

@coolo: this package actually contains appstream-builder: just like createrepo,
you can run it against a directory full of RPMs and it extracts a valid
appstream.xml.gz (plus icons) from it, which we should get published in our repo metadata
(for gnome-software and potentially other appstream based software centers).

Once this is in place (currently, there is a hack in place for Factory, but only based
on .desktop files, ignoring the actual shipped appdata.xml files), we will need zypper
to have a hook to perform appstream-util install <xml> <iconset> and enjoy the powers of it.

OBS-URL: https://build.opensuse.org/request/show/241005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=1
2014-07-20 08:49:45 +00:00
bdc65744a8 Accepting request 575331 from GNOME:Next
Update to 0.7.5

OBS-URL: https://build.opensuse.org/request/show/575331
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=116
2018-02-14 20:09:58 +00:00
792ebfd60d Accepting request 541263 from GNOME:Next
Upstream fix commited

OBS-URL: https://build.opensuse.org/request/show/541263
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=114
2017-11-21 15:38:14 +00:00
e57a210bd8 Accepting request 538773 from GNOME:Next
- Update to version 0.7.3+git.20171103 (f230c8):
  + Only try to set the file permissions on regular files.
  + Add the 'hardware' requires type.

OBS-URL: https://build.opensuse.org/request/show/538773
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=112
2017-11-07 09:41:56 +00:00
e0174b303b Accepting request 538661 from openSUSE:Factory
Re-update to 0.7.3 in devel branch

OBS-URL: https://build.opensuse.org/request/show/538661
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=111
2017-11-03 11:49:06 +00:00
OBS User buildservice-autocommit
2080566bfa Updating link to change in openSUSE:Factory/appstream-glib revision 54.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=9efc590f68de6a1529b3b30e8383f09b
2017-11-03 10:10:43 +00:00
ea1ae447df Accepting request 536379 from GNOME:Next
Update to 0.7.3

OBS-URL: https://build.opensuse.org/request/show/536379
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=109
2017-10-30 10:34:44 +00:00
Bjørn Lie
22ade53e3c Accepting request 520640 from GNOME:Next
- Update License to "LGPL-2.1+ AND GPL-2.0+": the client tools
  (builder, compose and util) are licenses GPL-2.0+, the library
  is LGPL-2.1+.

- Update to version 0.7.2:
  + Allow remote icon types for desktop AppData files.
  + Do not check the suffix of <id> tags.
  + Prefer /usr/share/metainfo as default path for metainfo files.
  + build: Enable C99 support in meson.build.
  + build: Define _XOPEN_SOURCE in order to expose realpath() in
    headers.
  + libappstream-glib: Use g_ascii_strcasecmp() instead of
    strcasecmp().
  + libappstream-builder/utils: Drop an unreachable branch.
  + libappstream-glib/self-test: Add some additional checks.

- Update to version 0.7.1:
  + Validate the <id> format according to the spec.
  + Add <id> kinds for application provides.
  + Skip loading desktop data from Snap directory.
  + Update the SPDX license list to 2.6.
  + Support CompulsoryForDesktops in YAML.
  + Have plugins link with asglib along with asbuilder.
  + meson: avoid unnecessary gdk dependency.
  + meson: introspection optional.
  + meson: Install appdata-xml.m4.
  + build: Make gperf dependency fully required.
  + Fail to validate if AppData screenshots are duplicated.

OBS-URL: https://build.opensuse.org/request/show/520640
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=103
2017-09-05 07:27:27 +00:00
48f68d23a4 Accepting request 519335 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519335
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=101
2017-08-31 07:41:13 +00:00
3ff4eb0922 Accepting request 490259 from home:dimstar:branches:GNOME:Factory
Update to 0.6.12

OBS-URL: https://build.opensuse.org/request/show/490259
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=99
2017-04-25 08:00:25 +00:00
56fc2322e0 Accepting request 481704 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/481704
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=97
2017-03-21 11:13:18 +00:00
9239607fbb Accepting request 478780 from GNOME:Next
New upstream rel

OBS-URL: https://build.opensuse.org/request/show/478780
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=96
2017-03-12 13:16:28 +00:00
04ad8e87a0 Accepting request 460942 from GNOME:Next
Scripted push of GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/460942
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=95
2017-02-28 21:39:26 +00:00
Bjørn Lie
66be4ffbea Accepting request 454193 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/454193
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=93
2017-02-06 22:04:18 +00:00
Bjørn Lie
04a40bda6d Accepting request 449820 from GNOME:Next
Update to 0.6.7

OBS-URL: https://build.opensuse.org/request/show/449820
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=91
2017-01-12 11:51:03 +00:00
Bjørn Lie
f173f80702 Accepting request 446755 from GNOME:Next
New stable release

OBS-URL: https://build.opensuse.org/request/show/446755
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=89
2016-12-19 16:41:01 +00:00
c3e0632887 Accepting request 439247 from GNOME:Next
Update to 0.6.5

OBS-URL: https://build.opensuse.org/request/show/439247
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=87
2016-11-08 17:25:02 +00:00
Bjørn Lie
4cda2640a1 Accepting request 434726 from GNOME:Next
- Update to version 0.6.4:
  + trivial:
    - post release version bump.
    - Allow detailed profiling when using as_store_from_file().
    - Make as_profile_clear() threadsafe.
    - Make as_profile_dump() threadsafe.
    - Fix building AppStream metadata when using local files.
    - Fix two potential deadlocks in the AsProfile code.
    - Add some sanity checks to the unique-id hash tests.
    - Fix a couple of warnings with -Wundef.
  + Add support for AppImage bundles.
  + Fix building metadata on repos with mixed architecture content.
  + Add as_store_add_apps().
  + Add as_profile_prune() for limiting the profiling output.
  + Add as_profile_set_autoprune() for automatically limiting the
    profiling output.
  + Fix the CSM rating age calculation.
  + Add as_content_rating_get_value().
  + Fix setting the origin for Flatpak user repos.
  + Never inhierit Name and Comment when using appstream-compose.
  + Don't show a critical warning on invalid yaml file.
  + Fix a small memory leak when parsing yaml files.
  + Add functions to build and validate an AppStream ID.
  + Add flag to only load uncompressed files into a store.
  + Allow filtering applications based on merge type.
  + Release version 0.6.4.

OBS-URL: https://build.opensuse.org/request/show/434726
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=85
2016-10-14 19:29:07 +00:00
Bjørn Lie
42c56c5082 Accepting request 426831 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/426831
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=82
2016-09-11 13:59:23 +00:00
Bjørn Lie
900248b32c Accepting request 425614 from GNOME:Next
- Update openSUSE-appstream-process:
  + Do not include -failed.xml.gz: people complain about the
    additional ~ 100KB zypp downloads on a repodata refresh at 'no
    value for them'. The failed.xml.gz is not needed for regular
    operations, but was a great help for packagers to find out why
    their app was vetoed. They will need to find different ways to
    get this info.
  + Rename appdata-screenshots.tar to appdata-screenshots-$HASH.tar
    to help mirrorbrain offload this file to mirrors.

- Add appstream-glib-lang.patch:  Add -lang package as a dependency
  in order to properly detect translations.

- Update to version 0.6.2:
  + New Features:
    - Add a hash function specifically designed for unique-ids.
    - Add AS_BUNDLE_KIND_CABINET.
    - Remove the inf parsing from appstream-glib.
  + Bugfixes:
    - Check if icon name is unset before checking the prefix.
    - Do not merge all LangPack entries.
    - Do not require an icon from LOCALIZATION kind.
    - Do not use the deprecated GNOME_COMPILE_WARNINGS.
    - Do not use the prefix check when parsing YAML.
    - Fix gcc shift warnings on 32 bit platforms.
    - Ignore system datadirs that are actually per-user.
    - Invalidate the unique-id if any of the parts are changed.
    - Make upgrade check for SPDX license string.
    - Pay attention to errors from libyaml
      (gh#hughsie/appstream-glib#129).

OBS-URL: https://build.opensuse.org/request/show/425614
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=80
2016-09-08 08:30:53 +00:00
Bjørn Lie
0548029695 Accepting request 408477 from GNOME:Next
New upstream rel

OBS-URL: https://build.opensuse.org/request/show/408477
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=78
2016-07-15 09:19:49 +00:00
25f4125456 Accepting request 401902 from GNOME:Next
- Update to version 0.5.16:
  + Add yast2-branding-openSUSE if an app depends on yast2.
  + trivial: post release version bump.
  + Fix g_ptr_array_sort use.
  + Do not rename a category ID in AsApp.
  + Never allow NULL to be added to AsApp string array.
  + Allow setting the id prefix and origin using a symlink file
    name.
  + trivial: Do not load Flatpak repos when searching.
  + Correctly detect new AppStream applications in new directories.
  + Add elementary to list of project groups.
  + trivial: Fix make distcheck.
  + trivial: Fix several issues to ensure changed signal are sent.
  + Load metainfo files if present.
  + Release version 0.5.16.
- Drop
  0001-Add-yast2-branding-openSUSE-if-an-app-depends-on-yas.patch:
  fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/401902
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=76
2016-06-14 14:06:55 +00:00
Bjørn Lie
e21a20fd86 Accepting request 397428 from GNOME:Next
Update to 0.5.15 - let it build first

OBS-URL: https://build.opensuse.org/request/show/397428
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=73
2016-05-23 11:59:33 +00:00
Bjørn Lie
866ee9d3dc Accepting request 391678 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/391678
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=68
2016-04-29 12:23:56 +00:00
Bjørn Lie
d61fd1d16c Accepting request 383949 from GNOME:Next
Yet a resub... sorry, .changes needed one more tweak

OBS-URL: https://build.opensuse.org/request/show/383949
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=66
2016-04-07 15:40:46 +00:00
d0c1854d5f Accepting request 368481 from GNOME:Next
Update to 0.5.11 - important, as it makes gnome-software show stuff again

OBS-URL: https://build.opensuse.org/request/show/368481
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=64
2016-03-08 15:54:14 +00:00
48751a2dec Accepting request 363389 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/363389
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=63
2016-03-02 10:27:18 +00:00
87ec2a4019 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
2016-02-19 14:30:06 +00:00
Bjørn Lie
ac30d2ac5d Accepting request 356663 from GNOME:Next
Update to 0.5.7

OBS-URL: https://build.opensuse.org/request/show/356663
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=56
2016-01-29 12:19:03 +00:00
Bjørn Lie
4fead936e6 Accepting request 349897 from home:Zaitor:branches:GNOME:Factory
New rel

OBS-URL: https://build.opensuse.org/request/show/349897
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=54
2015-12-22 13:47:49 +00:00
Bjørn Lie
9fdd8489d0 Accepting request 346288 from GNOME:Next
New rel, do we want it yet?

OBS-URL: https://build.opensuse.org/request/show/346288
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=52
2015-11-26 21:55:21 +00:00
Bjørn Lie
d9c6280089 Accepting request 343793 from GNOME:Next
New and improved :P

OBS-URL: https://build.opensuse.org/request/show/343793
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=49
2015-11-11 11:31:35 +00:00
cd6ad0ed92 Accepting request 331408 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/331408
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=47
2015-09-17 12:42:21 +00:00
144c963d28 Accepting request 328945 from GNOME:Next
Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328945
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=46
2015-09-04 11:27:56 +00:00
bdca976977 Accepting request 327228 from home:Zaitor
A stable rel we missed.

OBS-URL: https://build.opensuse.org/request/show/327228
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=43
2015-08-31 08:56:52 +00:00
Bjørn Lie
637ac2276f Accepting request 308893 from GNOME:Next
- Update to version 0.4.0:
  + Version the builder plugin location.
  + Show a warning when the origin or basename isn't specified.
  + Do not use the cache location when using install-origin with a
    DESTDIR.
  + Release version 0.4.0.

OBS-URL: https://build.opensuse.org/request/show/308893
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=38
2015-05-27 10:53:36 +00:00
cd8032c92d Accepting request 294741 from GNOME:Next
tweaked

OBS-URL: https://build.opensuse.org/request/show/294741
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=29
2015-04-07 12:57:45 +00:00
29c53fdb87 Accepting request 293721 from GNOME:Next
Update to 0.3.6

OBS-URL: https://build.opensuse.org/request/show/293721
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=27
2015-03-30 22:43:48 +00:00
Bjørn Lie
1312f66845 Accepting request 291172 from GNOME:Next
- Add gdk-pixbuf-loader-rsvg Requires: needed, in order to be able
  to convert .svg icons to pixmaps.

- Update to version 0.3.5:
  + New Features:
    - Add new API required for firmware support.
    - Add new API required for OSTree and xdg-app support.
    - Add 'news-to-appdata' and 'appdata-to-news' cmds to
      appstream-util.
    - Support all of the yet-unreleased AppStream 0.9 spec.
  + Bugfixes:
    - Add releases from the upstream AppData files.
    - Allow short descriptions when validating <description> in
      releases.
    - Correctly load descriptions from <releases> in AppData files.
    - Fix a builder crash where a package depends on itself.
    - Fix a crash when more than one thread tries to ensure the
      same package.
    - Fix DSO Linking error when built with --as-needed.
    - Make the failed AppStream metadata optional.
    - Make the icon tarball optional.
    - Relax validation checks to allow empty release sections.
    - Return the correct exit code from appstream-builder.
- Add gcab BuildRequires and Requires: needed for the cab
  extraction of the new Firmware support.

OBS-URL: https://build.opensuse.org/request/show/291172
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=23
2015-03-17 13:09:04 +00:00
4f13d54d7a Accepting request 287991 from GNOME:Next
- Update to version 0.3.4:
  + Allow specifying --packages-dir multiple times
  + Show the offending text when validation fails
  + Do not blacklist applications with broken AppData files
  + Remove the composite plugin
  + Add as_app_get_search_tokens()
  + Add show-search-tokens subcommand to appstream-util
  + Do not store short search tokens like 'a' and 'or'
  + trivial: Do not store search tokens with markup
  + Blacklist the 40 most common search tokens
  + Check if the search entries are valid before searching
  + Accept <metadata_licence> as a fallback for <metadata_license>
  + trivial: Fix 'make distcheck' now the composite plugin has gone
  + Release version 0.3.4

OBS-URL: https://build.opensuse.org/request/show/287991
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=21
2015-02-27 10:43:40 +00:00
Bjørn Lie
a31c5c6649 Accepting request 267250 from GNOME:Next
- Update to version 0.3.1.git.20150103.a7941d7:
  + Assume that stock icons are available in HiDPI sizes.
  + Blacklist the IBus desktop files used in gnome-control-center.
  + Add several more non-applications to the blacklist.
  + Blacklist KDE3 KCM components.
  + Assume <image>foo</iimagemg> is a source image kind for AppData
    files.
  + trivial: Support ASB_PACKAGE_ENSURE_VCS for RPM packages.
  + Handle other-endian MO files.
  + trivial: Add 4 more stock icons to the whitelist.
  + Fall back to the dumb tokenizer for keywords with special
    chars.

OBS-URL: https://build.opensuse.org/request/show/267250
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=19
2015-01-06 14:46:38 +00:00
8a63bcd5bb Accepting request 258374 from GNOME:Next
Let's move that one slowly to Factory - so we can get proper AppStream metadata

OBS-URL: https://build.opensuse.org/request/show/258374
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=9
2014-10-27 16:08:27 +00:00