Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package accerciser for openSUSE:Factory 
checked in at 2024-10-03 17:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accerciser (Old)
 and      /work/SRC/openSUSE:Factory/.accerciser.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "accerciser"

Thu Oct  3 17:40:38 2024 rev:76 rq:1205409 version:3.44.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/accerciser/accerciser.changes    2023-10-12 
11:36:17.728406630 +0200
+++ /work/SRC/openSUSE:Factory/.accerciser.new.19354/accerciser.changes 
2024-10-03 17:41:49.383842642 +0200
@@ -1,0 +2,56 @@
+Mon Sep 30 05:18:26 UTC 2024 - jun wang <[email protected]>
+
+- Update to version 3.44.1 
+  * Replace intltool dep with gettext
+  * Add meson build support
+  * Drop autotools build
+  * Add CI
+  * plugins: Port from imp to importlib
+  * Drop last occurrence of importing imp
+  * Drop using deprecated gtk features
+  * Don't add when cancelling "New Bookmark" dialog
+  * event_monitor: Port "Clear Selection" button from "stock"
+  * event_monitor: Fix saving to file
+  * event_monitor: Fix jumping to object on click
+  * node: Calculate screen coords for gtk4 apps
+  * node: More reliably detect the right gtk4 window
+  * Move retrieval of window stacking order to WindowManager
+  * Only consider windows in current workspace for "Inspect under
+    mouse"
+  * WindowInfo: Add stacking order
+  * WindowInfo: Add info whether on current workspace
+  * Unify WindowManager implementations further, consider size
+  * win manager: Add more infos to WindowInfo
+  * window_manager: Extract helper method to get toolkit name and
+    version
+  * window_manager: Escape special chars in window title regex
+  * Wnck: Use frame geometry when client geometry includes CSD
+  * Support "Inspect under mouse" for Gtk 4 apps
+  * GNOME: Use gtk and sandboxed app ID to retrieve app icon
+  * GnomeShellWindowManager: Retrieve mouse pos from Mutter
+  * GNOME Shell: Add extension and win manager using Mutter win pos
+  * GNOME Shell: Add info whether on current workspace
+  * GNOME Shell/Mutter: Use client/frame geometry except for GTK 3
+  * GNOME Shell/Mutter: Support GNOME 47
+  * GNOME Shell: Install the GNOME Shell extension
+  * Add a window manager that retrieves screen coords from KWin
+  * KWinWindowManager: Support KWin 6 as well
+  * KWinWindowManager: Don't fail on win title containing quotes
+  * KWinWindowManager: Get mouse position via KWin API
+  * KWinWindowManager: Get window stacking order from KWin
+  * KWin: Use 'console.info' instead of 'print' in KWin script
+  * KWin 6: Use client/frame geometry instead of buffer geometry
+    except for GTK 3
+  * Kwin: Drop extra KWin 5 win title suffix right away
+  * KWin: Retrieve app/window icon via desktop entry
+  * interface_view: Add help text
+  * interface_view: Update acc description when it changes
+  * interface_view: Update help text when it changes
+  * interface_view: Show infos for Hyperlink iface
+  * ipython_view: Handle more color-related ANSI escape codes
+  * ipython_view: Use raw string for regex
+  * Add project_license tag to AppStream metadata file
+  * Updated translations.
+- Add meson BuildRequires and macros following upstreams port to it
+
+-------------------------------------------------------------------

Old:
----
  accerciser-3.42.0.tar.xz

New:
----
  accerciser-3.44.1.tar.xz

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

Other differences:
------------------
++++++ accerciser.spec ++++++
--- /var/tmp/diff_new_pack.09ln1n/_old  2024-10-03 17:41:50.059870816 +0200
+++ /var/tmp/diff_new_pack.09ln1n/_new  2024-10-03 17:41:50.063870983 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package accerciser
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:           accerciser
-Version:        3.42.0
+Version:        3.44.1
 Release:        0
 Summary:        Accessibility debugging tool
 License:        BSD-3-Clause
 Group:          Development/Tools/Other
 URL:            https://wiki.gnome.org/Apps/Accerciser
-Source0:        
https://download.gnome.org/sources/accerciser/3.42/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/accerciser/3.44/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 # py3atspi is a virtual name that is provided by the default at-spi stack
 BuildRequires:  py3atspi
@@ -72,12 +73,11 @@
 %autosetup -p1
 
 %build
-%configure \
-       %{nil}
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %suse_update_desktop_file -r -N "Accerciser" -G "Accesibility Debugger" 
accerciser Utility GNOME Accessibility
 %find_lang %{name} %{?no_lang_C}
 %python3_fix_shebang
@@ -87,10 +87,15 @@
 %license COPYING
 %doc AUTHORS NEWS README.md
 %doc %{_datadir}/help/C/%{name}/
+%dir %{_datadir}/gnome-shell/
+%dir %{_datadir}/gnome-shell/extensions/
+%dir %{_datadir}/gnome-shell/extensions/[email protected]/
+%{_datadir}/gnome-shell/extensions/[email protected]/extension.js
+%{_datadir}/gnome-shell/extensions/[email protected]/metadata.json
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/plugins/ipython_view.py
-%{_datadir}/metainfo/accerciser.appdata.xml
+%{_datadir}/metainfo/org.gtk.accerciser.metainfo.xml
 %{_datadir}/glib-2.0/schemas/org.a11y.Accerciser.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_datadir}/applications/%{name}.desktop

++++++ accerciser-3.42.0.tar.xz -> accerciser-3.44.1.tar.xz ++++++
++++ 88758 lines of diff (skipped)

Reply via email to