Accepting request 723530 from GNOME:Next
New upstream release OBS-URL: https://build.opensuse.org/request/show/723530 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=136
This commit is contained in:
parent
f594f4536c
commit
45d2d6a1b8
9
_service
9
_service
@ -1,14 +1,15 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="obs_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param>
|
<param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">75a7af1</param>
|
<param name="revision">refs/tags/appstream_glib_0_7_15</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="changesrevision">75a7af1d8870bb0fcf216e788b273a4c41e99cec</param></service></servicedata>
|
<param name="changesrevision">0ab28ff96b74eb72ffe3c3a53026aee82cf31782</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66a1ba30eeb36385ee234fcc00fd62e5ad8d3064f4b86db20e57ce4c5d131219
|
|
||||||
size 2239216
|
|
3
appstream-glib-0.7.15.obscpio
Normal file
3
appstream-glib-0.7.15.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7093e4298a412d4671411474b23c96517f9eef3f95300d40a89baf3ceb228945
|
||||||
|
size 4295692
|
@ -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 <sckang@suse.com>
|
Wed Aug 7 01:02:48 UTC 2019 - Jonathan Kang <sckang@suse.com>
|
||||||
|
|
||||||
|
5
appstream-glib.obsinfo
Normal file
5
appstream-glib.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: appstream-glib
|
||||||
|
version: 0.7.15
|
||||||
|
mtime: 1551350914
|
||||||
|
commit: 0ab28ff96b74eb72ffe3c3a53026aee82cf31782
|
||||||
|
|
@ -13,12 +13,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: appstream-glib
|
||||||
Version: 0.7.14+0
|
Version: 0.7.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
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(glib-2.0) >= 2.45.8
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.45.8
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.45.8
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
|
||||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.2
|
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.2
|
||||||
BuildRequires: pkgconfig(libarchive)
|
BuildRequires: pkgconfig(libarchive)
|
||||||
BuildRequires: pkgconfig(libgcab-1.0)
|
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
|
AppStream metadata. It also provides a DOM implementation to edit
|
||||||
nodes and convert to and from the standardized XML representation.
|
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
|
%package -n typelib-1_0-AppStreamGlib-1_0
|
||||||
Summary: Introspection bindings for the AppStream abstraction library
|
Summary: Introspection bindings for the AppStream abstraction library
|
||||||
License: LGPL-2.1-or-later
|
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
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libappstream-builder8 = %{version}
|
|
||||||
Requires: libappstream-glib8 = %{version}
|
Requires: libappstream-glib8 = %{version}
|
||||||
Requires: typelib-1_0-AppStreamBuilder-1_0 = %{version}
|
|
||||||
Requires: typelib-1_0-AppStreamGlib-1_0 = %{version}
|
Requires: typelib-1_0-AppStreamGlib-1_0 = %{version}
|
||||||
# appdata-tools was consumed into appstream-glib and is no longer maintained upstream
|
# appdata-tools was consumed into appstream-glib and is no longer maintained upstream
|
||||||
Obsoletes: appdata-tools < 0.1.9
|
Obsoletes: appdata-tools < 0.1.9
|
||||||
@ -151,20 +128,20 @@ for the repositories to be published
|
|||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Ddep11=true \
|
-Ddep11=true \
|
||||||
-Dbuilder=true \
|
-Dbuilder=true \
|
||||||
-Drpm=true \
|
-Drpm=true \
|
||||||
-Dalpm=false \
|
-Dalpm=false \
|
||||||
-Dfonts=false \
|
-Dfonts=false \
|
||||||
-Dstemmer=false \
|
-Dstemmer=false \
|
||||||
-Dman=true \
|
-Dman=true \
|
||||||
-Dgtk-doc=true \
|
-Dgtk-doc=true \
|
||||||
-Dintrospection=true
|
-Dintrospection=true \
|
||||||
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -190,8 +167,6 @@ fi
|
|||||||
|
|
||||||
%post -n libappstream-glib8 -p /sbin/ldconfig
|
%post -n libappstream-glib8 -p /sbin/ldconfig
|
||||||
%postun -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
|
%files
|
||||||
%doc AUTHORS NEWS
|
%doc AUTHORS NEWS
|
||||||
@ -205,16 +180,10 @@ fi
|
|||||||
%{_mandir}/man1/appstream-compose.1%{?ext_man}
|
%{_mandir}/man1/appstream-compose.1%{?ext_man}
|
||||||
%{_mandir}/man1/appstream-util.1%{?ext_man}
|
%{_mandir}/man1/appstream-util.1%{?ext_man}
|
||||||
|
|
||||||
%files -n libappstream-builder8
|
|
||||||
%license COPYING
|
|
||||||
%{_libdir}/libappstream-builder.so.*
|
|
||||||
|
|
||||||
%files -n libappstream-glib8
|
%files -n libappstream-glib8
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/libappstream-glib.so.*
|
%{_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
|
%files -n typelib-1_0-AppStreamGlib-1_0
|
||||||
%{_libdir}/girepository-1.0/AppStreamGlib-1.0.typelib
|
%{_libdir}/girepository-1.0/AppStreamGlib-1.0.typelib
|
||||||
|
|
||||||
@ -224,14 +193,10 @@ fi
|
|||||||
%{_datadir}/aclocal/appstream-xml.m4
|
%{_datadir}/aclocal/appstream-xml.m4
|
||||||
%dir %{_datadir}/gettext/its
|
%dir %{_datadir}/gettext/its
|
||||||
%{_datadir}/gettext/its/appdata.*
|
%{_datadir}/gettext/its/appdata.*
|
||||||
%{_datadir}/gir-1.0/AppStreamBuilder-1.0.gir
|
|
||||||
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
%{_datadir}/gir-1.0/AppStreamGlib-1.0.gir
|
||||||
%{_datadir}/gtk-doc/html/appstream-glib/
|
%{_datadir}/gtk-doc/html/appstream-glib/
|
||||||
%{_includedir}/libappstream-builder/
|
|
||||||
%{_includedir}/libappstream-glib/
|
%{_includedir}/libappstream-glib/
|
||||||
%{_libdir}/pkgconfig/appstream-builder.pc
|
|
||||||
%{_libdir}/pkgconfig/appstream-glib.pc
|
%{_libdir}/pkgconfig/appstream-glib.pc
|
||||||
%{_libdir}/libappstream-builder.so
|
|
||||||
%{_libdir}/libappstream-glib.so
|
%{_libdir}/libappstream-glib.so
|
||||||
|
|
||||||
%files -n openSUSE-appstream-process
|
%files -n openSUSE-appstream-process
|
||||||
|
Loading…
Reference in New Issue
Block a user