Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bijiben for openSUSE:Factory checked 
in at 2025-10-03 15:45:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bijiben (Old)
 and      /work/SRC/openSUSE:Factory/.bijiben.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bijiben"

Fri Oct  3 15:45:36 2025 rev:62 rq:1308801 version:40.1+git499.b629192

Changes:
--------
--- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes  2024-08-19 
23:47:05.934138492 +0200
+++ /work/SRC/openSUSE:Factory/.bijiben.new.11973/bijiben.changes       
2025-10-03 15:47:02.953576910 +0200
@@ -1,0 +2,17 @@
+Thu Sep 18 14:19:36 UTC 2025 - Bjørn Lie <[email protected]>
+
+- Update to version 40.1+git499.b629192:
+  + Port to gtk4
+  + Port to libadwaita.
+  + Port to webkitgtk-6.0
+  + Updated translations.
+- Changes to BuildRequries following upstreams ports:
+  + Add: pkgconfig(gtk4), pkgconfig(libadwaita-1) and
+    pkgconfig(webkitgtk-6.0)
+  + Drop: pkgconfig(gtk+-3.0), pkgconfig(libhandy-1) and
+    pkgconfig(webkit2gtk-4.1)
+- Drop patches fixed upstream:
+  + 158.patch
+  + bijiben-switch-to-soup3.patch
+
+-------------------------------------------------------------------

Old:
----
  158.patch
  bijiben-40.1.tar.xz
  bijiben-switch-to-soup3.patch

New:
----
  _service
  bijiben-40.1+git499.b629192.obscpio
  bijiben.obsinfo

----------(Old B)----------
  Old:- Drop patches fixed upstream:
  + 158.patch
  + bijiben-switch-to-soup3.patch
  Old:  + 158.patch
  + bijiben-switch-to-soup3.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ bijiben.spec ++++++
--- /var/tmp/diff_new_pack.RGEsSf/_old  2025-10-03 15:47:03.897616460 +0200
+++ /var/tmp/diff_new_pack.RGEsSf/_new  2025-10-03 15:47:03.901616628 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bijiben
 #
-# Copyright (c) 2024 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
@@ -17,17 +17,13 @@
 
 
 Name:           bijiben
-Version:        40.1
+Version:        40.1+git499.b629192
 Release:        0
 Summary:        Note editor for GNOME
 License:        CC-BY-SA-3.0 AND GPL-3.0-or-later
 Group:          Productivity/Text/Editors
 URL:            https://wiki.gnome.org/Apps/Bijiben
-Source0:        
https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM 158.patch -- Fix build with meson 0.61.0 and newer
-Patch0:         
https://gitlab.gnome.org/GNOME/gnome-notes/-/merge_requests/158.patch
-# PATCH-FIX-UPSTREAM bijiben-switch-to-soup3.patch -- Backport upstream switch 
to soup3
-Patch1:         bijiben-switch-to-soup3.patch
+Source0:        %{name}-%{version}.tar.zst
 
 BuildRequires:  fdupes
 BuildRequires:  gettext-devel
@@ -38,16 +34,17 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.58
 BuildRequires:  pkgconfig(goa-1.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.3
+BuildRequires:  pkgconfig(gtk4)
 BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(libadwaita-1)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libecal-2.0) >= 3.33.92
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.33.92
-BuildRequires:  pkgconfig(libhandy-1) >= 1.0.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(tracker-sparql-3.0)
 BuildRequires:  pkgconfig(uuid)
-BuildRequires:  pkgconfig(webkit2gtk-4.1) >= 2.26.0
+BuildRequires:  pkgconfig(webkitgtk-6.0)
+Provides:       gnome-notes = %{version}
 
 %description
 Bijiben is a note editor designed to remain simple to use.
@@ -94,7 +91,7 @@
 %{_datadir}/icons/hicolor/*/apps/org.gnome.Notes*
 %{_datadir}/mime/packages/org.gnome.Notes.xml
 %dir %{_datadir}/metainfo/
-%{_datadir}/metainfo/org.gnome.Notes.appdata.xml
+%{_datadir}/metainfo/org.gnome.Notes.metainfo.xml
 
 %files -n gnome-shell-search-provider-%{name}
 %{_datadir}/dbus-1/services/org.gnome.Notes.SearchProvider.service

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="scm">git</param>
    <param name="url">https://gitlab.gnome.org/GNOME/gnome-notes.git</param>
    <param name="revision">b629192b8adddddb9181500f02e43fcb6919f8b3</param>
    <param name="versionformat">40.1+git@TAG_OFFSET@.%h</param>
    <!--
    <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
    <param name="versionrewrite-pattern">BIJIBEN_(\d+)_(\d+)(\+0)?(.*)?</param>
    <param name="versionrewrite-replacement">\1.\2\3\4</param>
    -->
    <param name="filename">bijiben</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>

++++++ bijiben.obsinfo ++++++
name: bijiben
version: 40.1+git499.b629192
mtime: 1755634615
commit: b629192b8adddddb9181500f02e43fcb6919f8b3

Reply via email to