Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libadwaita for openSUSE:Factory checked in at 2021-11-05 22:58:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libadwaita (Old) and /work/SRC/openSUSE:Factory/.libadwaita.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libadwaita" Fri Nov 5 22:58:43 2021 rev:4 rq:929598 version:1.0.0~alpha.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libadwaita/libadwaita.changes 2021-09-29 20:20:10.259097797 +0200 +++ /work/SRC/openSUSE:Factory/.libadwaita.new.1890/libadwaita.changes 2021-11-05 22:59:03.248297827 +0100 @@ -1,0 +2,111 @@ +Tue Nov 2 21:57:20 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.0.0~alpha.4: + + Depend on meson 0.59.0. + + Action Row: + - Drop use-underline property. + - Stop supporting mnemonics on subtitles. + - Support markup on the title and subtitle. + - Fix layout with empty title and subtitle. + - Don't expand horizontally by default. + - Fix row titles inside GtkMessageDialog. + + Avatar: Crop non-square custom images to fill the avatar. + + Carousel: Fix a crash when scrolling in an empty carousel. + + Clamp: Set the proper accessible role. + + Combo Row: Fix row colors while the popover is open. + + Demo + - Add a style classes demo. + - Add about dialog. + - Add an inspector item to the primary menu. + - Change appid to org.gnome.Adwaita1.Demo to version it. + - Add an icon, metainfo and desktop file. + - Make the desktop file visible for nightly flatpaks. + - Make non-unique. + - Tighten flatpak permissions. + - Various polish. + + Expander Row + - Drop use-underline property. + - Rename adw_expander_row_add() to adw_expander_row_add_row(). + + Inspector: Fix color scheme resetting when opening inspector. + + Preferences Window: Fix a memory leak. + + Status Page: + - Allow setting the icon from a paintable and not just icon + name. + - Set the proper accessible role. + - Reduce margins with the .compact style class. + + Style Manager: + - Fix styles breaking when setting + gtk-application-prefer-dark-theme. + - Fix crash on systems with xdg-desktop-portal but no settings + portal. + - Fix a memory leak. + + Stylesheet: + - New style classes: + . .card to have a style similar to a boxed list for a + standalone widget. Can be combined with .activatable to + have hover and active states, or can be added to GtkButton + to have them automatically. + . button.opaque to allow custom colored buttons in the style + of that look like .suggested-action or .destructive-action. + . tabbar.inline and searchbar.inline - to opt out from using + header bar colors for AdwTabBar and GtkSearchBar. + - Boxed lists: + . Rename .content to .boxed-list to match HIG, keep .content + as an alias. + . Stop supporting .content with GtkListView as it was broken + anyway. + . Fix focus ring offsets. + - Sidebars: + . Use the same background as the window. + . Make .navigation-sidebar handle background, so it's + sufficient to achieve the proper style. + . Deprecate the .sidebar style class. + - Buttons: + . Stop supporting button.flat.suggested-acton and + button.flat.destructive-action. Special case those styles + for GtkMessageDialog buttons instead. + . Support .pill on GtkMenuButton + . Support .suggested-action and .destructive-action on + GtkMenuButton and AdwSplitButton. + . Use toolbar-style buttons for GtkSearchBar. + . Fix AdwSplitButton styles in high contrast mode. + . Reduce disabled flat button opacity to make them easier to + tell apart from the regular state. + - Popovers: + . Drop popover.combo, make popover.menu handle this case + instead. + . Unify GtkDropDown and AdwComboRow popup styles with menus. + . Fix a double border with menu radios in high contrast mode. + - Refresh UI colors. + - Refresh scrollbar style. + - Unify progress bar and level bar sizes and styles. + - Make checks and radios larger. + - Refresh border radii across the board. + - Refresh scroll overshoot effect. + - Remove notebook header background. + - Export all UI colors and allow overriding them. + - Use accent color for active drop styles. + - Ensure proper opacity for the high contrast mode. + - Simplify recoloring for GtkScale, GtkCheckButton, GtkSwitch, + GtkColumnView and AdwTabBar. + - Various toolbar button fixes. + - Make entry.error and .warning style icons and progress bar + too. + - Fix disabled state on GtkScale, GtkNotebook and + GtkSpinButton. + - Fix GtkMessageDialog paddings. + - Fix margins on GtkWindowControls icon. + - Stop removing toolbar.osd rounding in overlays. + - Remove a GtkGridView override specific to gtk4-icon-browser. + + Tab Bar: + - Fix artifacts when maximizing the window. + - Fix hover. + - Handle middle click on button release and not press. + - Show close button correctly when raising the window and the + pointer is already over a tab. + + View Switcher: Fix screen readers reading page titles 4 times. + + Add API to allow checking libadwaita version in runtime. + + Various fixes and cleanups. + + Updated translations. + +------------------------------------------------------------------- Old: ---- libadwaita-1.0.0~alpha.3.obscpio New: ---- libadwaita-1.0.0~alpha.4.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libadwaita.spec ++++++ --- /var/tmp/diff_new_pack.Vcl1Ma/_old 2021-11-05 22:59:03.704298132 +0100 +++ /var/tmp/diff_new_pack.Vcl1Ma/_new 2021-11-05 22:59:03.708298135 +0100 @@ -17,13 +17,14 @@ Name: libadwaita -Version: 1.0.0~alpha.3 +Version: 1.0.0~alpha.4 Release: 0 Summary: Adwaita library for mobile device UIs using GTK/GNOME License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/GNOME/libadwaita Source: %{name}-%{version}.tar.xz -BuildRequires: meson >= 0.53.0 + +BuildRequires: meson >= 0.59.0 BuildRequires: sassc BuildRequires: vala BuildRequires: pkgconfig(fribidi) @@ -61,13 +62,14 @@ This package provides the GObject Introspection bindings for Adwaita. %prep -%setup -q +%autosetup -p1 %build %meson \ -Dexamples=false \ -Dintrospection=enabled \ - -Dinspector=false + -Dinspector=false \ + %{nil} %meson_build %install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Vcl1Ma/_old 2021-11-05 22:59:03.724298145 +0100 +++ /var/tmp/diff_new_pack.Vcl1Ma/_new 2021-11-05 22:59:03.728298148 +0100 @@ -3,8 +3,8 @@ <service name="obs_scm" mode="disabled"> <param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param> <param name="scm">git</param> - <param name="revision">1.0.0.alpha.3</param> - <param name="versionformat">1.0.0~alpha.3</param> + <param name="revision">1.0.0.alpha.4</param> + <param name="versionformat">1.0.0~alpha.4</param> </service> <service mode="buildtime" name="tar" /> <service mode="buildtime" name="recompress"> ++++++ libadwaita-1.0.0~alpha.3.obscpio -> libadwaita-1.0.0~alpha.4.obscpio ++++++ ++++ 24162 lines of diff (skipped) ++++++ libadwaita.obsinfo ++++++ --- /var/tmp/diff_new_pack.Vcl1Ma/_old 2021-11-05 22:59:03.940298289 +0100 +++ /var/tmp/diff_new_pack.Vcl1Ma/_new 2021-11-05 22:59:03.940298289 +0100 @@ -1,5 +1,5 @@ name: libadwaita -version: 1.0.0~alpha.3 -mtime: 1632818062 -commit: 40c19ab2591763a482ebc79c82f1da32eea3bab6 +version: 1.0.0~alpha.4 +mtime: 1635880948 +commit: 6b447fde8f270001a0dc29ef59d3e9bf6d32dae9