Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package adwaita-icon-theme for openSUSE:Factory checked in at 2025-06-20 16:48:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adwaita-icon-theme (Old) and /work/SRC/openSUSE:Factory/.adwaita-icon-theme.new.31170 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adwaita-icon-theme" Fri Jun 20 16:48:04 2025 rev:41 rq:1286725 version:48.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme.changes 2025-05-20 09:36:25.485025472 +0200 +++ /work/SRC/openSUSE:Factory/.adwaita-icon-theme.new.31170/adwaita-icon-theme.changes 2025-06-20 16:48:13.653324496 +0200 @@ -1,0 +2,6 @@ +Tue Jun 17 15:12:57 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 48.1: + + cursors: semantic cleanup of DND cursors. + +------------------------------------------------------------------- Old: ---- adwaita-icon-theme-48.0.obscpio New: ---- adwaita-icon-theme-48.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adwaita-icon-theme.spec ++++++ --- /var/tmp/diff_new_pack.MfZDBI/_old 2025-06-20 16:48:14.329352548 +0200 +++ /var/tmp/diff_new_pack.MfZDBI/_new 2025-06-20 16:48:14.329352548 +0200 @@ -17,7 +17,7 @@ Name: adwaita-icon-theme -Version: 48.0 +Version: 48.1 Release: 0 Summary: GNOME Icon Theme License: CC-BY-SA-3.0 OR LGPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MfZDBI/_old 2025-06-20 16:48:14.361353876 +0200 +++ /var/tmp/diff_new_pack.MfZDBI/_new 2025-06-20 16:48:14.361353876 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git</param> - <param name="revision">@PARENT_TAG@</param> + <param name="revision">48.1</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ adwaita-icon-theme-48.0.obscpio -> adwaita-icon-theme-48.1.obscpio ++++++ Binary files old/adwaita-icon-theme-48.0/Adwaita/cursors/all-resize and new/adwaita-icon-theme-48.1/Adwaita/cursors/all-resize differ Binary files old/adwaita-icon-theme-48.0/Adwaita/cursors/move and new/adwaita-icon-theme-48.1/Adwaita/cursors/move differ Binary files old/adwaita-icon-theme-48.0/Adwaita/cursors/move.cur and new/adwaita-icon-theme-48.1/Adwaita/cursors/move.cur differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adwaita-icon-theme-48.0/NEWS new/adwaita-icon-theme-48.1/NEWS --- old/adwaita-icon-theme-48.0/NEWS 2025-03-14 16:17:10.000000000 +0100 +++ new/adwaita-icon-theme-48.1/NEWS 2025-06-05 11:02:02.000000000 +0200 @@ -1,3 +1,5 @@ +48.1 +- cursors: semantic cleanup of DND cursors (issue #303) 48.0 - symbolic: pan-* old design was in place for -rtl - cursors: added dnd-ask on gtk request diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adwaita-icon-theme-48.0/meson.build new/adwaita-icon-theme-48.1/meson.build --- old/adwaita-icon-theme-48.0/meson.build 2025-03-14 16:17:10.000000000 +0100 +++ new/adwaita-icon-theme-48.1/meson.build 2025-06-05 11:02:02.000000000 +0200 @@ -1,4 +1,4 @@ -project('adwaita-icon-theme', version : '48.0', meson_version : '>= 0.64.0') +project('adwaita-icon-theme', version : '48.1', meson_version : '>= 0.64.0') pkg = import('pkgconfig') pkg.generate( @@ -48,11 +48,12 @@ # Each one is of the form: # 'css-name': ['x11-name', 'x11-name', ...], + 'all-resize': ['fleur'], 'crosshair': ['cross', 'cross_reverse', 'diamond_cross', 'tcross'], # move and dnd-move are separate contexts # https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/286 - 'default': ['arrow', 'dnd-move', 'left_ptr', 'top_left_arrow'], + 'default': ['arrow', 'dnd-move', 'left_ptr', 'top_left_arrow', 'move'], 'e-resize': ['right_side'], 'ew-resize': ['sb_h_double_arrow'], @@ -72,10 +73,6 @@ 'w-resize': ['left_side'], 'wait': ['watch'], - # Currently the move cursor is a 4-pointed arrow, but if its visual - # metaphor ever changes, this should probably become - # 'all-scroll': ['fleur'] as the next-closest equivalent. - 'move': ['fleur'], } foreach src, dests : cursor_symlinks # This acts as an assertion that the src is a cursor that exists diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adwaita-icon-theme-48.0/src/cursors/adwaita.svg new/adwaita-icon-theme-48.1/src/cursors/adwaita.svg --- old/adwaita-icon-theme-48.0/src/cursors/adwaita.svg 2025-03-14 16:17:10.000000000 +0100 +++ new/adwaita-icon-theme-48.1/src/cursors/adwaita.svg 2025-06-05 11:02:02.000000000 +0200 @@ -6,7 +6,7 @@ height="400" id="svg2" sodipodi:version="0.32" - inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)" + inkscape:version="1.4 (e7c3feb100, 2024-10-09)" version="1.0" sodipodi:docname="adwaita.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" @@ -6425,20 +6425,20 @@ objecttolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:zoom="0.70710678" - inkscape:cx="805.39462" - inkscape:cy="198.69701" + inkscape:zoom="2.8284271" + inkscape:cx="151.14407" + inkscape:cy="154.85639" inkscape:document-units="px" - inkscape:current-layer="g1433" + inkscape:current-layer="layer2" width="400px" height="400px" inkscape:showpageshadow="false" borderlayer="true" showgrid="false" - inkscape:window-width="2560" - inkscape:window-height="1371" - inkscape:window-x="20" - inkscape:window-y="20" + inkscape:window-width="1845" + inkscape:window-height="1192" + inkscape:window-x="26" + inkscape:window-y="23" inkscape:window-maximized="0" inkscape:snap-nodes="true" inkscape:snap-bbox="true" @@ -6477,8 +6477,7 @@ inkscape:groupmode="layer" id="layer5" inkscape:label="shadows" - style="display:inline" - sodipodi:insensitive="true"><path + style="display:inline"><path id="path358" style="color:#000000;display:inline;opacity:0.2;fill:#000000;-inkscape-stroke:none;filter:url(#filter662)" d="m 242,23 v 2.5 c 0,0.782663 0.32877,1.448746 0.74609,2 C 242.32877,28.051254 242,28.717337 242,29.5 V 32 h 3 v -2.5 c 0,-0.282064 0.21794,-0.5 0.5,-0.5 h 13 c 0.28206,0 0.5,0.217936 0.5,0.5 V 32 h 3 v -2.5 c 0,-0.782669 -0.32875,-1.448746 -0.74609,-2 C 261.67125,26.948746 262,26.282669 262,25.5 V 23 h -3 v 2.5 c 0,0.282064 -0.21794,0.5 -0.5,0.5 h -13 C 245.21794,26 245,25.782064 245,25.5 V 23 Z" @@ -7555,8 +7554,7 @@ inkscape:groupmode="layer" id="layer1" style="display:inline" - inkscape:highlight-color="#ed333b" - sodipodi:insensitive="true"><g + inkscape:highlight-color="#ed333b"><g style="fill:none" id="g563" transform="rotate(90,120.01563,142.01563)"><path @@ -8773,14 +8771,14 @@ r="2.5" /><path id="rect277" style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" - d="m 94.5,83 v 7.5 H 87 A 0.5,0.5 135 0 0 86.5,91 l 0,2 a 0.5,0.5 45 0 0 0.5,0.5 h 7.5 v 7.5 a 0.5,0.5 45 0 0 0.5,0.5 h 2 A 0.5,0.5 135 0 0 97.5,101 V 93.5 H 105 A 0.5,0.5 135 0 0 105.5,93 V 91 A 0.5,0.5 45 0 0 105,90.5 H 97.5 V 83 A 0.5,0.5 45 0 0 97,82.5 H 95 A 0.5,0.5 135 0 0 94.5,83 Z" + d="m 94.5,83 v 7.5 H 87 A 0.5,0.5 135 0 0 86.5,91 v 2 a 0.5,0.5 45 0 0 0.5,0.5 h 7.5 v 7.5 a 0.5,0.5 45 0 0 0.5,0.5 h 2 A 0.5,0.5 135 0 0 97.5,101 V 93.5 H 105 A 0.5,0.5 135 0 0 105.5,93 V 91 A 0.5,0.5 45 0 0 105,90.5 H 97.5 V 83 A 0.5,0.5 45 0 0 97,82.5 H 95 A 0.5,0.5 135 0 0 94.5,83 Z" inkscape:path-effect="#path-effect278" inkscape:original-d="m 94.5,82.5 c 0,1.952474 0,5.333333 0,8 h -8 v 3 h 8 v 8 h 3 v -8 h 8 v -3 h -8 v -8 z" sodipodi:nodetypes="ccccccccccccc" transform="translate(-5,-1)" /><path id="path278" style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1" - d="m 94.5,83 v 7.5 H 87 A 0.5,0.5 135 0 0 86.5,91 l 0,2 a 0.5,0.5 45 0 0 0.5,0.5 h 7.5 v 7.5 a 0.5,0.5 45 0 0 0.5,0.5 h 2 A 0.5,0.5 135 0 0 97.5,101 V 93.5 H 105 A 0.5,0.5 135 0 0 105.5,93 V 91 A 0.5,0.5 45 0 0 105,90.5 H 97.5 V 83 A 0.5,0.5 45 0 0 97,82.5 H 95 A 0.5,0.5 135 0 0 94.5,83 Z" + d="m 94.5,83 v 7.5 H 87 A 0.5,0.5 135 0 0 86.5,91 v 2 a 0.5,0.5 45 0 0 0.5,0.5 h 7.5 v 7.5 a 0.5,0.5 45 0 0 0.5,0.5 h 2 A 0.5,0.5 135 0 0 97.5,101 V 93.5 H 105 A 0.5,0.5 135 0 0 105.5,93 V 91 A 0.5,0.5 45 0 0 105,90.5 H 97.5 V 83 A 0.5,0.5 45 0 0 97,82.5 H 95 A 0.5,0.5 135 0 0 94.5,83 Z" inkscape:path-effect="#path-effect280" inkscape:original-d="m 94.5,82.5 c 0,1.952474 0,5.333333 0,8 h -8 v 3 h 8 v 8 h 3 v -8 h 8 v -3 h -8 v -8 z" sodipodi:nodetypes="ccccccccccccc" @@ -9504,8 +9502,7 @@ inkscape:groupmode="layer" id="g1433" inkscape:label="-silhouettes" - style="display:none" - sodipodi:insensitive="true"><path + style="display:none"><path id="path1281" style="color:#000000;opacity:0.5;fill:#3584e4;-inkscape-stroke:none" d="m 242,22 v 2.5 c 0,0.782663 0.32877,1.448746 0.74609,2 C 242.32877,27.051254 242,27.717337 242,28.5 V 31 h 3 v -2.5 c 0,-0.282064 0.21794,-0.5 0.5,-0.5 h 13 c 0.28206,0 0.5,0.217936 0.5,0.5 V 31 h 3 v -2.5 c 0,-0.782669 -0.32875,-1.448746 -0.74609,-2 C 261.67125,25.948746 262,25.282669 262,24.5 V 22 h -3 v 2.5 c 0,0.282064 -0.21794,0.5 -0.5,0.5 h -13 C 245.21794,25 245,24.782064 245,24.5 V 22 Z" @@ -10046,8 +10043,7 @@ id="layer6" inkscape:label="-logo" inkscape:highlight-color="#77767b" - style="display:inline" - sodipodi:insensitive="true"><text + style="display:inline"><text id="text17930" y="346" x="136.76958" @@ -10068,8 +10064,7 @@ inkscape:groupmode="layer" id="layer7" inkscape:label="-no-export" - style="display:inline" - sodipodi:insensitive="true"><circle + style="display:inline"><circle style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="circle6622" cx="176.66092" @@ -10609,30 +10604,29 @@ id="text2652"><tspan x="-394.50394" y="44.285324" - id="tspan10"><tspan + id="tspan2"><tspan style="-inkscape-font-specification:sans-serif" - id="tspan9">The shadows layer is two duplicates of the </tspan></tspan><tspan + id="tspan1">The shadows layer is two duplicates of the </tspan></tspan><tspan x="-394.50394" y="64.285324" - id="tspan12"><tspan + id="tspan4"><tspan style="-inkscape-font-specification:sans-serif" - id="tspan11">silhouttes layer with offsets and an </tspan></tspan><tspan + id="tspan3">silhouttes layer with offsets and an </tspan></tspan><tspan x="-394.50394" y="84.285324" - id="tspan14"><tspan + id="tspan6"><tspan style="-inkscape-font-specification:sans-serif" - id="tspan13">Inkscape basic Blur filter applied to all </tspan></tspan><tspan + id="tspan5">Inkscape basic Blur filter applied to all </tspan></tspan><tspan x="-394.50394" y="104.28532" - id="tspan16"><tspan + id="tspan8"><tspan style="-inkscape-font-specification:sans-serif" - id="tspan15">objects at once.</tspan></tspan></text></g><g + id="tspan7">objects at once.</tspan></tspan></text></g><g inkscape:groupmode="layer" id="layer2" inkscape:label="slices" - style="display:none" - inkscape:highlight-color="#3584e4" - sodipodi:insensitive="true"><rect + style="display:inline" + inkscape:highlight-color="#3584e4"><rect style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5;fill:#f6d32d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="default" width="24" @@ -11653,7 +11647,7 @@ x="16" height="24" width="24" - id="move" + id="all-resize" style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5;fill:#f6d32d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" /><rect style="color:#000000;display:block;overflow:visible;visibility:visible;opacity:0.5;fill:#f6d32d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:accumulate" id="all-scroll" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/adwaita-icon-theme-48.0/src/cursors/cursorgen.py new/adwaita-icon-theme-48.1/src/cursors/cursorgen.py --- old/adwaita-icon-theme-48.0/src/cursors/cursorgen.py 2025-03-14 16:17:10.000000000 +0100 +++ new/adwaita-icon-theme-48.1/src/cursors/cursorgen.py 2025-06-05 11:02:02.000000000 +0200 @@ -12,6 +12,7 @@ nominal_size = 24 cursors = { "alias": (18, 5), + "all-resize": (12, 11), "all-scroll": (11, 11), "cell": (11, 11), "col-resize": (12, 12), @@ -24,7 +25,6 @@ "grab": (11, 2), "grabbing": (9, 5), "help": (12, 21), - "move": (12, 11), "ne-resize": (15, 10), "nesw-resize": (11, 11), "no-drop": (3, 1), Binary files old/adwaita-icon-theme-48.0/src/cursors/pngs/24x24/all-resize.png and new/adwaita-icon-theme-48.1/src/cursors/pngs/24x24/all-resize.png differ Binary files old/adwaita-icon-theme-48.0/src/cursors/pngs/30x30/all-resize.png and new/adwaita-icon-theme-48.1/src/cursors/pngs/30x30/all-resize.png differ Binary files old/adwaita-icon-theme-48.0/src/cursors/pngs/36x36/all-resize.png and new/adwaita-icon-theme-48.1/src/cursors/pngs/36x36/all-resize.png differ Binary files old/adwaita-icon-theme-48.0/src/cursors/pngs/48x48/all-resize.png and new/adwaita-icon-theme-48.1/src/cursors/pngs/48x48/all-resize.png differ Binary files old/adwaita-icon-theme-48.0/src/cursors/pngs/72x72/all-resize.png and new/adwaita-icon-theme-48.1/src/cursors/pngs/72x72/all-resize.png differ Binary files old/adwaita-icon-theme-48.0/src/cursors/pngs/96x96/all-resize.png and new/adwaita-icon-theme-48.1/src/cursors/pngs/96x96/all-resize.png differ ++++++ adwaita-icon-theme.obsinfo ++++++ --- /var/tmp/diff_new_pack.MfZDBI/_old 2025-06-20 16:48:15.465399690 +0200 +++ /var/tmp/diff_new_pack.MfZDBI/_new 2025-06-20 16:48:15.469399856 +0200 @@ -1,5 +1,5 @@ name: adwaita-icon-theme -version: 48.0 -mtime: 1741965430 -commit: 68d76f910d4528bca8874ee3fb1a07a0d2d9753b +version: 48.1 +mtime: 1749114122 +commit: cd08cb3dfd63e6ad6bff9c1d88490280b0f9a7af