Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-kiosk for openSUSE:Factory 
checked in at 2022-03-23 20:17:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-kiosk (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-kiosk.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-kiosk"

Wed Mar 23 20:17:46 2022 rev:3 rq:964036 version:42.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-kiosk/gnome-kiosk.changes  2022-02-11 
23:09:11.990909586 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-kiosk.new.25692/gnome-kiosk.changes       
2022-03-23 20:19:50.206512265 +0100
@@ -1,0 +2,6 @@
+Tue Mar 22 08:10:07 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 42.0:
+  + No changes, stable bump only.
+
+-------------------------------------------------------------------
@@ -8,0 +15,19 @@
+
+-------------------------------------------------------------------
+Mon Jan 24 21:22:56 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 42.alpha:
+  + Port to mutter 42.
+  + Docs fixes.
+  + Build goo fixes.
+- Drop gnome-kiosk-bump-mutter.patch: Fixed upstream.
+- Drop mutter-devel, switch to proper pkgconfig() BuildRequires and
+  add a mutter_api define and set it to 10. Add the following
+  pkgconfig(libmutter-10), pkgconfig(mutter-clutter-10),
+  pkgconfig(mutter-cogl-10) and pkgconfig(mutter-cogl-pango-10).
+
+-------------------------------------------------------------------
+Wed Jan 12 12:12:04 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Add gnome-kiosk-bump-mutter.patch: Bump version of libmutter
+  required.

Old:
----
  gnome-kiosk-41.0.tar.xz

New:
----
  gnome-kiosk-42.0.tar.xz

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

Other differences:
------------------
++++++ gnome-kiosk.spec ++++++
--- /var/tmp/diff_new_pack.fwnDcU/_old  2022-03-23 20:19:50.802512602 +0100
+++ /var/tmp/diff_new_pack.fwnDcU/_new  2022-03-23 20:19:50.810512607 +0100
@@ -16,25 +16,30 @@
 #
 
 
+%define mutter_api 10
+
 Name:           gnome-kiosk
-Version:        41.0
+Version:        42.0
 Release:        0
 Summary:        Mutter based compositor for kiosks
 License:        GPL-2.0-or-later
 URL:            https://gitlab.gnome.org/GNOME/gnome-kiosk
-Source:         
https://download.gnome.org/sources/gnome-kiosk/41/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gnome-kiosk/42/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-kiosk-fix-meson-061.patch bjorn....@gmail.com -- 
Fix build with meson 0.61 and newer
-Patch:          gnome-kiosk-fix-meson-061.patch
+Patch0:         gnome-kiosk-fix-meson-061.patch
 
 BuildRequires:  fdupes
 BuildRequires:  meson
-BuildRequires:  mutter-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gnome-desktop-3.0)
 BuildRequires:  pkgconfig(gtk4)
 BuildRequires:  pkgconfig(ibus-1.0)
+BuildRequires:  pkgconfig(libmutter-%{mutter_api})
 BuildRequires:  pkgconfig(libsystemd)
+BuildRequires:  pkgconfig(mutter-clutter-%{mutter_api})
+BuildRequires:  pkgconfig(mutter-cogl-%{mutter_api})
+BuildRequires:  pkgconfig(mutter-cogl-pango-%{mutter_api})
 BuildRequires:  pkgconfig(systemd)
 Requires:       gnome-session
 
@@ -55,7 +60,8 @@
 %autosetup -p1
 
 %build
-%meson
+%meson \
+       %{nil}
 %meson_build
 
 %install

++++++ gnome-kiosk-41.0.tar.xz -> gnome-kiosk-42.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-kiosk-41.0/NEWS new/gnome-kiosk-42.0/NEWS
--- old/gnome-kiosk-41.0/NEWS   2021-09-23 17:03:25.264170400 +0200
+++ new/gnome-kiosk-42.0/NEWS   2022-03-21 21:16:08.069222000 +0100
@@ -1,4 +1,12 @@
 # NEWS
+## 42.0
+- No updates
+
+## 42.alpha
+- Port to mutter 42
+- Docs fixes
+- Build goo fixes
+
 ## 41.0
 - Whitespace cleanup in build goo
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-kiosk-41.0/README.md 
new/gnome-kiosk-42.0/README.md
--- old/gnome-kiosk-41.0/README.md      2021-09-23 17:03:25.264170400 +0200
+++ new/gnome-kiosk-42.0/README.md      2022-03-21 21:16:08.069222000 +0100
@@ -70,7 +70,7 @@
 
 ## Contributing
 
-To contribute, open merge requests at 
https://gitlab.gnome.org/halfline/gnome-kiosk.
+To contribute, open merge requests at 
https://gitlab.gnome.org/GNOME/gnome-kiosk.
 
 ## License
 GNOME Kiosk is distributed under the terms of the GNU General Public License,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-kiosk-41.0/meson.build 
new/gnome-kiosk-42.0/meson.build
--- old/gnome-kiosk-41.0/meson.build    2021-09-23 17:03:25.266170300 +0200
+++ new/gnome-kiosk-42.0/meson.build    2022-03-21 21:16:08.072222000 +0100
@@ -1,5 +1,5 @@
 project('gnome-kiosk', 'c',
-        version: '41.0'
+        version: '42.0'
 )
 add_project_arguments('-D_GNU_SOURCE',
         language: 'c'
@@ -34,7 +34,7 @@
 
 meson.add_install_script ('meson/postinstall.py')
 
-mutter_dependency = dependency('libmutter-9')
+mutter_dependency = dependency('libmutter-10')
 mutter_libdir = mutter_dependency.get_pkgconfig_variable('typelibdir')
 
 systemd_user_unit_dir = 
dependency('systemd').get_pkgconfig_variable('systemduserunitdir',
@@ -103,9 +103,9 @@
 compositor_dependencies += dependency('gnome-desktop-3.0')
 compositor_dependencies += dependency('gobject-2.0')
 compositor_dependencies += dependency('ibus-1.0')
-compositor_dependencies += dependency('mutter-cogl-9')
-compositor_dependencies += dependency('mutter-cogl-pango-9')
-compositor_dependencies += dependency('mutter-clutter-9')
+compositor_dependencies += dependency('mutter-cogl-10')
+compositor_dependencies += dependency('mutter-cogl-pango-10')
+compositor_dependencies += dependency('mutter-clutter-10')
 compositor_dependencies += mutter_dependency
 compositor_dependencies += systemd_dependency
 
@@ -183,7 +183,7 @@
         configuration: desktop_config_data
 )
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: desktop_file,
         output: 'org.gnome.Kiosk.Script.desktop',
         po_dir: po_dir,
@@ -208,7 +208,7 @@
         install_dir: session_dir,
 )
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: 'kiosk-script/xsessions/gnome-kiosk-script-xorg.desktop.in',
         output: '@BASENAME@',
         po_dir: po_dir,
@@ -217,7 +217,7 @@
         type: 'desktop'
 )
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: 
'kiosk-script/wayland-sessions/gnome-kiosk-script-wayland.desktop.in',
         output: '@BASENAME@',
         po_dir: po_dir,
@@ -237,7 +237,7 @@
 
 subdir('input-selector')
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: session_file,
         output: 'org.gnome.Kiosk.SearchApp.session',
         po_dir: po_dir,
@@ -246,7 +246,7 @@
         type: 'desktop'
 )
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: 'search-app/org.gnome.Kiosk.SearchApp.Session.desktop.in',
         output: 'org.gnome.Kiosk.SearchApp.Session.desktop',
         po_dir: po_dir,
@@ -261,7 +261,7 @@
         configuration: desktop_config_data
 )
 
-i18n.merge_file('desktop',
+i18n.merge_file(
         input: search_app_desktop_file,
         output: 'org.gnome.Kiosk.SearchApp.desktop',
         po_dir: po_dir,

++++++ gnome-kiosk-fix-meson-061.patch ++++++
--- /var/tmp/diff_new_pack.fwnDcU/_old  2022-03-23 20:19:50.946512684 +0100
+++ /var/tmp/diff_new_pack.fwnDcU/_new  2022-03-23 20:19:50.950512686 +0100
@@ -1,6 +1,6 @@
-diff -Nur orig-gnome-kiosk-41.0/meson.build gnome-kiosk-41.0/meson.build
---- orig-gnome-kiosk-41.0/meson.build  2022-02-10 19:30:05.416328516 +0100
-+++ gnome-kiosk-41.0/meson.build       2022-02-10 19:34:13.867701231 +0100
+diff -Nur orig-gnome-kiosk-42.alpha/meson.build 
gnome-kiosk-42.alpha/meson.build
+--- orig-gnome-kiosk-42.alpha/meson.build      2022-02-02 22:19:47.297891292 
+0100
++++ gnome-kiosk-42.alpha/meson.build   2022-02-02 22:20:52.338499586 +0100
 @@ -142,7 +142,7 @@
          configuration: desktop_config_data
  )
@@ -10,58 +10,5 @@
          input: desktop_file,
          output: 'org.gnome.Kiosk.desktop',
          po_dir: po_dir,
-@@ -183,7 +183,7 @@
-         configuration: desktop_config_data
- )
- 
--i18n.merge_file('desktop',
-+i18n.merge_file(
-         input: desktop_file,
-         output: 'org.gnome.Kiosk.Script.desktop',
-         po_dir: po_dir,
-@@ -208,7 +208,7 @@
-         install_dir: session_dir,
- )
- 
--i18n.merge_file('desktop',
-+i18n.merge_file(
-         input: 'kiosk-script/xsessions/gnome-kiosk-script-xorg.desktop.in',
-         output: '@BASENAME@',
-         po_dir: po_dir,
-@@ -217,7 +217,7 @@
-         type: 'desktop'
- )
- 
--i18n.merge_file('desktop',
-+i18n.merge_file(
-         input: 
'kiosk-script/wayland-sessions/gnome-kiosk-script-wayland.desktop.in',
-         output: '@BASENAME@',
-         po_dir: po_dir,
-@@ -237,7 +237,7 @@
- 
- subdir('input-selector')
- 
--i18n.merge_file('desktop',
-+i18n.merge_file(
-         input: session_file,
-         output: 'org.gnome.Kiosk.SearchApp.session',
-         po_dir: po_dir,
-@@ -246,7 +246,7 @@
-         type: 'desktop'
- )
- 
--i18n.merge_file('desktop',
-+i18n.merge_file(
-         input: 'search-app/org.gnome.Kiosk.SearchApp.Session.desktop.in',
-         output: 'org.gnome.Kiosk.SearchApp.Session.desktop',
-         po_dir: po_dir,
-@@ -261,7 +261,7 @@
-         configuration: desktop_config_data
- )
- 
--i18n.merge_file('desktop',
-+i18n.merge_file(
-         input: search_app_desktop_file,
-         output: 'org.gnome.Kiosk.SearchApp.desktop',
-         po_dir: po_dir,
+
 

Reply via email to