Script 'mail_helper' called by obssrc
Hello community,

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

Package is "iagno"

Fri Apr 10 17:50:01 2026 rev:44 rq:1345346 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iagno/iagno.changes      2025-09-24 
15:25:20.587032041 +0200
+++ /work/SRC/openSUSE:Factory/.iagno.new.21863/iagno.changes   2026-04-10 
17:53:12.398310813 +0200
@@ -1,0 +2,30 @@
+Thu Mar 19 16:11:31 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 23 07:45:45 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.beta:
+  + This version uses libadwaita's breakpoints to make interface
+    adaptive to smaller screens.
+  + Another notable change is a switch to Glycin library for
+    loading textures.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 16 11:17:35 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.alpha:
+  + New release with a port to Gtk4 and libadwaita.
+  + Also GNOME branding was removed. It's just a Reversi from now
+    on.
+  + Updated translations.
+- Convert package to use obs_scm _service.
+- Drop most static buildrequires and use dynamic buildrequire
+  generation.
+- Drop b37eacaf1485cda54d0fa4b2d2423f3d8c620af1.patch: fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  b37eacaf1485cda54d0fa4b2d2423f3d8c620af1.patch
  iagno-3.38.1.tar.xz

New:
----
  _scmsync.obsinfo
  _service
  build.specials.obscpio
  iagno-50.0.tar.xz
  iagno.obsinfo

----------(Old B)----------
  Old:  generation.
- Drop b37eacaf1485cda54d0fa4b2d2423f3d8c620af1.patch: fixed
  upstream.
----------(Old E)----------

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

Other differences:
------------------
++++++ iagno.spec ++++++
--- /var/tmp/diff_new_pack.GYHPaN/_old  2026-04-10 17:53:14.142382689 +0200
+++ /var/tmp/diff_new_pack.GYHPaN/_new  2026-04-10 17:53:14.154383184 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iagno
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# 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,26 +17,21 @@
 
 
 Name:           iagno
-Version:        3.38.1
+Version:        50.0
 Release:        0
 Summary:        Reversi Game for GNOME
 License:        GPL-3.0-or-later
 Group:          Amusements/Games/Board/Other
 URL:            https://wiki.gnome.org/Apps/Iagno
-Source0:        
https://download.gnome.org/sources/iagno/3.38/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM b37eacaf1485cda54d0fa4b2d2423f3d8c620af1.patch 
[email protected] -- Fix build with Vala 0.51
-Patch0:         
https://gitlab.gnome.org/GNOME/iagno/-/commit/b37eacaf1485cda54d0fa4b2d2423f3d8c620af1.patch
+Source0:        %{name}-%{version}.tar.xz
+BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  glycin-loaders
 BuildRequires:  itstool
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
-BuildRequires:  pkgconfig(gio-2.0) >= 2.42.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.42.0
-BuildRequires:  pkgconfig(gsound) >= 1.0.2
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.24.0
-BuildRequires:  pkgconfig(librsvg-2.0) >= 2.32.0
+Buildsystem:    meson
 
 %description
 Iagno is the two player strategy game of Othello, which is also known
@@ -49,16 +44,10 @@
 
 %lang_package
 
-%prep
-%autosetup -p1
+%generate_buildrequires
+%meson_buildrequires
 
-%build
-%meson \
-       %{nil}
-%meson_build
-
-%install
-%meson_install
+%install -a
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}/%{_datadir}
 
@@ -68,7 +57,7 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{_datadir}/metainfo/org.gnome.Reversi.appdata.xml
+%{_datadir}/metainfo/org.gnome.Reversi.metainfo.xml
 %{_datadir}/applications/org.gnome.Reversi.desktop
 %{_datadir}/dbus-1/services/org.gnome.Reversi.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Reversi.gschema.xml

++++++ _scmsync.obsinfo ++++++
mtime: 1773937186
commit: 8abfbf7323e71992ca9071dab62c72735f81263e68a3d8de0e115e579ff3f45a
url: https://src.opensuse.org/GNOME/iagno
revision: 8abfbf7323e71992ca9071dab62c72735f81263e68a3d8de0e115e579ff3f45a
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _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/iagno.git</param>
    <param name="revision">50.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="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <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-03-24 10:12:34.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ iagno-3.38.1.tar.xz -> iagno-50.0.tar.xz ++++++
++++ 70548 lines of diff (skipped)

++++++ iagno.obsinfo ++++++
name: iagno
version: 50.0
mtime: 1773873583
commit: a5a34b73fd9bb26d009616abca0185112cecf765

Reply via email to