2 Commits

Author SHA256 Message Date
f324c9969a Accepting request 1308555 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1308555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpeas2?expand=0&rev=6
2025-10-02 17:21:26 +00:00
f1822618ae - Update to version 2.2.0:
+ 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
2025-10-02 09:28:25 +00:00
6 changed files with 48 additions and 7 deletions

18
_service Normal file
View File

@@ -0,0 +1,18 @@
<?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>

View File

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

3
libpeas-2.2.0.obscpio Normal file
View File

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

4
libpeas.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: libpeas
version: 2.2.0
mtime: 1757725408
commit: 39a2b9c55deaa5246b99b502b53896d3ad41846b

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 2 08:29:19 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.2.0:
+ 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.
-------------------------------------------------------------------
Sun Mar 16 08:54:06 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libpeas2
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,12 +27,12 @@
%bcond_with vapi
Name: libpeas2
Version: 2.0.7
Version: 2.2.0
Release: 0
Summary: GObject-based Plugin Engine version 2
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Libpeas
Source0: https://download.gnome.org/sources/libpeas/2.0/libpeas-%{version}.tar.xz
Source0: libpeas-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: c_compiler
@@ -41,6 +41,7 @@ BuildRequires: gettext-devel
BuildRequires: meson >= 0.62.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
BuildRequires: pkgconfig(girepository-2.0)
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version}
@@ -50,7 +51,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.39.0
%endif
%if %{with gjs}
BuildRequires: pkgconfig(gjs-1.0) >= 1.77.1
BuildRequires: pkgconfig(mozjs-128)
BuildRequires: pkgconfig(mozjs-140)
%endif
%if %{with gtkdoc}
BuildRequires: pkgconfig(gi-docgen) >= 2021.7