Accepting request 455171 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/455171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=42
This commit is contained in:
commit
468574eeff
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.6.7</param>
|
||||
<param name="versionformat">0.6.8</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_7</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_8</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">329a4aa5e0421a49d339d22f61f755a2a8fa21d0</param></service></servicedata>
|
||||
<param name="changesrevision">509db34f8cde654a05847c7f403b427682297fc0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6528b724f5636a69530ca6b073aceaf8e35640dbf6a3a9b132790fa33e2df4f8
|
||||
size 2225740
|
3
appstream-glib-0.6.8.tar.xz
Normal file
3
appstream-glib-0.6.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c5bdcf068d175151e16718936d2263b91c0e52805179d4a8bbefb0be9a19e8c
|
||||
size 2228232
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 02 14:37:24 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.8:
|
||||
+ Do not ignore type=replace merge components.
|
||||
+ Tighten a rule that classifies apps as web-apps.
|
||||
+ Support reading metainfo.xml files when using
|
||||
appstream-compose.
|
||||
+ Read and write the <custom> tag.
|
||||
+ appstream-compose: Support appdata with no desktop files.
|
||||
+ AsStore: hold a ref in hash_unique_id to avoid use-after-free.
|
||||
+ trivial: profile: Free mutex resources in finalize().
|
||||
+ trivial: Update app ID rename list.
|
||||
+ store: Fix use after free with hash table keys.
|
||||
+ Add a destructor for AsRefString.
|
||||
+ Make gperf a hard dep.
|
||||
+ Fix the build with gperf 3.1.
|
||||
+ Ignore -Wconversion and -Wsign-conversion warnings from
|
||||
generated file.
|
||||
+ Require name and summary for validate-relax.
|
||||
+ util: Add a dummy update_contact to appdata-from-desktop.
|
||||
+ trivial: Fix a crash when removing apps from the store.
|
||||
+ Release version 0.6.8.
|
||||
- Add gperf BuildRequires: New dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 11:10:26 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.7
|
||||
Version: 0.6.8
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -36,6 +36,7 @@ BuildRequires: xsltproc
|
||||
%endif
|
||||
BuildRequires: gcab >= 0.6
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: libyaml-devel
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14
|
||||
|
Loading…
Reference in New Issue
Block a user