Accepting request 1000586 from GNOME:Next
- Update to version 0.8.1: * Initialize proxy resolver in appstream-validate * Improve handling of <em> and <code> tags * trivial: Turn is_{em,code}_text fields into bitfields * Properly initialize AsNodeToXmlHelper * Correct typos in as-app.c - Changes from version 0.8.0: * Use GProxyResolver to auto-detect the correct proxy * Port from libsoup to libcurl * Remove the --enable-hidpi option completely * Updated translations. - Replace pkgconfig(libsoup-2.4) with pkgconfig(libcurl) BuildRequires following upstreams port. - Use ldconfig_scriptlets macro for post(un) handling. OBS-URL: https://build.opensuse.org/request/show/1000586 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=153
This commit is contained in:
parent
f6ea81c297
commit
e0215ab3f3
4
_service
4
_service
@ -6,9 +6,9 @@
|
||||
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)(\+0)?(\+[1-9][0-9]*)?</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3\5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">0_7_X</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_8_1</param>
|
||||
<!--
|
||||
<param name="revision">refs/tags/appstream_glib_0_7_18</param>
|
||||
<param name="revision">0_7_X</param>
|
||||
-->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="changesrevision">28a9f923994f3fe9d7ed48bea63ba72ba41dde91</param></service></servicedata>
|
||||
<param name="changesrevision">28c985bec286385504c5303a8f29eab4082f5afd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae5e4d76c9b199f49c360d641f8ffbe91b55e9ce9142a6628ad087cc0b1f07de
|
||||
size 5171725
|
3
appstream-glib-0.8.1.obscpio
Normal file
3
appstream-glib-0.8.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64383d4f3eaa8aa68f1a9be34055fb2972fb149eaffa336397bf460795636ac5
|
||||
size 5230093
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 01 07:01:22 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.8.1:
|
||||
* Initialize proxy resolver in appstream-validate
|
||||
* Improve handling of <em> and <code> tags
|
||||
* trivial: Turn is_{em,code}_text fields into bitfields
|
||||
* Properly initialize AsNodeToXmlHelper
|
||||
* Correct typos in as-app.c
|
||||
- Changes from version 0.8.0:
|
||||
* Use GProxyResolver to auto-detect the correct proxy
|
||||
* Port from libsoup to libcurl
|
||||
* Remove the --enable-hidpi option completely
|
||||
* Updated translations.
|
||||
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libcurl)
|
||||
BuildRequires following upstreams port.
|
||||
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 23 10:58:42 UTC 2022 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: appstream-glib
|
||||
version: 0.7.18+37
|
||||
mtime: 1654088773
|
||||
commit: 28a9f923994f3fe9d7ed48bea63ba72ba41dde91
|
||||
version: 0.8.1
|
||||
mtime: 1660134290
|
||||
commit: 28c985bec286385504c5303a8f29eab4082f5afd
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.7.18+37
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -43,8 +43,8 @@ BuildRequires: pkgconfig(gmodule-2.0) >= 2.45.8
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.2
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libcurl) >= 7.56.0
|
||||
BuildRequires: pkgconfig(libgcab-1.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.51.92
|
||||
BuildRequires: pkgconfig(rpm)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(yaml-0.1)
|
||||
@ -159,8 +159,7 @@ else
|
||||
exit 0
|
||||
fi
|
||||
|
||||
%post -n libappstream-glib8 -p /sbin/ldconfig
|
||||
%postun -n libappstream-glib8 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libappstream-glib8
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user