Script 'mail_helper' called by obssrc
Hello community,

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

Package is "endeavour"

Fri Apr 10 17:49:52 2026 rev:3 rq:1345335 version:43.0.git.170

Changes:
--------
--- /work/SRC/openSUSE:Factory/endeavour/endeavour.changes      2023-03-24 
15:19:32.302611784 +0100
+++ /work/SRC/openSUSE:Factory/.endeavour.new.21863/endeavour.changes   
2026-04-10 17:52:46.337236798 +0200
@@ -1,0 +2,17 @@
+Wed Apr  1 19:06:49 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Correct minimum version of libadwaita BuildRequires.
+
+-------------------------------------------------------------------
+Mon Mar 23 08:25:53 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Tue Feb 24 12:23:12 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 43.0.git.167:
+  + Fix build against GNOME 50 infrastructure
+- Add blueprint-compiler BuildRequires: new dependency.
+
+-------------------------------------------------------------------

Old:
----
  endeavour-43.0.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  endeavour-43.0.git.170.tar.xz

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

Other differences:
------------------
++++++ endeavour.spec ++++++
--- /var/tmp/diff_new_pack.mC82Ld/_old  2026-04-10 17:52:46.993263834 +0200
+++ /var/tmp/diff_new_pack.mC82Ld/_new  2026-04-10 17:52:46.993263834 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package endeavour
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2022 Bjørn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,14 @@
 
 
 Name:           endeavour
-Version:        43.0
+Version:        43.0.git.170
 Release:        0
 Summary:        Personal task manager for GNOME
 License:        GPL-3.0-or-later
 URL:            https://gitlab.gnome.org/World/Endeavour
 Source:         %{name}-%{version}.tar.xz
 
+BuildRequires:  blueprint-compiler
 BuildRequires:  fdupes
 BuildRequires:  itstool
 BuildRequires:  meson >= 0.53.0
@@ -33,7 +34,7 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.58.0
 BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
 BuildRequires:  pkgconfig(gtk4) >= 3.92.0
-BuildRequires:  pkgconfig(libadwaita-1) >= 1.2.alpha
+BuildRequires:  pkgconfig(libadwaita-1) >= 1.8.alpha
 BuildRequires:  pkgconfig(libecal-2.0) >= 3.33.2
 BuildRequires:  pkgconfig(libedataserver-1.2) >= 3.32.0
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.17
@@ -63,11 +64,7 @@
 %autosetup -p1
 
 %build
-# NOTE: We are not building introspection support as that
-# introduces a dep on a private lib, last checked ver 43.0
-%meson \
-       -D introspection=false \
-       %{nil}
+%meson
 %meson_build
 
 %install
@@ -85,14 +82,8 @@
 %{_datadir}/dbus-1/services/org.gnome.Todo.service
 %{_datadir}/glib-2.0/schemas/org.gnome.todo.gschema.xml
 %{_datadir}/help/C/%{name}/
-%dir %{_datadir}/icons/hicolor/symbolic/actions
 %{_datadir}/icons/hicolor/*/*/*.svg
 %{_datadir}/metainfo/org.gnome.Todo.appdata.xml
 
-%files devel
-%doc doc/CONTRIBUTING.md doc/HACKING.md README.md
-%{_includedir}/%{name}/
-%{_libdir}/pkgconfig/%{name}.pc
-
 %files lang -f %{name}.lang
 

++++++ _scmsync.obsinfo ++++++
mtime: 1775070487
commit: 18b07b0d2dfc9b788a6c428d044d92443967f608b86b01fb480e6af8aae90769
url: https://src.opensuse.org/GNOME/endeavour
revision: factory

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mC82Ld/_old  2026-04-10 17:52:47.061266636 +0200
+++ /var/tmp/diff_new_pack.mC82Ld/_new  2026-04-10 17:52:47.065266801 +0200
@@ -3,15 +3,16 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/endeavour.git</param>
-    <param name="revision">43.0</param>
-    <param name="versionformat">@PARENT_TAG@</param>
-<!--    <param name="versionrewrite-pattern">v([0-9\.]*)</param> -->
+    <param name="revision">main</param>
+    <param name="versionformat">@[email protected].@TAG_OFFSET@</param>
+    <param 
name="versionrewrite-pattern">([0-9\.]*)(.git.0)?(.git.[1-9][0-9]*)</param>
+    <param name="versionrewrite-replacement">\1\3</param>
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 

++++++ 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-04-07 14:06:27.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ endeavour.obsinfo ++++++
--- /var/tmp/diff_new_pack.mC82Ld/_old  2026-04-10 17:52:47.189271911 +0200
+++ /var/tmp/diff_new_pack.mC82Ld/_new  2026-04-10 17:52:47.209272736 +0200
@@ -1,5 +1,5 @@
 name: endeavour
-version: 43.0
-mtime: 1667373072
-commit: 92706b42784e553d9f841117111a5e14bd201e1c
+version: 43.0.git.167
+mtime: 1769437122
+commit: d6e3786c8a9c50f0424881f0e6bea51ff68401fa
 

Reply via email to