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
This commit is contained in:
parent
78b4c312ed
commit
637ac2276f
5
_service
5
_service
@ -2,10 +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.3.6+git.%cd</param>
|
||||
<param name="versionformat">0.4.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<!--
|
||||
<param name="revision">refs/tags/appstream_glib_0_3_6</param> -->
|
||||
<param name="revision">refs/tags/appstream_glib_0_4_0</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">6a27bb88ead9f9696c6e2964ca523ce55ab1e205</param></service></servicedata>
|
||||
<param name="changesrevision">2e6efb2a00a9064768ecfa0085cb581bae654521</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc060aad85d576a9e64401d7c2f9e1972b31fa2aba33b23c54ba559379320af6
|
||||
size 2142452
|
3
appstream-glib-0.4.0.tar.xz
Normal file
3
appstream-glib-0.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7507c328cf99fd9172a6ba615aab4492b208b070f424a1e8eac92759869fdd47
|
||||
size 2143020
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 09:49:34 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 06:16:16 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.3.6+git.20150506
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -210,7 +210,7 @@ fi
|
||||
%{_bindir}/appstream-util
|
||||
%{_datadir}/bash-completion/completions/appstream-builder
|
||||
%{_datadir}/bash-completion/completions/appstream-util
|
||||
%{_libdir}/asb-plugins/
|
||||
%{_libdir}/asb-plugins-2/
|
||||
%{_mandir}/man1/appstream-builder.1%{?ext_man}
|
||||
%{_mandir}/man1/appstream-util.1%{?ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user