Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package waycheck for openSUSE:Factory 
checked in at 2024-12-20 23:27:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/waycheck (Old)
 and      /work/SRC/openSUSE:Factory/.waycheck.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "waycheck"

Fri Dec 20 23:27:40 2024 rev:12 rq:1232893 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/waycheck/waycheck.changes        2024-10-14 
13:07:40.297873723 +0200
+++ /work/SRC/openSUSE:Factory/.waycheck.new.1881/waycheck.changes      
2024-12-20 23:27:41.234847952 +0100
@@ -1,0 +2,9 @@
+Fri Dec 20 21:58:31 UTC 2024 - Neal Gompa <[email protected]>
+
+- Update to 1.5.0
+  + Update upstream protocol list to v1.39
+  + Add detection of COSMIC overlap notify protocol
+  + Remove margins on tab view
+  + Detect COSMIC protocols properly
+
+-------------------------------------------------------------------

Old:
----
  waycheck-v1.4.0.tar.gz

New:
----
  waycheck-v1.5.0.tar.gz

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

Other differences:
------------------
++++++ waycheck.spec ++++++
--- /var/tmp/diff_new_pack.QRJHFr/_old  2024-12-20 23:27:41.918876245 +0100
+++ /var/tmp/diff_new_pack.QRJHFr/_new  2024-12-20 23:27:41.922876411 +0100
@@ -19,7 +19,7 @@
 %global qt6_minver 6.5
 
 Name:           waycheck
-Version:        1.4.0
+Version:        1.5.0
 Release:        0
 Summary:        GUI that displays protocols implemented by a Wayland compositor
 

++++++ waycheck-v1.4.0.tar.gz -> waycheck-v1.5.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waycheck-v1.4.0/meson.build 
new/waycheck-v1.5.0/meson.build
--- old/waycheck-v1.4.0/meson.build     2024-10-13 19:25:00.000000000 +0200
+++ new/waycheck-v1.5.0/meson.build     2024-12-20 22:19:33.000000000 +0100
@@ -1,7 +1,7 @@
 project(
     'waycheck',
     'cpp',
-    version: '1.4.0',
+    version: '1.5.0',
     license: 'Apache-2.0',
     meson_version: '>= 0.59.0',
     default_options: ['cpp_std=c++20', 'warning_level=3'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/waycheck-v1.4.0/resources/dev.serebit.Waycheck.metainfo.xml 
new/waycheck-v1.5.0/resources/dev.serebit.Waycheck.metainfo.xml
--- old/waycheck-v1.4.0/resources/dev.serebit.Waycheck.metainfo.xml     
2024-10-13 19:25:00.000000000 +0200
+++ new/waycheck-v1.5.0/resources/dev.serebit.Waycheck.metainfo.xml     
2024-12-20 22:19:33.000000000 +0100
@@ -65,6 +65,17 @@
   </screenshots>
 
   <releases>
+    <release version="1.5.0" date="2024-12-20">
+      
<url>https://gitlab.freedesktop.org/serebit/waycheck/-/releases/v1.5.0</url>
+      <description>
+        <ul>
+          <li>Update upstream protocol list to v1.39</li>
+          <li>Add detection of COSMIC overlap notify protocol</li>
+          <li>Properly detect COSMIC protocols</li>
+          <li>Remove margins on tab view</li>
+        </ul>
+      </description>
+    </release>
     <release version="1.4.0" date="2024-10-13">
       
<url>https://gitlab.freedesktop.org/serebit/waycheck/-/releases/v1.4.0</url>
       <description>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waycheck-v1.4.0/src/protocols.cpp 
new/waycheck-v1.5.0/src/protocols.cpp
--- old/waycheck-v1.4.0/src/protocols.cpp       2024-10-13 19:25:00.000000000 
+0200
+++ new/waycheck-v1.5.0/src/protocols.cpp       2024-12-20 22:19:33.000000000 
+0100
@@ -14,6 +14,7 @@
     add({UPSTREAM, STAGING, "Commit timing", "commit-timing-v1"}, 
{"wp_commit_timing_manager_v1"});
     add({UPSTREAM, STAGING, "Content type hint", "content-type-v1"}, 
{"wp_content_type_manager_v1"});
     add({UPSTREAM, STAGING, "Cursor shape", "cursor-shape-v1"}, 
{"wp_cursor_shape_manager_v1"});
+    add({UPSTREAM, STAGING, "Data control", "ext-data-control-v1"}, 
{"ext_data_control_manager_v1"});
     add({UPSTREAM, STAGING, "DRM lease", "drm-lease-v1"}, 
{"wp_drm_lease_device_v1"});
     add({UPSTREAM, STAGING, "FIFO", "fifo-v1"}, {"wp_fifo_manager_v1"});
     add({UPSTREAM, STAGING, "Image capture source", 
"ext-image-capture-source-v1"}, {"ext_output_image_capture_source_manager_v1", 
"ext_foreign_toplevel_image_capture_source_manager_v1"});
@@ -27,6 +28,7 @@
     add({UPSTREAM, STAGING, "Single-pixel buffer", "single-pixel-buffer-v1"}, 
{"wp_single_pixel_buffer_manager_v1"});
     add({UPSTREAM, STAGING, "Tearing control", "tearing-control-v1"}, 
{"wp_tearing_control_manager_v1"});
     add({UPSTREAM, STAGING, "Transient seat", "ext-transient-seat-v1"}, 
{"ext_transient_seat_manager_v1"});
+    add({UPSTREAM, STAGING, "Workspace", "ext-workspace-v1"}, 
{"ext_workspace_manager_v1"});
     add({UPSTREAM, STAGING, "XDG activation", "xdg-activation-v1"}, 
{"xdg_activation_v1"});
     add({UPSTREAM, STAGING, "XDG dialog", "xdg-dialog-v1"}, 
{"xdg_wm_dialog_v1"});
     add({UPSTREAM, STAGING, "XDG system bell", "xdg-system-bell-v1"}, 
{"xdg_system_bell_v1"});
@@ -87,13 +89,14 @@
     add({KDE, NONE, "Shadow", "shadow"}, {"org_kde_kwin_shadow_manager"});
     add({KDE, NONE, "Slide", "slide"}, {"org_kde_kwin_slide_manager"});
 
-    add({COSMIC, UNSTABLE, "Image source", "cosmic-image-source-unstable-v1"}, 
{"zcosmic_image_source_unstable_v1"});
-    add({COSMIC, UNSTABLE, "Output management", 
"cosmic-output-management-unstable-v1"}, 
{"zcosmic_output_management_unstable_v1"});
-    add({COSMIC, UNSTABLE, "Screencopy", "cosmic-screencopy-unstable-v1"}, 
{"zcosmic_screencopy_unstable_v1"});
-    add({COSMIC, UNSTABLE, "Screencopy v2", "cosmic-screencopy-unstable-v2"}, 
{"zcosmic_screencopy_unstable_v2"});
-    add({COSMIC, UNSTABLE, "Toplevel info", 
"cosmic-toplevel-info-unstable-v1"}, {"zcosmic_toplevel_info_unstable_v1"});
-    add({COSMIC, UNSTABLE, "Toplevel management", 
"cosmic-toplevel-management-unstable-v1"}, 
{"zcosmic_toplevel_management_unstable_v1"});
-    add({COSMIC, UNSTABLE, "Workspace", "cosmic-workspace-unstable-v1"}, 
{"zcosmic_workspace_unstable_v1"});
+    add({COSMIC, UNSTABLE, "Image source", "cosmic-image-source-unstable-v1"}, 
{"zcosmic_output_image_source_manager_v1", 
"zcosmic_workspace_image_source_manager_v1"});
+    add({COSMIC, UNSTABLE, "Output management", 
"cosmic-output-management-unstable-v1"}, {"zcosmic_output_manager_v1"});
+    add({COSMIC, UNSTABLE, "Overlap notify", 
"cosmic-overlap-notify-unstable-v1"}, {"zcosmic_overlap_notify_v1"});
+    add({COSMIC, UNSTABLE, "Screencopy", "cosmic-screencopy-unstable-v1"}, 
{"zcosmic_screencopy_manager_v1"});
+    add({COSMIC, UNSTABLE, "Screencopy v2", "cosmic-screencopy-unstable-v2"}, 
{"zcosmic_screencopy_manager_v2"});
+    add({COSMIC, UNSTABLE, "Toplevel info", 
"cosmic-toplevel-info-unstable-v1"}, {"zcosmic_toplevel_info_v1"});
+    add({COSMIC, UNSTABLE, "Toplevel management", 
"cosmic-toplevel-management-unstable-v1"}, {"zcosmic_toplevel_manager_v1"});
+    add({COSMIC, UNSTABLE, "Workspace", "cosmic-workspace-unstable-v1"}, 
{"zcosmic_workspace_manager_v1"});
 
     add({WESTON, NONE, "Content protection", "weston-content-protection"}, 
{"weston_content_protection"});
     add({WESTON, NONE, "Desktop shell", "weston-desktop-shell"}, 
{"weston_desktop_shell"});
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waycheck-v1.4.0/src/window.ui 
new/waycheck-v1.5.0/src/window.ui
--- old/waycheck-v1.4.0/src/window.ui   2024-10-13 19:25:00.000000000 +0200
+++ new/waycheck-v1.5.0/src/window.ui   2024-12-20 22:19:33.000000000 +0100
@@ -39,16 +39,16 @@
      <number>8</number>
     </property>
     <property name="leftMargin">
-     <number>8</number>
+     <number>0</number>
     </property>
     <property name="topMargin">
      <number>8</number>
     </property>
     <property name="rightMargin">
-     <number>8</number>
+     <number>0</number>
     </property>
     <property name="bottomMargin">
-     <number>8</number>
+     <number>0</number>
     </property>
     <item>
      <widget class="QTabWidget" name="toolBox">

Reply via email to