Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-nettool for openSUSE:Leap:16.0 
checked in at 2025-07-15 11:24:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/gnome-nettool (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.gnome-nettool.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-nettool"

Tue Jul 15 11:24:35 2025 rev:2 rq:1292384 version:42.0+24

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/gnome-nettool/gnome-nettool.changes    
2025-03-19 11:45:13.845975128 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.gnome-nettool.new.7373/gnome-nettool.changes  
2025-07-15 11:24:53.581898401 +0200
@@ -1,0 +2,18 @@
+Wed Jun  4 15:05:32 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 42.0+24:
+  + appdata: Replace defunct Bugzilla with GNOME GitLab
+  + desktop: Remove obsolete Bugzilla entries
+  + meson: drop unused positional arguments
+  + Updated translations.
+- Switch to meson buildsystem, add meson BuildRequires and macros.
+  Following this, drop gnome-common BuildRequires, no longer
+  needed.
+- Switch to source service for tarball, use current current head.
+
+-------------------------------------------------------------------
+Fri May 23 11:54:51 UTC 2025 - Bjørn Lie <bjorn....@gmail.com>
+
+- Drop obsolete update-desktop-files BuildRequires and macro.
+
+-------------------------------------------------------------------

Old:
----
  gnome-nettool-42.0.tar.xz

New:
----
  _service
  gnome-nettool-42.0+24.obscpio
  gnome-nettool.obsinfo

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

Other differences:
------------------
++++++ gnome-nettool.spec ++++++
--- /var/tmp/diff_new_pack.wxM1kd/_old  2025-07-15 11:24:53.841909188 +0200
+++ /var/tmp/diff_new_pack.wxM1kd/_new  2025-07-15 11:24:53.845909354 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nettool
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 Name:           gnome-nettool
-Version:        42.0
+Version:        42.0+24
 Release:        0
 Summary:        GNOME Interface for Various Networking Tools
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 URL:            http://www.gnome.org
-Source:         
https://download.gnome.org/sources/gnome-nettool/42/%{name}-%{version}.tar.xz
+Source:         %{name}-%{version}.tar.zst
 # PATCH-FIX-UPSTREAM gnome-nettool-bnc866643-predictable-name.patch bnc#866643 
g...@suse.com -- Detect the predictable network device name
 Patch1:         gnome-nettool-bnc866643-predictable-name.patch
+
 BuildRequires:  fdupes
-BuildRequires:  gnome-common
 BuildRequires:  intltool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(libgtop-2.0)
@@ -56,16 +56,12 @@
 %autosetup -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure \
-       --disable-scrollkeeper \
+%meson \
        %{nil}
-%make_build
+%meson_build
 
 %install
-%make_install
-# Note: I guess X-SuSE-Core-System is not the best thing for the non-GNOME 
menu, but we need something for the build to work. Oh well...
-%suse_update_desktop_file -r gnome-nettool GNOME GTK System X-SuSE-Core-System
+%meson_install
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{_datadir}
 
@@ -79,7 +75,7 @@
 %{_datadir}/gnome-nettool/
 %{_datadir}/icons/hicolor/*/apps/gnome-nettool.png
 %{_datadir}/icons/hicolor/scalable/apps/gnome-nettool*.svg
-%{_datadir}/appdata/gnome-nettool.appdata.xml
+%{_datadir}/metainfo/gnome-nettool.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="url">https://gitlab.gnome.org/GNOME/gnome-nettool.git</param>
    <param name="scm">git</param>
    <param name="revision">e464bead376dcce1fb7f3ef7337b276be468d413</param>
    <param name="versionformat">42.0+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">(.*)\+0</param>
    <param name="versionrewrite-replacement">\1</param>
  </service>
  <service mode="buildtime" name="tar" />
  <service mode="buildtime" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service mode="manual" name="set_version" />
</services>


++++++ gnome-nettool.obsinfo ++++++
name: gnome-nettool
version: 42.0+24
mtime: 1715100870
commit: e464bead376dcce1fb7f3ef7337b276be468d413

Reply via email to