commit gmobile for openSUSE:Factory

2026-03-27 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gmobile for openSUSE:Factory checked 
in at 2026-03-27 16:49:52

Comparing /work/SRC/openSUSE:Factory/gmobile (Old)
 and  /work/SRC/openSUSE:Factory/.gmobile.new.8177 (New)


Package is "gmobile"

Fri Mar 27 16:49:52 2026 rev:3 rq:1342953 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/gmobile/gmobile.changes  2025-07-02 
18:17:47.852132687 +0200
+++ /work/SRC/openSUSE:Factory/.gmobile.new.8177/gmobile.changes
2026-03-27 16:51:28.472376394 +0100
@@ -1,0 +2,5 @@
+Mon Mar 23 08:34:13 UTC 2026 - Dominique Leuenberger 
+
+- Migrate to xz compression and manual service run
+
+---

Old:

  gmobile-0.4.0.obscpio

New:

  _scmsync.obsinfo
  build.specials.obscpio
  gmobile-0.4.0.tar.xz



Other differences:
--
++ gmobile.spec ++
--- /var/tmp/diff_new_pack.gOc4mc/_old  2026-03-27 16:51:30.048442295 +0100
+++ /var/tmp/diff_new_pack.gOc4mc/_new  2026-03-27 16:51:30.072443297 +0100
@@ -22,7 +22,7 @@
 Summary:Some helpers for glib based environments on mobile devices
 License:LGPL-2.1-or-later
 URL:https://world.pages.gitlab.gnome.org/Phosh/gmobile/
-Source: %{name}-%{version}.tar.zst
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.66

++ _scmsync.obsinfo ++
mtime: 1774254853
commit: 86198e6cbbfed27acd44ffc93c4c96ef659ee793b7bd5c7bd90ed2eedc79a914
url: https://src.opensuse.org/GNOME/gmobile
revision: 86198e6cbbfed27acd44ffc93c4c96ef659ee793b7bd5c7bd90ed2eedc79a914
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++ _service ++
--- /var/tmp/diff_new_pack.gOc4mc/_old  2026-03-27 16:51:30.452459187 +0100
+++ /var/tmp/diff_new_pack.gOc4mc/_new  2026-03-27 16:51:30.480460358 +0100
@@ -7,14 +7,13 @@
 @PARENT_TAG@+@TAG_OFFSET@
 v?(.*)\+0
 \1
-
+
   
-  
-  
+  
+  
 *.tar
-zst
+xz
   
-  
+  
 
 
-

++ 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.0 +0100
+++ new/.gitignore  2026-03-24 10:51:21.0 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*


commit gmobile for openSUSE:Factory

2025-07-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gmobile for openSUSE:Factory checked 
in at 2025-07-02 18:17:18

Comparing /work/SRC/openSUSE:Factory/gmobile (Old)
 and  /work/SRC/openSUSE:Factory/.gmobile.new.7067 (New)


Package is "gmobile"

Wed Jul  2 18:17:18 2025 rev:2 rq:1289823 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/gmobile/gmobile.changes  2024-10-08 
17:24:47.453985624 +0200
+++ /work/SRC/openSUSE:Factory/.gmobile.new.7067/gmobile.changes
2025-07-02 18:17:47.852132687 +0200
@@ -1,0 +2,28 @@
+Sat Jun 28 08:10:21 UTC 2025 - Martin Hauke 
+
+- Update to version 0.4.0
+  * Add MCC to ISO country code conversion.
+  * Wakeup key support for:
++ Fairphone 5
++ FuriPhone FLX1
+  * Display panel support for:
++ Fix border radius for OnePlus6
+- Update to version 0.3.0
+  * New API: Allow to set wakep timers
+  * Build vapi files too
+  * Allow to install tests
+  * Wakeup key support:
++ Handle 3.5mm headset play-pause button on PinePhone
+- Update to version 0.2.2
+  * Wakeup key support for:
++ Google Pixel 3a (sargo)
++ SHIFT6mq
++ Samsung Galaxy A5
++ Xioami Mi A2 Lite (daisy)
+  * Display panel support for:
++ Furilabs FLX1
++ Nothing Phone 1 (spacewar)
+  * Issues fixed:
++ https://gitlab.gnome.org/World/Phosh/gmobile/-/issues/12
+
+---

Old:

  gmobile-0.2.1.obscpio

New:

  gmobile-0.4.0.obscpio



Other differences:
--
++ gmobile.spec ++
--- /var/tmp/diff_new_pack.VKjGbd/_old  2025-07-02 18:17:48.508159944 +0200
+++ /var/tmp/diff_new_pack.VKjGbd/_new  2025-07-02 18:17:48.508159944 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gmobile
 #
-# Copyright (c) 2024 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,7 +17,7 @@
 
 
 Name:   gmobile
-Version:0.2.1
+Version:0.4.0
 Release:0
 Summary:Some helpers for glib based environments on mobile devices
 License:LGPL-2.1-or-later
@@ -70,7 +70,7 @@
 %autosetup -p1
 
 %build
-%meson
+%meson -Dvapi=false
 %meson_build
 
 %install

++ _service ++
--- /var/tmp/diff_new_pack.VKjGbd/_old  2025-07-02 18:17:48.536161107 +0200
+++ /var/tmp/diff_new_pack.VKjGbd/_new  2025-07-02 18:17:48.540161273 +0200
@@ -3,7 +3,7 @@
   
 git
 https://gitlab.gnome.org/World/Phosh/gmobile.git
-v0.2.1
+v0.4.0
 @PARENT_TAG@+@TAG_OFFSET@
 v?(.*)\+0
 \1

++ gmobile-0.2.1.obscpio -> gmobile-0.4.0.obscpio ++
 1949 lines of diff (skipped)

++ gmobile.obsinfo ++
--- /var/tmp/diff_new_pack.VKjGbd/_old  2025-07-02 18:17:48.676166924 +0200
+++ /var/tmp/diff_new_pack.VKjGbd/_new  2025-07-02 18:17:48.676166924 +0200
@@ -1,5 +1,5 @@
 name: gmobile
-version: 0.2.1
-mtime: 1719040826
-commit: ca8db41bb39a3117461614ae4558a3e3019a19be
+version: 0.4.0
+mtime: 1750581379
+commit: fb21129f5d31a6e640225415a25118d8f16363a1