Updating link to change in openSUSE:Factory/appstream-glib revision 61.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=4823e95158fab1be8e88f1a8c7943915
This commit is contained in:
parent
bdc65744a8
commit
ca93682610
4
_service
4
_service
@ -2,9 +2,9 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">0.7.5</param>
|
<param name="versionformat">0.7.4+git.@TAG_OFFSET@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">appstream_glib_0_7_5</param>
|
<param name="revision">473f3ab19f91e13014d6cefdbf57209337a6d407</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="changesrevision">92722fe24b0ba165a65efc565aa52a372b440604</param></service></servicedata>
|
<param name="changesrevision">473f3ab19f91e13014d6cefdbf57209337a6d407</param></service></servicedata>
|
3
appstream-glib-0.7.4+git.3.tar.xz
Normal file
3
appstream-glib-0.7.4+git.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7de97ff555ecd83b25427916e51712226370db4e5a0744d33f770a0c850b4038
|
||||||
|
size 2227548
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eec264fd1b7acdf78bade15f6edcbfbcb3d1fced0251ecc3bbce8f558b6586d9
|
|
||||||
size 2230288
|
|
@ -1,26 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jan 25 15:55:23 UTC 2018 - dimstar@opensuse.org
|
|
||||||
|
|
||||||
- Update to version 0.7.5:
|
|
||||||
+ Add as_app_parse_data().
|
|
||||||
+ Add as_store_get_apps_by_provide().
|
|
||||||
+ Add more GObject Introspection annotations for Python.
|
|
||||||
+ Describe connection problems/HTTP errors when validating
|
|
||||||
images.
|
|
||||||
+ Do not use an 'enable' prefix for meson arguments.
|
|
||||||
+ Don't expect an enum when really passing a bitfield.
|
|
||||||
+ Don’t fall back to en if other languages are available.
|
|
||||||
+ Explicitly require a new enough json-glib.
|
|
||||||
+ Fix a crash when calling as_release_add_location() directly.
|
|
||||||
+ Fix appstream-compose when using new-style desktop IDs.
|
|
||||||
+ Fix compile with GCab v1.0.
|
|
||||||
+ Generate icons and samples for emoji fonts..
|
|
||||||
+ Never change the default screenshot when processing AppData.
|
|
||||||
+ Support OARS v1.1 additions.
|
|
||||||
+ Use pngquant to make the application icons take up less space.
|
|
||||||
- Add pngquant Requires: new runtime dependency to make the
|
|
||||||
application icons take up less space.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 13 11:08:55 UTC 2017 - dimstar@opensuse.org
|
Mon Nov 13 11:08:55 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package appstream-glib
|
# spec file for package appstream-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
|
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define _build_from_vcs 1
|
%define _build_from_vcs 1
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.7.5
|
Version: 0.7.4+git.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
License: LGPL-2.1+ AND GPL-2.0+
|
License: LGPL-2.1+ AND GPL-2.0+
|
||||||
@ -58,7 +58,6 @@ BuildRequires: gnome-common
|
|||||||
# We still need some part to build the man pages
|
# We still need some part to build the man pages
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
%endif
|
%endif
|
||||||
Requires: pngquant >= 2.8
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides GObjects and helper methods to read and write
|
This library provides GObjects and helper methods to read and write
|
||||||
@ -159,9 +158,9 @@ for the repositories to be published
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{meson} \
|
%{meson} \
|
||||||
-Drpm=true \
|
-Denable-rpm=true \
|
||||||
-Dgtk-doc=true \
|
-Denable-gtk-doc=true \
|
||||||
-Dstemmer=false \
|
-Denable-stemmer=false \
|
||||||
%{nil}
|
%{nil}
|
||||||
%{meson_build}
|
%{meson_build}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user