diff --git a/_service b/_service index a94595a..8afdfa1 100644 --- a/_service +++ b/_service @@ -1,14 +1,15 @@ - + https://github.com/hughsie/appstream-glib.git git - @PARENT_TAG@+@TAG_OFFSET@ + @PARENT_TAG@ appstream_glib_(\d+)_(\d+)_(\d+) \1.\2.\3 enable - 75a7af1 + refs/tags/appstream_glib_0_7_15 - + + *.tar xz diff --git a/_servicedata b/_servicedata index 4d7c06d..2148a9c 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - 75a7af1d8870bb0fcf216e788b273a4c41e99cec \ No newline at end of file + 0ab28ff96b74eb72ffe3c3a53026aee82cf31782 \ No newline at end of file diff --git a/appstream-glib-0.7.14+0.tar.xz b/appstream-glib-0.7.14+0.tar.xz deleted file mode 100644 index b6b573f..0000000 --- a/appstream-glib-0.7.14+0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66a1ba30eeb36385ee234fcc00fd62e5ad8d3064f4b86db20e57ce4c5d131219 -size 2239216 diff --git a/appstream-glib-0.7.15.obscpio b/appstream-glib-0.7.15.obscpio new file mode 100644 index 0000000..8c1ea6b --- /dev/null +++ b/appstream-glib-0.7.15.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7093e4298a412d4671411474b23c96517f9eef3f95300d40a89baf3ceb228945 +size 4295692 diff --git a/appstream-glib.changes b/appstream-glib.changes index ec11916..d2f8b44 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Aug 15 11:38:39 UTC 2019 - bjorn.lie@gmail.com + +- Update to version 0.7.15: + + Notes: The libappstream-builder shared library is no longer + installed. + + New Features: + - Add as_content_rating_get_rating_ids(). + - Add as_release_set_install_duration(). + - Add as_utils_vercmp_full() for gnome-software. + - Add support for CONTACT URLs. + - Add support for per-release URLs. + - Add support for SOURCE URLs. + - Make as_content_rating_attribute_to_csm_age() public. + + Bugfixes: + - Add missing OARS → CSM mappings. + - Add some thread safety to AsApp and AsStore. + - Do not overwrite the project group using heuristics if + already set. + - Recognise uncompressed Arch packages. + - Remove unnecessary gtk dependency for builder. + - Return G_IO_ERROR_NOT_FOUND when loading fails. + - Tokenize the ID when adding search tokens. +- Drop pkgconfig(gtk+-3.0) BuildRequires: No longer needed. +- Switch to obs_scm service, use explict tag ref in _service, + ensure we only use released tags and drop tag offset in version. +- Drop no longer built subpackages libappstream-builder8 and + typelib-1_0-AppStreamBuilder-1_0. + ------------------------------------------------------------------- Wed Aug 7 01:02:48 UTC 2019 - Jonathan Kang diff --git a/appstream-glib.obsinfo b/appstream-glib.obsinfo new file mode 100644 index 0000000..f9b01de --- /dev/null +++ b/appstream-glib.obsinfo @@ -0,0 +1,5 @@ +name: appstream-glib +version: 0.7.15 +mtime: 1551350914 +commit: 0ab28ff96b74eb72ffe3c3a53026aee82cf31782 + diff --git a/appstream-glib.spec b/appstream-glib.spec index 29b5c60..abc0e50 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -13,12 +13,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: appstream-glib -Version: 0.7.14+0 +Version: 0.7.15 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -43,7 +43,6 @@ BuildRequires: pkgconfig(gio-unix-2.0) >= 2.45.8 BuildRequires: pkgconfig(glib-2.0) >= 2.45.8 BuildRequires: pkgconfig(gmodule-2.0) >= 2.45.8 BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.2 BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libgcab-1.0) @@ -79,26 +78,6 @@ This library provides GObjects and helper methods to read and write AppStream metadata. It also provides a DOM implementation to edit nodes and convert to and from the standardized XML representation. -%package -n libappstream-builder8 -Summary: AppStream Abstraction Library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n libappstream-builder8 -This library provides GObjects and helper methods to read and write -AppStream metadata. It also provides a DOM implementation to edit -nodes and convert to and from the standardized XML representation. - -%package -n typelib-1_0-AppStreamBuilder-1_0 -Summary: Introspection bindings for the AppStream abstraction library -License: LGPL-2.1-or-later -Group: System/Libraries - -%description -n typelib-1_0-AppStreamBuilder-1_0 -This library provides GObjects and helper methods to read and write -AppStream metadata. It also provides a DOM implementation to edit -nodes and convert to and from the standardized XML representation. - %package -n typelib-1_0-AppStreamGlib-1_0 Summary: Introspection bindings for the AppStream abstraction library License: LGPL-2.1-or-later @@ -114,9 +93,7 @@ Summary: Development files for the AppStream abstraction library License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Development/Languages/C and C++ Requires: %{name} = %{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 Obsoletes: appdata-tools < 0.1.9 @@ -151,20 +128,20 @@ for the repositories to be published %lang_package %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %meson \ - -Ddep11=true \ - -Dbuilder=true \ - -Drpm=true \ - -Dalpm=false \ - -Dfonts=false \ - -Dstemmer=false \ - -Dman=true \ - -Dgtk-doc=true \ - -Dintrospection=true + -Ddep11=true \ + -Dbuilder=true \ + -Drpm=true \ + -Dalpm=false \ + -Dfonts=false \ + -Dstemmer=false \ + -Dman=true \ + -Dgtk-doc=true \ + -Dintrospection=true \ + %{nil} %meson_build %install @@ -190,8 +167,6 @@ fi %post -n libappstream-glib8 -p /sbin/ldconfig %postun -n libappstream-glib8 -p /sbin/ldconfig -%post -n libappstream-builder8 -p /sbin/ldconfig -%postun -n libappstream-builder8 -p /sbin/ldconfig %files %doc AUTHORS NEWS @@ -205,16 +180,10 @@ fi %{_mandir}/man1/appstream-compose.1%{?ext_man} %{_mandir}/man1/appstream-util.1%{?ext_man} -%files -n libappstream-builder8 -%license COPYING -%{_libdir}/libappstream-builder.so.* - %files -n libappstream-glib8 +%license COPYING %{_libdir}/libappstream-glib.so.* -%files -n typelib-1_0-AppStreamBuilder-1_0 -%{_libdir}/girepository-1.0/AppStreamBuilder-1.0.typelib - %files -n typelib-1_0-AppStreamGlib-1_0 %{_libdir}/girepository-1.0/AppStreamGlib-1.0.typelib @@ -224,14 +193,10 @@ fi %{_datadir}/aclocal/appstream-xml.m4 %dir %{_datadir}/gettext/its %{_datadir}/gettext/its/appdata.* -%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir %{_datadir}/gir-1.0/AppStreamGlib-1.0.gir %{_datadir}/gtk-doc/html/appstream-glib/ -%{_includedir}/libappstream-builder/ %{_includedir}/libappstream-glib/ -%{_libdir}/pkgconfig/appstream-builder.pc %{_libdir}/pkgconfig/appstream-glib.pc -%{_libdir}/libappstream-builder.so %{_libdir}/libappstream-glib.so %files -n openSUSE-appstream-process