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-03-24 15:17:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libadwaita (Old)
 and      /work/SRC/openSUSE:Factory/.libadwaita.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libadwaita"

Fri Mar 24 15:17:01 2023 rev:17 rq:1073166 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libadwaita/libadwaita.changes    2023-03-07 
16:49:20.673272037 +0100
+++ /work/SRC/openSUSE:Factory/.libadwaita.new.31432/libadwaita.changes 
2023-03-24 15:17:07.425850720 +0100
@@ -1,0 +2,153 @@
+Fri Mar 17 15:36:32 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.3.1:
+  + AdwAboutWindow: Add a missing Since annotation
+  + AdwCarousel: Fix allocation
+  + AdwFlap:
+    - Add a missing setter annotation for :fold-policy
+    - Correctly measure separator
+    - Avoid notify emissions in dispose()
+  + AdwTabBar: Fix clipped labels
+  + AdwTabOverview
+    - Fix clipped labels
+    - Add a translator comment for "%u tabs"
+  + Demo: Open primary menu with F10
+  + Don't show marshal functions in docs
+- Changes from version 1.3.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  6 14:35:24 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.3.rc:
+  + Build: Depend on GTK 4.9.5
+  + AdwApplication: Disable style loading if Granite is present
+  + AdwAvatar: Improve filtering for custom images
+  + AdwCarousel: Doc updates
+  + AdwEntryRow: Fix :disabled styles
+  + AdwExpanderRow: Expose expanded state for a11y
+  + AdwPropertyAnimationTarget: Remove critical when finalizing the
+    object before the target
+  + AdwSplitButton:
+    - Correctly set a11y relations
+    - Add a default tooltip to the dropdown
+  + AdwStyleManager:
+    - Fix regressions from 1.3.beta
+    - Disable built-in styles if Granite is present
+  + AdwTabOverview: Clarify docs
+  + AdwToastOverlay: Fix a use-after-free when quickly creating and
+    dismissing toasts
+  + Docs:
+    - Update named color descriptions
+    - Update .linked widget list to keep up with GTK 4.9.x
+    - Mention AdwHeaderBar along with GtkHeaderBar
+  + Stylesheet:
+    - Fix page switcher in GtkShortcutsWindow
+    - Fix GtkSearchBar spacing
+  + Memory leak fixes
+  + Various cleanups
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  6 14:35:23 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 1.3.beta:
+  + AboutWindow:
+    - Prevent double clicks from opening troubleshooting page
+    - Fix a GTK 4.9.x deprecation
+  + AdwActionRow: Add :subtitle-selectable
+  + AdwAnimation: Add :follow-enable-animations-setting
+  + AdwBanner: Sizing fixes
+  + AdwEntryRow: Make accessible
+  + AdwLeaflet: Fix can-unfold=false
+  + AdwMessageDialog: Increase spacing when heading or body are
+    missing
+  + AdwSpringAnimation:
+    - Add calculate_value() and calculate_velocity()
+    - Fix unsafe float comparisons
+    - Fix critical damping velocity
+  + AdwStyleManager: Support color schemes and high contrast on
+    Windows
+  + AdwSwipeable: Fix get_swipe_area() fallback
+  + AdwTabBar, AdwTabOverview: Emit ::extra-drag-value on ::enter
+  + AdwTabButton:
+    - Fix needs-attention dot after viewing AdwTabPages in
+      inspector
+    - Fix warning when building in Visual Studio
+  + AdwTabView: Make accessible
+  + AdwToastOverlay:
+    - Don't focus buttons on click
+    - Prevent toast labels from wrapping
+  + AdwViewStack: Make accessible
+  + Demo:
+    - Don't follow "enable animations" setting for the demo
+      animation
+    - Fix the switch on the avatar page
+  + Stylesheet:
+    - Style GtkMenuBar like header bars and similar widgets
+    - Add minimum width to menu popovers
+    - Fix GtkLevelBar fill colors
+    - Fix GtkFileDialog path bar padding
+    - Fix GtkAssistant sidebar color
+    - Support marked days in GtkCalendar
+  + Documentation fixes
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  6 14:35:22 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Update to version 1.3.alpha:
+  + Introduce AdwBanner.
+  + Introduce AdwTabButton and AdwTabOverview.
+  + Fix or silence GTK 4.9.x deprecations.
+  + Require GTK 4.9.2 and GLib 2.72.0.
+  + Add developer name to metainfo.
+  + AdwActionRow:
+    - Deprecate icon-name property.
+    - Fix spacing after removing all prefixes/suffixes.
+  + AdwAvatar: Correctly redraw on custom image changes.
+  + AdwEntryRow:
+    - Add adw_entry_row_grab_focus_without_selecting().
+    - Respect use-markup property.
+    - Fix error/warning/success styles.
+    - Fix spacing after removing all prefixes/suffixes.
+  + AdwExpanderRow:
+    - Add title-lines and subtitle-lines properties.
+    - Deprecate icon-name property.
+    - Fix spacing after removing all prefixes/suffixes.
+  + AdwFlap: Fix natural width with fold-policy=never.
+  + AdwMessageDialog:
+    - Add adw_message_dialog_choose().
+    - Fix focus styles in RTL.
+    - Refactor adaptive layout.
+  + AdwTabBar:
+    - Add preload property and extra-drag-value signal.
+    - Fix focus handling.
+    - Fix autoscroll for non-local drags.
+  + AdwTabView:
+    - Update default tab icon.
+    - Rewrite internals to allow overview thumbnails for inactive
+      pages.
+  + AdwPreferencesPage: Add a function to scroll to top.
+  + AdwPreferencesWindow: Fix a memory leak.
+  + AdwSplitButton: Don't make dropdown insensitive when the button
+    is.
+  + AdwSpringAnimation: Correctly mark as final.
+  + AdwToastOverlay: Clarify documentation.
+  + AdwViewSwitcherBar: Fix typos in examples.
+  + AdwViewSwitcherTitle: Fix typos in examples.
+  + Demo:
+    - Update icons.
+    - Make tabs demo adaptive using the new widgets.
+    - Use G_DEFINE_FINAL_TYPE where appropriate.
+  + Doc:
+    - Rename visual index to widget gallery.
+    - Stop marking symbols from 1.0 as such to reduce clutter.
+  + Stylesheet:
+    - Fix GtkSpinButton inside toolbars.
+    - Update for file chooser changes.
+    - Use accent color for default list/grid selection.
+  + Tests: Introduce manual tests in tests/manual/.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libadwaita-1.2.3.obscpio

New:
----
  libadwaita-1.3.1.obscpio

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

Other differences:
------------------
++++++ libadwaita.spec ++++++
--- /var/tmp/diff_new_pack.sP8ak2/_old  2023-03-24 15:17:07.993853752 +0100
+++ /var/tmp/diff_new_pack.sP8ak2/_new  2023-03-24 15:17:08.001853795 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           libadwaita
-Version:        1.2.3
+Version:        1.3.1
 Release:        0
 Summary:        Building blocks for modern GNOME applications
 License:        LGPL-2.1-or-later
@@ -31,9 +31,9 @@
 BuildRequires:  vala
 BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(gi-docgen)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.66
+BuildRequires:  pkgconfig(glib-2.0) >= 2.72
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk4) >= 4.5.0
+BuildRequires:  pkgconfig(gtk4) >= 4.9.5
 %lang_package
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sP8ak2/_old  2023-03-24 15:17:08.029853944 +0100
+++ /var/tmp/diff_new_pack.sP8ak2/_new  2023-03-24 15:17:08.033853966 +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.3</param>
+    <param name="revision">refs/tags/1.3.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ libadwaita-1.2.3.obscpio -> libadwaita-1.3.1.obscpio ++++++
++++ 40129 lines of diff (skipped)

++++++ libadwaita.obsinfo ++++++
--- /var/tmp/diff_new_pack.sP8ak2/_old  2023-03-24 15:17:08.457856229 +0100
+++ /var/tmp/diff_new_pack.sP8ak2/_new  2023-03-24 15:17:08.461856250 +0100
@@ -1,5 +1,5 @@
 name: libadwaita
-version: 1.2.3
-mtime: 1677923852
-commit: be4601489607da1e231f6d594a816dfd0a9da120
+version: 1.3.1
+mtime: 1679022900
+commit: 7c842101b9dec7674f667acf8e86651baf2ef966
 

Reply via email to