Accepting request 331697 from GNOME:Factory

Scripted push of project GNOME:Next (forwarded request 331408 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/331697
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2015-10-06 14:11:28 +00:00 committed by Git OBS Bridge
commit 2286500d7d
6 changed files with 75 additions and 19 deletions

View File

@ -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.4.1</param>
<param name="versionformat">0.5.1</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_4_1</param>
<param name="revision">refs/tags/appstream_glib_0_5_1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">ff7b577719334e97921c57696b916f46f6c4bf9a</param></service></servicedata>
<param name="changesrevision">fa69f04c735ea00e78d800701558a9ed42b75db5</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1263a02610e72f346fe675c4bb4a39b3079d27cc4318dbb9eab1332fe859c01
size 2145412

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edcbef9b48dad1a0c75cbbabf029f770c4e782e1426094e47a621e7850874721
size 2147708

View File

@ -1,9 +1,65 @@
-------------------------------------------------------------------
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
- openSUSE-appstream-process: compress the status html files
(boo#942985).
-------------------------------------------------------------------
Thu Aug 13 19:11:12 UTC 2015 - zaitor@opensuse.org
- Update to version 0.5.0:
+ Show a better error message when there's not enough text
before <ul>.
+ Add two functions from fwupd for checking GUID strings.
+ Fix the name of the D-Bus session enum.
+ trivial: Remove unused prototype.
+ Add support for the flashed firmware provide kind.
+ Find the application in a store by the provide value.
+ trivial: Do not run the slow GFileMonitor tests by default.
+ Remove support for lower than AppStream 0.8.
+ Remove an unused exported method.
- Rename libappstream-builder7 to libappstream-builder8 and
libappstream-glib7 to libappstream-glib8, following upstreams
soname change.
-------------------------------------------------------------------
Thu Jul 23 14:11:53 UTC 2015 - zaitor@opensuse.org

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.4.1
Version: 0.5.1
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+
@ -70,11 +70,11 @@ What this library allows you to do:
* Easily retrieve the best application data for the current locale
* Efficiently interface with more heavy-weight parsers like expat
%package -n libappstream-glib7
%package -n libappstream-glib8
Summary: AppStream Abstraction Library
Group: System/Libraries
%description -n libappstream-glib7
%description -n libappstream-glib8
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
It also provides a simple DOM implementation that makes it easy to edit nodes and
convert to and from the standardized XML representation.
@ -87,11 +87,11 @@ What this library allows you to do:
* Easily retrieve the best application data for the current locale
* Efficiently interface with more heavy-weight parsers like expat
%package -n libappstream-builder7
%package -n libappstream-builder8
Summary: AppStream Abstraction Library
Group: System/Libraries
%description -n libappstream-builder7
%description -n libappstream-builder8
This library provides GObjects and helper methods to make it easy to read and write AppStream metadata.
It also provides a simple DOM implementation that makes it easy to edit nodes and
convert to and from the standardized XML representation.
@ -125,8 +125,8 @@ convert to and from the standardized XML representation.
%package devel
Summary: AppStream Abstraction Library -- Development files
Group: Development/Languages/C and C++
Requires: libappstream-builder7 = %{version}
Requires: libappstream-glib7 = %{version}
Requires: libappstream-builder8 = %{version}
Requires: libappstream-glib8 = %{version}
Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version}
Requires: typelib-1_0-AppStreamGlib-1_0 = %{version}
# appdata-tools was consumed into appstream-glib and is no longer maintained upstream
@ -196,13 +196,13 @@ else
exit 0
fi
%post -n libappstream-glib7 -p /sbin/ldconfig
%post -n libappstream-glib8 -p /sbin/ldconfig
%postun -n libappstream-glib7 -p /sbin/ldconfig
%postun -n libappstream-glib8 -p /sbin/ldconfig
%post -n libappstream-builder7 -p /sbin/ldconfig
%post -n libappstream-builder8 -p /sbin/ldconfig
%postun -n libappstream-builder7 -p /sbin/ldconfig
%postun -n libappstream-builder8 -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -214,12 +214,12 @@ fi
%{_mandir}/man1/appstream-builder.1%{?ext_man}
%{_mandir}/man1/appstream-util.1%{?ext_man}
%files -n libappstream-builder7
%files -n libappstream-builder8
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libappstream-builder.so.*
%files -n libappstream-glib7
%files -n libappstream-glib8
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libappstream-glib.so.*