Accepting request 331408 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/331408 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=47
This commit is contained in:
parent
144c963d28
commit
cd6ad0ed92
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.5.0</param>
|
||||
<param name="versionformat">0.5.1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_0</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_1</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">d3885c325271fee0bed5c5815d41eb788712acb4</param></service></servicedata>
|
||||
<param name="changesrevision">fa69f04c735ea00e78d800701558a9ed42b75db5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e36bf24d2490e43f03c3a77b7f422d91c7a5956fffd5d962a9c191acb219567
|
||||
size 2149520
|
3
appstream-glib-0.5.1.tar.xz
Normal file
3
appstream-glib-0.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edcbef9b48dad1a0c75cbbabf029f770c4e782e1426094e47a621e7850874721
|
||||
size 2147708
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 09:00:22 UTC 2015 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.5.1:
|
||||
+ trivial: post release version bump
|
||||
+ Do not blacklist the 'desktop' token as this is sometimes
|
||||
legitimate
|
||||
+ Support SPDX IDs with the LicenseRef prefix
|
||||
+ Support the SPDX 'NONE' and 'NOASSERTION' keywords
|
||||
+ trivial: Fix build warning in make check
|
||||
+ trivial: Fix a build error when running under ninja
|
||||
+ trivial: Remove prototype with no method
|
||||
+ Allow a filter filename to be used with the builder
|
||||
+ Introduce _cleanup_free_libc_ cleanup attribute
|
||||
+ Avoid using PATH_MAX
|
||||
+ Revert "Allow a filter filename to be used with the builder"
|
||||
+ Ignore empty AppStream XML files
|
||||
+ Add a few KDE applications that have changed desktop ID
|
||||
+ Don't show mangled version numbers as negatives
|
||||
+ Add another GNOME application that changed IDs
|
||||
+ libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macro
|
||||
+ libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macro
|
||||
+ Use GLib's cleanup functions instead of libgsystem's
|
||||
+ trivial: Fix the build
|
||||
+ trivial: Remove any support for installed appdata-extra files
|
||||
+ trivial: Drop as-cleanup.h include where not needed
|
||||
+ Do not fail to validate firmware in AppStream with no
|
||||
screenshots
|
||||
+ Use glib's cleanup functions for libsoup as well
|
||||
+ Use glib's cleanup functions for GString
|
||||
+ Add support for release urgency
|
||||
+ Don't reallocate malloc'd memory with g_malloc
|
||||
+ Use specific types to remove the last _cleanup_free usage
|
||||
+ Use the typedef'd name in the code to help readability
|
||||
+ trivial: Fix --enable-ostree build
|
||||
+ trivial: Fix gcab generated checksums
|
||||
+ Release version 0.5.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 06:55:23 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.5.0
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user