+ Disable Lua tests until we have a GIRepository-2.0 supported
version of LuaGI. Only our testsuite requires it, not runtime
use of libpeas-2.x.
+ Build system improvements.
- Changes from version 2.1.0:
+ Support builds with custom python path
+ Support mozjs_dep_name pkgconfig variable from GJS
+ Port testsuite to girepository-2.0
- Add pkgconfig(girepository-2.0) BuildRequires following upstream
changes.
- Replace pkgconfig(mozjs-128) with pkgconfig(mozjs-140)
BuildRequires following upstream changes.
- Use source service for tarball.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpeas2?expand=0&rev=12
19 lines
712 B
XML
19 lines
712 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/libpeas.git</param>
|
|
<param name="revision">2.2.0</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|