Accepting request 520145 from GNOME:Factory
- Update to version 0.7.0: + trivial: Fix a -Wpointer-sign warning. + Switch to the meson build system. + build: Improve build-api wrapper for Meson. + build: Add options for building API docs and man pages. + build: Conditionally generate man pages. + build: Conditionally generate the API reference. + trivial: Fix the autogenerated pkgconfig files. + trivial: Add back the Requires and Requires.private in the .pc files. + Remove the cache-id functionality. + trivial: Ensure HAVE_GCAB is set when libgcab is being used. + Add as_store_get_apps_by_id_merge(). + trivial: Try linking the GIR file with the local appstream-glib. + Show a warning if adding keywords after the keyword cache was created. + Fix the default plugin directory used by appstream-builder. + Add the limits in the validation output messages. + trivial: Prevent crash when a sanity check fails. + trivial: Remove the ability to run threaded. + Remove functionality processing an old metadata file. + trivial: Fix a warning message to be more clear. + trivial: Fix a variable with a misleading name. + Actually return failure if the AsbTask fails. + Add the missing shell-extension plugin. + trivial: Remove autotools fixups no longer required. + Do not enforce that the project_group is a valid environment_id. + Do not add the GNOME-Software-specific categories or icons by default. + Enable Travis CI for Fedora 25 and Debian Stretch. + Allow compiling with newer versions of meson. + trivial: Fix the meson version compare value. + Fix regression when building component types without icons. + as-app-builder: Don't cast gsize to guint32 when getting file length. + trivial: Fix an error message in news-to-appdata. + Do not write a timestamp when using news-to-appdata. + trivial: Ensure every app has format set before adding to store. + trivial: Fix up several small memory leaks. - Add meson BuildRequires and switch autotools macros configure, make and makeinstall to meson, meson_build and meson_install following upstream switch to Meson build system. - Update to version 0.6.13: + Add functions for getting the AsApp search match. + Add functions for getting the AsStore search match. + Allow using the app origin as a search keyword. + trivial: Use the new custom tag in the self tests. + Add support for <launchable>. + trivial: Fix up some broken links in the generated documentation. + Add support for icon scaling. + Add as_utils_guid_from_data(). + Support non-numeric version numbers correctly. + trivial: Do not store the .shell-extension prefix in the search cache. + Casefold all stemmed entries. + trivial: Add a regex command to appstream-util for testing firmware versions. + Add a 'check-component' command to appstream-util. + Add as_app_remove_category(). + Add as_app_remove_kudo(). OBS-URL: https://build.opensuse.org/request/show/520145 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=45
This commit is contained in:
parent
f986a55613
commit
149b949473
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.12</param>
|
||||
<param name="versionformat">0.7.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_12</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_7_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">ab7b5a089ce01fd90ac53bf100d143eacca73c9c</param></service></servicedata>
|
||||
<param name="changesrevision">9ca9447929d8b15703c91946026534585826ab13</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fff01ac092e04fb229f979a11fa007fce366989a67b9fe46b03421c2d5bc53be
|
||||
size 2230060
|
3
appstream-glib-0.7.0.tar.xz
Normal file
3
appstream-glib-0.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a58f7e8de9f89d51e45e80098b47e858ef8d7fd850ff47013994edff2dc6510
|
||||
size 2228112
|
@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 06:56:38 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.7.0:
|
||||
+ trivial: Fix a -Wpointer-sign warning.
|
||||
+ Switch to the meson build system.
|
||||
+ build: Improve build-api wrapper for Meson.
|
||||
+ build: Add options for building API docs and man pages.
|
||||
+ build: Conditionally generate man pages.
|
||||
+ build: Conditionally generate the API reference.
|
||||
+ trivial: Fix the autogenerated pkgconfig files.
|
||||
+ trivial: Add back the Requires and Requires.private in the .pc
|
||||
files.
|
||||
+ Remove the cache-id functionality.
|
||||
+ trivial: Ensure HAVE_GCAB is set when libgcab is being used.
|
||||
+ Add as_store_get_apps_by_id_merge().
|
||||
+ trivial: Try linking the GIR file with the local
|
||||
appstream-glib.
|
||||
+ Show a warning if adding keywords after the keyword cache was
|
||||
created.
|
||||
+ Fix the default plugin directory used by appstream-builder.
|
||||
+ Add the limits in the validation output messages.
|
||||
+ trivial: Prevent crash when a sanity check fails.
|
||||
+ trivial: Remove the ability to run threaded.
|
||||
+ Remove functionality processing an old metadata file.
|
||||
+ trivial: Fix a warning message to be more clear.
|
||||
+ trivial: Fix a variable with a misleading name.
|
||||
+ Actually return failure if the AsbTask fails.
|
||||
+ Add the missing shell-extension plugin.
|
||||
+ trivial: Remove autotools fixups no longer required.
|
||||
+ Do not enforce that the project_group is a valid
|
||||
environment_id.
|
||||
+ Do not add the GNOME-Software-specific categories or icons by
|
||||
default.
|
||||
+ Enable Travis CI for Fedora 25 and Debian Stretch.
|
||||
+ Allow compiling with newer versions of meson.
|
||||
+ trivial: Fix the meson version compare value.
|
||||
+ Fix regression when building component types without icons.
|
||||
+ as-app-builder: Don't cast gsize to guint32 when getting file
|
||||
length.
|
||||
+ trivial: Fix an error message in news-to-appdata.
|
||||
+ Do not write a timestamp when using news-to-appdata.
|
||||
+ trivial: Ensure every app has format set before adding to
|
||||
store.
|
||||
+ trivial: Fix up several small memory leaks.
|
||||
- Add meson BuildRequires and switch autotools macros configure,
|
||||
make and makeinstall to meson, meson_build and meson_install
|
||||
following upstream switch to Meson build system.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 06:56:07 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.13:
|
||||
+ Add functions for getting the AsApp search match.
|
||||
+ Add functions for getting the AsStore search match.
|
||||
+ Allow using the app origin as a search keyword.
|
||||
+ trivial: Use the new custom tag in the self tests.
|
||||
+ Add support for <launchable>.
|
||||
+ trivial: Fix up some broken links in the generated
|
||||
documentation.
|
||||
+ Add support for icon scaling.
|
||||
+ Add as_utils_guid_from_data().
|
||||
+ Support non-numeric version numbers correctly.
|
||||
+ trivial: Do not store the .shell-extension prefix in the search
|
||||
cache.
|
||||
+ Casefold all stemmed entries.
|
||||
+ trivial: Add a regex command to appstream-util for testing
|
||||
firmware versions.
|
||||
+ Add a 'check-component' command to appstream-util.
|
||||
+ Add as_app_remove_category().
|
||||
+ Add as_app_remove_kudo().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 10:51:33 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.12
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -39,6 +39,7 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: intltool >= 0.40.0
|
||||
BuildRequires: libyaml-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.14
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@ -167,17 +168,15 @@ for the repositories to be published
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if %{_build_from_vcs}
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-gtk-doc \
|
||||
--enable-rpm
|
||||
make %{?_smp_mflags}
|
||||
%meson \
|
||||
-Denable-rpm=true \
|
||||
-Denable-gtk-doc=true \
|
||||
-Denable-stemmer=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
# We don't care for 'installed tests'; that's used by GNOME Smoke Testing.
|
||||
rm %{buildroot}%{_datadir}/installed-tests/appstream-glib/*.test
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
@ -238,7 +237,6 @@ fi
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/aclocal/appdata-xml.m4
|
||||
%{_datadir}/aclocal/appstream-xml.m4
|
||||
%dir %{_datadir}/gettext/its
|
||||
%{_datadir}/gettext/its/appdata.*
|
||||
|
Loading…
Reference in New Issue
Block a user