Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libadwaita for openSUSE:Factory checked in at 2023-02-14 16:42:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libadwaita (Old) and /work/SRC/openSUSE:Factory/.libadwaita.new.27156 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libadwaita" Tue Feb 14 16:42:56 2023 rev:15 rq:1065576 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libadwaita/libadwaita.changes 2023-01-10 14:59:44.441183968 +0100 +++ /work/SRC/openSUSE:Factory/.libadwaita.new.27156/libadwaita.changes 2023-02-14 16:42:58.601571819 +0100 @@ -1,0 +2,17 @@ +Sun Feb 12 12:13:17 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 1.2.2: + + AboutWindow: Prevent double clicks from opening troubleshooting + page. + + AdwLeaflet: Fix can-unfold=false. + + AdwSpringAnimation: Fix critical damping velocity. + + AdwSwipeable: Fix get_swipe_area() fallback. + + AdwToastOverlay: + - Don't focus buttons on click. + - Prevent toast labels from wrapping. + + Demo: Fix the switch on the avatar page. + + Stylesheet: Fix GtkLevelBar fill colors. + + Fix dependency names in docs. + + Updated translations. + +------------------------------------------------------------------- Old: ---- libadwaita-1.2.1.obscpio New: ---- libadwaita-1.2.2.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libadwaita.spec ++++++ --- /var/tmp/diff_new_pack.ZpAuri/_old 2023-02-14 16:42:59.409576614 +0100 +++ /var/tmp/diff_new_pack.ZpAuri/_new 2023-02-14 16:42:59.413576638 +0100 @@ -17,7 +17,7 @@ Name: libadwaita -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Building blocks for modern GNOME applications License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ZpAuri/_old 2023-02-14 16:42:59.437576780 +0100 +++ /var/tmp/diff_new_pack.ZpAuri/_new 2023-02-14 16:42:59.441576804 +0100 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/1.2.1</param> + <param name="revision">refs/tags/1.2.2</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ libadwaita-1.2.1.obscpio -> libadwaita-1.2.2.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/NEWS new/libadwaita-1.2.2/NEWS --- old/libadwaita-1.2.1/NEWS 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/NEWS 2023-02-11 19:08:48.000000000 +0100 @@ -1,4 +1,27 @@ ============= +Version 1.2.2 +============= + +- AboutWindow + - Prevent double clicks from opening troubleshooting page +- AdwLeaflet + - Fix can-unfold=false +- AdwSpringAnimation + - Fix critical damping velocity +- AdwSwipeable + - Fix get_swipe_area() fallback +- AdwToastOverlay + - Don't focus buttons on click + - Prevent toast labels from wrapping +- Demo + - Fix the switch on the avatar page +- Stylesheet + - Fix GtkLevelBar fill colors +- Fix dependency names in docs +- Translation updates + - French + +============= Version 1.2.1 ============= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/demo/pages/avatar/adw-demo-page-avatar.ui new/libadwaita-1.2.2/demo/pages/avatar/adw-demo-page-avatar.ui --- old/libadwaita-1.2.1/demo/pages/avatar/adw-demo-page-avatar.ui 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/demo/pages/avatar/adw-demo-page-avatar.ui 2023-02-11 19:08:48.000000000 +0100 @@ -20,7 +20,7 @@ <object class="AdwAvatar" id="avatar"> <property name="valign">center</property> <property name="size" bind-source="size" bind-property="value" bind-flags="sync-create"></property> - <property name="show-initials" bind-source="show_initials" bind-property="state" bind-flags="sync-create"/> + <property name="show-initials" bind-source="show_initials" bind-property="active" bind-flags="sync-create"/> <property name="text" bind-source="text" bind-property="text" bind-flags="sync-create"/> <property name="margin-bottom">36</property> </object> @@ -74,7 +74,7 @@ <child> <object class="GtkSwitch" id="show_initials"> <property name="valign">center</property> - <property name="state">True</property> + <property name="active">True</property> </object> </child> </object> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/doc/libadwaita.toml.in new/libadwaita-1.2.2/doc/libadwaita.toml.in --- old/libadwaita-1.2.1/doc/libadwaita.toml.in 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/doc/libadwaita.toml.in 2023-02-11 19:08:48.000000000 +0100 @@ -20,7 +20,7 @@ docs_url = "https://developer.gnome.org/gobject/stable" [dependencies."Gtk-4.0"] -name = "GTK" +name = "Gtk" description = "The GTK toolkit" docs_url = "https://docs.gtk.org/gtk4/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/meson.build new/libadwaita-1.2.2/meson.build --- old/libadwaita-1.2.1/meson.build 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/meson.build 2023-02-11 19:08:48.000000000 +0100 @@ -1,5 +1,5 @@ project('libadwaita', 'c', - version: '1.2.1', + version: '1.2.2', license: 'LGPL-2.1-or-later', meson_version: '>= 0.59.0', default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ], @@ -29,7 +29,7 @@ # to 0. When bumping the second version, set the third one to zero. # # A lot easier than libtool, right? -libversion = '0.2.1' +libversion = '0.2.2' # The so major version of the library soversion = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/po/fr.po new/libadwaita-1.2.2/po/fr.po --- old/libadwaita-1.2.1/po/fr.po 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/po/fr.po 2023-02-11 19:08:48.000000000 +0100 @@ -3,23 +3,261 @@ # This file is distributed under the same license as the libhandy package. # Adrien Plazas <kekun.pla...@laposte.net>, 2020 # Claude Paroz <cla...@2xlibre.net>, 2020-2021 +# Charles Monzat <charles.mon...@free.fr>, 2022. # msgid "" msgstr "" "Project-Id-Version: libhandy master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/libadwaita/issues\n" -"POT-Creation-Date: 2022-05-04 16:49+0000\n" -"PO-Revision-Date: 2022-05-24 13:37+0200\n" -"Last-Translator: Claude Paroz <cla...@2xlibre.net>\n" +"POT-Creation-Date: 2022-10-15 07:14+0000\n" +"PO-Revision-Date: 2022-10-15 10:14+0200\n" +"Last-Translator: Charles Monzat <charles.mon...@free.fr>\n" "Language-Team: GNOME French Team <gnom...@traduc.org>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 3.0.1\n" +"X-Generator: Gtranslator 40.0\n" -#: src/adw-entry-row.ui:93 +#: src/adw-about-window.c:203 +msgid "GNU General Public License, version 2 or later" +msgstr "Licence publique générale GNU, version 2 ou ultérieure" + +#: src/adw-about-window.c:204 +msgid "GNU General Public License, version 3 or later" +msgstr "Licence publique générale GNU, version 3 ou ultérieure" + +#: src/adw-about-window.c:205 +msgid "GNU Lesser General Public License, version 2.1 or later" +msgstr "Licence publique générale limitée GNU, version 2.1 ou ultérieure" + +#: src/adw-about-window.c:206 +msgid "GNU Lesser General Public License, version 3 or later" +msgstr "Licence publique générale limitée GNU, version 3 ou ultérieure" + +#: src/adw-about-window.c:207 +msgid "BSD 2-Clause License" +msgstr "Licence BSD à 2 clauses" + +#: src/adw-about-window.c:208 +msgid "The MIT License (MIT)" +msgstr "Licence MIT" + +#: src/adw-about-window.c:209 +msgid "Artistic License 2.0" +msgstr "Licence artistique 2.0" + +#: src/adw-about-window.c:210 +msgid "GNU General Public License, version 2 only" +msgstr "Licence publique générale GNU, version 2 uniquement" + +#: src/adw-about-window.c:211 +msgid "GNU General Public License, version 3 only" +msgstr "Licence publique générale GNU, version 3 uniquement" + +#: src/adw-about-window.c:212 +msgid "GNU Lesser General Public License, version 2.1 only" +msgstr "Licence publique générale limitée GNU, version 2.1 uniquement" + +#: src/adw-about-window.c:213 +msgid "GNU Lesser General Public License, version 3 only" +msgstr "Licence publique générale limitée GNU, version 3 uniquement" + +#: src/adw-about-window.c:214 +msgid "GNU Affero General Public License, version 3 or later" +msgstr "Licence publique générale GNU Affero, version 3 ou ultérieure" + +#: src/adw-about-window.c:215 +msgid "GNU Affero General Public License, version 3 only" +msgstr "Licence publique générale GNU Affero, version 3 uniquement" + +#: src/adw-about-window.c:216 +msgid "BSD 3-Clause License" +msgstr "Licence BSD à 3 clauses" + +#: src/adw-about-window.c:217 +msgid "Apache License, Version 2.0" +msgstr "Licence Apache, version 2.0" + +#: src/adw-about-window.c:218 +msgid "Mozilla Public License 2.0" +msgstr "Licence publique Mozilla 2.0" + +#: src/adw-about-window.c:526 +msgid "Code by" +msgstr "Code par" + +#: src/adw-about-window.c:527 +msgid "Design by" +msgstr "Conception par" + +#: src/adw-about-window.c:528 +msgid "Artwork by" +msgstr "Graphisme par" + +#: src/adw-about-window.c:529 +msgid "Documentation by" +msgstr "Documentation par" + +#: src/adw-about-window.c:530 +msgid "Translated by" +msgstr "Traduit par" + +#. Translators: this is the license preamble; the string at the end +#. * contains the name of the license as link text. +#. +#: src/adw-about-window.c:559 +#, c-format +msgid "" +"This application comes with absolutely no warranty. See the <a " +"href=\"%s\">%s</a> for details." +msgstr "" +"Ce programme est fourni sans aucune garantie. Pour plus de détails, visitez " +"<a href=\"%s\">%s</a>." + +#: src/adw-about-window.c:637 +msgid "This Application" +msgstr "Cette application" + +#: src/adw-about-window.c:939 +#, c-format +msgid "Version %s" +msgstr "Version %s" + +#: src/adw-about-window.c:965 +msgid "Unable to parse release notes:" +msgstr "Impossible dâanalyser les notes de version :" + +#: src/adw-about-window.c:971 +#, c-format +msgid "Line: %d, character: %d" +msgstr "Ligne : %d, caractère : %d" + +#: src/adw-about-window.c:1264 +msgid "Copied to clipboard" +msgstr "Copié dans le presse-papiers" + +#: src/adw-about-window.c:1299 +msgid "Unable to save debugging information" +msgstr "Impossible dâenregistrer les informations de débogage" + +#: src/adw-about-window.c:1304 +msgid "Close" +msgstr "Fermer" + +#: src/adw-about-window.c:1322 +msgid "Save debugging information" +msgstr "Enregistrer les informations de débogage" + +#: src/adw-about-window.c:1325 +msgid "_Save" +msgstr "_Enregistrer" + +#: src/adw-about-window.c:1326 +msgid "_Cancel" +msgstr "A_nnuler" + +#: src/adw-about-window.ui:5 +msgid "About" +msgstr "à propos" + +#: src/adw-about-window.ui:123 +msgid "_Whatâs New" +msgstr "Q_uoi de neuf" + +#: src/adw-about-window.ui:138 +msgid "_Details" +msgstr "_Détails" + +#: src/adw-about-window.ui:153 src/adw-about-window.ui:395 +msgid "_Website" +msgstr "Site _web" + +#: src/adw-about-window.ui:176 +msgid "_Support Questions" +msgstr "_Questions dâassistance" + +#: src/adw-about-window.ui:192 +msgid "_Report an Issue" +msgstr "_Signaler un problème" + +#: src/adw-about-window.ui:207 +msgid "_Troubleshooting" +msgstr "Dé_pannage" + +#: src/adw-about-window.ui:226 +msgid "_Credits" +msgstr "_Crédits" + +#: src/adw-about-window.ui:241 +msgid "_Legal" +msgstr "Mentions _légales" + +#: src/adw-about-window.ui:256 +msgid "_Acknowledgements" +msgstr "_Remerciements" + +#: src/adw-about-window.ui:295 +msgid "Whatâs New" +msgstr "Quoi de neuf" + +#: src/adw-about-window.ui:300 src/adw-about-window.ui:356 +#: src/adw-about-window.ui:437 src/adw-about-window.ui:512 +#: src/adw-about-window.ui:559 src/adw-about-window.ui:606 +#: src/adw-about-window.ui:653 +msgid "Back" +msgstr "Retour" + +#: src/adw-about-window.ui:351 +msgid "Details" +msgstr "Détails" + +#: src/adw-about-window.ui:432 +msgid "Troubleshooting" +msgstr "Dépannage" + +#: src/adw-about-window.ui:461 +msgid "" +"To assist in troubleshooting, you can view your debugging information. " +"Providing this information to the application developers can help diagnose " +"any problems you encounter when you report an issue." +msgstr "" +"Pour faciliter le dépannage, vous pouvez visualiser vos informations de " +"débogage. Le fait de fournir ces informations aux développeurs " +"dâapplications peut aider à diagnostiquer les problèmes que vous rencontrez " +"lorsque vous signalez une anomalie." + +#: src/adw-about-window.ui:472 +msgid "_Debugging Information" +msgstr "Informations de dé_bogage" + +#: src/adw-about-window.ui:507 +msgid "Credits" +msgstr "Crédits" + +#: src/adw-about-window.ui:554 +msgid "Legal" +msgstr "Mentions légales" + +#: src/adw-about-window.ui:601 +msgid "Acknowledgements" +msgstr "Remerciements" + +#: src/adw-about-window.ui:648 +msgid "Debugging Information" +msgstr "Informations de débogage" + +#: src/adw-about-window.ui:696 +#| msgid "_Show Text" +msgid "_Copy Text" +msgstr "_Copier le texte" + +#: src/adw-about-window.ui:703 +msgid "_Save asâ¦" +msgstr "Enregistrer _sousâ¦" + +#: src/adw-entry-row.ui:95 msgid "Apply" msgstr "Appliquer" @@ -72,15 +310,15 @@ msgid "Show Text" msgstr "Afficher le texte" -#: src/adw-password-entry-row.c:168 +#: src/adw-password-entry-row.c:169 msgid "Caps Lock is on" msgstr "Le verrouillage des majuscules est activé" -#: src/adw-password-entry-row.c:176 +#: src/adw-password-entry-row.c:177 msgid "_Show Text" msgstr "_Afficher le texte" -#: src/adw-preferences-window.c:242 +#: src/adw-preferences-window.c:245 msgid "Untitled page" msgstr "Page sans titre" @@ -99,3 +337,7 @@ #: src/adw-preferences-window.ui:140 msgid "Try a different search." msgstr "Essayer une recherche différente." + +#: src/adw-tab.ui:88 +msgid "Close Tab" +msgstr "Fermer lâonglet" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/adw-about-window.c new/libadwaita-1.2.2/src/adw-about-window.c --- old/libadwaita-1.2.1/src/adw-about-window.c 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/adw-about-window.c 2023-02-11 19:08:48.000000000 +0100 @@ -1217,7 +1217,7 @@ const char *name = g_variant_get_string (params, NULL); gtk_stack_set_visible_child_name (GTK_STACK (self->subpage_stack), name); - adw_leaflet_navigate (ADW_LEAFLET (self->leaflet), ADW_NAVIGATION_DIRECTION_FORWARD); + adw_leaflet_set_visible_child (ADW_LEAFLET (self->leaflet), self->subpage_stack); } static void diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/adw-leaflet.c new/libadwaita-1.2.2/src/adw-leaflet.c --- old/libadwaita-1.2.1/src/adw-leaflet.c 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/adw-leaflet.c 2023-02-11 19:08:48.000000000 +0100 @@ -847,10 +847,12 @@ adw_timed_animation_set_value_to (ADW_TIMED_ANIMATION (self->mode_transition.animation), target); - if (self->can_unfold) + if (self->can_unfold) { adw_animation_play (self->mode_transition.animation); - else + } else { + adw_animation_reset (self->mode_transition.animation); adw_animation_skip (self->mode_transition.animation); + } } static void @@ -3060,7 +3062,7 @@ self->can_unfold = can_unfold; - gtk_widget_queue_allocate (GTK_WIDGET (self)); + gtk_widget_queue_resize (GTK_WIDGET (self)); g_object_notify_by_pspec (G_OBJECT (self), props[PROP_CAN_UNFOLD]); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/adw-spring-animation.c new/libadwaita-1.2.2/src/adw-spring-animation.c --- old/libadwaita-1.2.1/src/adw-spring-animation.c 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/adw-spring-animation.c 2023-02-11 19:08:48.000000000 +0100 @@ -124,6 +124,13 @@ * for the differential equation m*áº+b*áº+kx = 0 */ + /* Critically damped */ + if (G_APPROX_VALUE (beta, omega0, FLT_EPSILON)) { + if (velocity) + *velocity = envelope * (-beta * t * v0 - beta * beta * t * x0 + v0); + return self->value_to + envelope * (x0 + (beta * x0 + v0) * t); + } + /* Underdamped */ if (beta < omega0) { double omega1 = sqrt ((omega0 * omega0) - (beta * beta)); @@ -141,11 +148,7 @@ *velocity = envelope * (v0 * coshl (omega2 * t) + (omega2 * x0 - (beta * beta * x0 + beta * v0) / omega2) * sinhl (omega2 * t)); return self->value_to + envelope * (x0 * coshl (omega2 * t) + ((beta * x0 + v0) / omega2) * sinhl (omega2 * t)); } - - /* Critically damped */ - if (velocity) - *velocity = envelope * (beta * x0 + v0) * (1 - beta); - return self->value_to + envelope * (x0 + (beta * x0 + v0) * t); + g_assert_not_reached (); } static guint diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/adw-swipeable.c new/libadwaita-1.2.2/src/adw-swipeable.c --- old/libadwaita-1.2.1/src/adw-swipeable.c 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/adw-swipeable.c 2023-02-11 19:08:48.000000000 +0100 @@ -23,8 +23,21 @@ G_DEFINE_INTERFACE (AdwSwipeable, adw_swipeable, GTK_TYPE_WIDGET) static void +adw_swipeable_default_get_swipe_area (AdwSwipeable *self, + AdwNavigationDirection navigation_direction, + gboolean is_drag, + GdkRectangle *rect) +{ + rect->x = 0; + rect->y = 0; + rect->width = gtk_widget_get_width (GTK_WIDGET (self)); + rect->height = gtk_widget_get_height (GTK_WIDGET (self)); +} + +static void adw_swipeable_default_init (AdwSwipeableInterface *iface) { + iface->get_swipe_area = adw_swipeable_default_get_swipe_area; } /** @@ -158,13 +171,5 @@ iface = ADW_SWIPEABLE_GET_IFACE (self); - if (iface->get_swipe_area) { - iface->get_swipe_area (self, navigation_direction, is_drag, rect); - return; - } - - rect->x = 0; - rect->y = 0; - rect->width = gtk_widget_get_width (GTK_WIDGET (self)); - rect->height = gtk_widget_get_height (GTK_WIDGET (self)); + iface->get_swipe_area (self, navigation_direction, is_drag, rect); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/adw-toast-widget.c new/libadwaita-1.2.2/src/adw-toast-widget.c --- old/libadwaita-1.2.1/src/adw-toast-widget.c 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/adw-toast-widget.c 2023-02-11 19:08:48.000000000 +0100 @@ -131,6 +131,7 @@ gtk_label_set_ellipsize (GTK_LABEL (title), PANGO_ELLIPSIZE_END); gtk_label_set_xalign (GTK_LABEL (title), 0.0); gtk_label_set_use_markup (GTK_LABEL (title), TRUE); + gtk_label_set_single_line_mode (GTK_LABEL (title), TRUE); gtk_widget_add_css_class (title, "heading"); g_object_bind_property (self->toast, "title", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/adw-toast-widget.ui new/libadwaita-1.2.2/src/adw-toast-widget.ui --- old/libadwaita-1.2.1/src/adw-toast-widget.ui 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/adw-toast-widget.ui 2023-02-11 19:08:48.000000000 +0100 @@ -31,6 +31,7 @@ <object class="GtkButton" id="action_button"> <property name="valign">center</property> <property name="use-underline">True</property> + <property name="focus-on-click">False</property> <binding name="visible"> <closure type="gboolean" function="string_is_not_empty"> <lookup name="button-label" type="AdwToast"> @@ -60,6 +61,7 @@ <object class="GtkButton" id="close_button"> <property name="valign">center</property> <property name="icon-name">window-close-symbolic</property> + <property name="focus-on-click">False</property> <signal name="clicked" handler="dismiss" swapped="yes"/> <style> <class name="circular"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libadwaita-1.2.1/src/stylesheet/widgets/_level-bar.scss new/libadwaita-1.2.2/src/stylesheet/widgets/_level-bar.scss --- old/libadwaita-1.2.1/src/stylesheet/widgets/_level-bar.scss 2023-01-06 15:29:50.000000000 +0100 +++ new/libadwaita-1.2.2/src/stylesheet/widgets/_level-bar.scss 2023-02-11 19:08:48.000000000 +0100 @@ -70,7 +70,7 @@ // level bar colours > block { &.low { - background-color: $warning_color; + background-color: $warning_bg_color; } &.high, @@ -79,7 +79,7 @@ } &.full { - background-color: $success_color; + background-color: $success_bg_color; } &.empty { ++++++ libadwaita.obsinfo ++++++ --- /var/tmp/diff_new_pack.ZpAuri/_old 2023-02-14 16:42:59.785578845 +0100 +++ /var/tmp/diff_new_pack.ZpAuri/_new 2023-02-14 16:42:59.789578869 +0100 @@ -1,5 +1,5 @@ name: libadwaita -version: 1.2.1 -mtime: 1673015390 -commit: 3335e58f92bdef8c63cbca3ba92a24f670b2a80b +version: 1.2.2 +mtime: 1676138928 +commit: d930c2925cb48176742ee029991b908eccf3a92c