Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libpeas for openSUSE:Factory checked 
in at 2026-04-10 17:46:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpeas (Old)
 and      /work/SRC/openSUSE:Factory/.libpeas.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpeas"

Fri Apr 10 17:46:38 2026 rev:53 rq:1345413 version:1.38.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpeas/libpeas.changes  2025-04-02 
17:07:07.105642792 +0200
+++ /work/SRC/openSUSE:Factory/.libpeas.new.21863/libpeas.changes       
2026-04-10 17:48:41.475128969 +0200
@@ -1,0 +2,27 @@
+Tue Mar 17 07:07:42 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Re-enable python plugin: with the update to 1.38.1, the loader
+  gained support for GIR 2.0.
+
+-------------------------------------------------------------------
+Sun Mar  8 12:13:37 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Fix dependency of glade-catalog-libpeas to libpeas-gtk-1_0-1.
+
+-------------------------------------------------------------------
+Sun Feb  1 09:35:14 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 1.38.1:
+  + Break ABI to support girepository-2.0. This is required as
+    language bindings are moving to the same GIRepository version.
+    We will try to minimize application changes as much as possible
+    but it is likely that applications using libpeas will need to
+    be recompiled and update any local usage of GIRepository to the
+    new girepository-2.0.
+    As libpeas-2.0 does not link against gobject-introspection-1.0
+    or libgirepository-2.0, it is unaffected. You may find it a
+    better use of time to port to libpeas-2.x instead.
+  + Updated translations.
+- Bump soname of shared libraries following upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  libpeas-1.36.0.tar.xz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  libpeas-1.38.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libpeas.spec ++++++
--- /var/tmp/diff_new_pack.vONDSk/_old  2026-04-10 17:48:42.307163208 +0200
+++ /var/tmp/diff_new_pack.vONDSk/_new  2026-04-10 17:48:42.307163208 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpeas
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -17,15 +17,15 @@
 
 
 %bcond_with lua51
-%bcond_with python3
+%bcond_without python3
 Name:           libpeas
-Version:        1.36.0
+Version:        1.38.1
 Release:        0
 Summary:        GObject-based Plugin Engine
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            https://wiki.gnome.org/Projects/Libpeas
-Source0:        
https://download.gnome.org/sources/libpeas/1.36/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/libpeas/1.38/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
@@ -50,7 +50,7 @@
 libpeas is a gobject-based plugin engine, and is targetted at giving
 every application the chance to assume its own extensibility.
 
-%package -n libpeas-1_0-0
+%package -n libpeas-1_0-1
 Summary:        GObject-based Plugin Engine
 # We provide %%{name} to make the lang package installable
 Group:          System/Libraries
@@ -62,7 +62,7 @@
 # Stop packaging the demo sub-package
 Obsoletes:      %{name}-demo <= %{version}
 
-%description -n libpeas-1_0-0
+%description -n libpeas-1_0-1
 libpeas is a gobject-based plugin engine, and is targetted at giving
 every application the chance to assume its own extensibility.
 
@@ -77,11 +77,11 @@
 This package provides the GObject Introspection bindings for the libpeas
 library.
 
-%package -n libpeas-gtk-1_0-0
+%package -n libpeas-gtk-1_0-1
 Summary:        GObject-based Plugin Engine
 Group:          System/Libraries
 
-%description -n libpeas-gtk-1_0-0
+%description -n libpeas-gtk-1_0-1
 libpeas is a gobject-based plugin engine, and is targetted at giving
 every application the chance to assume its own extensibility.
 
@@ -99,7 +99,7 @@
 %package loader-python3
 Summary:        Python3 runtime loader for libpeas
 Group:          System/Libraries
-Supplements:    (libpeas-1_0-0 and python3)
+Supplements:    (libpeas-1_0-1 and python3)
 
 %description loader-python3
 libpeas is a gobject-based plugin engine, and is targetted at giving
@@ -111,7 +111,7 @@
 %package loader-lua51
 Summary:        Lua 5.1 runtime loader for libpeas
 Group:          System/Libraries
-Supplements:    packageand(libpeas-1_0-0:lua51)
+Supplements:    packageand(libpeas-1_0-1:lua51)
 
 %description loader-lua51
 libpeas is a gobject-based plugin engine, and is targetted at giving
@@ -124,7 +124,7 @@
 Summary:        Glade catalog for libpeas, a GObject-based plugin engine
 Group:          Development/Tools/GUI Builders
 Requires:       glade
-Requires:       libpeas-gtk-1_0-0 = %{version}
+Requires:       libpeas-gtk-1_0-1 = %{version}
 Supplements:    (glade and %{name}-devel)
 BuildArch:      noarch
 
@@ -138,8 +138,8 @@
 %package devel
 Summary:        Development files for libpeas, a GObject-based plugin engine
 Group:          Development/Languages/C and C++
-Requires:       libpeas-1_0-0 = %{version}
-Requires:       libpeas-gtk-1_0-0 = %{version}
+Requires:       libpeas-1_0-1 = %{version}
+Requires:       libpeas-gtk-1_0-1 = %{version}
 Requires:       typelib-1_0-Peas-1_0 = %{version}
 Requires:       typelib-1_0-PeasGtk-1_0 = %{version}
 
@@ -170,10 +170,10 @@
 %find_lang %{name}-1.0 %{?no_lang_C}
 %fdupes -s %{buildroot}%{_datadir}/doc/
 
-%ldconfig_scriptlets -n libpeas-1_0-0
-%ldconfig_scriptlets -n libpeas-gtk-1_0-0
+%ldconfig_scriptlets -n libpeas-1_0-1
+%ldconfig_scriptlets -n libpeas-gtk-1_0-1
 
-%files -n libpeas-1_0-0
+%files -n libpeas-1_0-1
 %license COPYING
 %doc AUTHORS README
 %{_libdir}/libpeas-1.0.so.*
@@ -185,7 +185,7 @@
 %files -n typelib-1_0-Peas-1_0
 %{_libdir}/girepository-1.0/Peas-1.0.typelib
 
-%files -n libpeas-gtk-1_0-0
+%files -n libpeas-gtk-1_0-1
 %{_libdir}/libpeas-gtk-1.0.so.*
 # The icon is the default icon shown for loaded plugins without own definition.
 %{_datadir}/icons/hicolor/*/actions/libpeas-plugin.*

++++++ _scmsync.obsinfo ++++++
mtime: 1773795684
commit: 0410882397e182f6a28dedef8b999839f395b698673acfdbd96d0a38790f084c
url: https://src.opensuse.org/GNOME/libpeas
revision: 0410882397e182f6a28dedef8b999839f395b698673acfdbd96d0a38790f084c
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-20 12:55:41.000000000 +0100
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

++++++ libpeas-1.36.0.tar.xz -> libpeas-1.38.1.tar.xz ++++++
++++ 1785 lines of diff (skipped)

Reply via email to