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
This commit is contained in:
commit
b8609019b7
1
_service
1
_service
@ -3,6 +3,7 @@
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">0.3.1.git.%cd.%h</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="changesrevision">a7941d71cc5835853ed952d2f12360e11928afb9</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aabc9d8764c841c5678da3743e6cce87d4ef3923c41e242ef733a92b19cf3509
|
||||
size 2114164
|
3
appstream-glib-0.3.1.git.20150103.a7941d7.tar.xz
Normal file
3
appstream-glib-0.3.1.git.20150103.a7941d7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c67cff938662517a16f4e62ff7908894f285ee26139dec06d8bf30b489aa8342
|
||||
size 2123244
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 05 09:48:51 UTC 2015 - opensuse-packaging@opensuse.org
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 24 15:07:47 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appstream-glib
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.3.1.git.20141031.f9c620c
|
||||
Version: 0.3.1.git.20150103.a7941d7
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user