diff --git a/_service b/_service index c5ff01a..04b4f0f 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://gitlab.gnome.org/GNOME/libadwaita.git git - refs/tags/1.3.2 + refs/tags/1.4.2 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 @@ -11,7 +11,7 @@ *.tar - xz + zst diff --git a/libadwaita-1.3.2.obscpio b/libadwaita-1.3.2.obscpio deleted file mode 100644 index 02a94f0..0000000 --- a/libadwaita-1.3.2.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eacb7f576cd1af74e93305316f6f641eb3e48140687f3e60d652333e7f45edd1 -size 5640205 diff --git a/libadwaita-1.4.2.obscpio b/libadwaita-1.4.2.obscpio new file mode 100644 index 0000000..006d389 --- /dev/null +++ b/libadwaita-1.4.2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005e0d72b952ce870fd7a055196dde393514beab12c27a70ee97a381c2007d68 +size 6968333 diff --git a/libadwaita.changes b/libadwaita.changes index 89a643a..f4015d2 100644 --- a/libadwaita.changes +++ b/libadwaita.changes @@ -1,3 +1,244 @@ +------------------------------------------------------------------- +Sat Dec 2 13:28:13 UTC 2023 - Bjørn Lie + +- Update to version 1.4.2: + + Really fix build with libappstream 1.0 + +------------------------------------------------------------------- +Fri Dec 01 16:08:07 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 1.4.1: + + Fix build with MSVC + + Fix build with libappstream 1.0 + + AdwCarousel: Fix carousel scroll behavior with page reordering + + AdwComboRow: + - Fix focus when opening the popover + - Set the correct state on the selected checkmark + + AdwNavigationView: Fix a warning message + + AdwTabOverview: Allow child focus on out animations + + AdwTabView: + - Keep view alive during ::page-detached + - Fix crashes when using :pages + + Docs: Fix erroneous use in breakpoints migration guide + + Updated translations. +- Drop 3e3967d5f69180644519936991cad10136e84ca9.patch: Fixed + upstream. + +------------------------------------------------------------------- +Wed Nov 22 10:48:46 UTC 2023 - Bjørn Lie + +- Add 3e3967d5f69180644519936991cad10136e84ca9.patch: Fix building + against libappstream 1.0 (boo#1217047). + +------------------------------------------------------------------- +Thu Nov 16 12:29:43 UTC 2023 - bjorn.lie@gmail.com + +- Update to version 1.4.0+12: + + docs: Use `` instead of ` for + `AdwNavigationSplitView` + + navigation-view: Add missing space to warning message + + tab-view: Fix typo causing crash on AdwTabPages dispose + + combo-row: Make the selected indicator a presentational element + + tab-view: pages model can outlive it's view + + tab-view: keep view alive during ::page-detached + + about-window: Fix build with newer libappstream (boo#1217047) + + combo-row: Preserve focus when opening the popover + + Revert "Add some default options to the GTK subproject" + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 15 17:43:41 UTC 2023 - Bjørn Lie + +- Update to version 1.4.0: + + AdwBreakpointBin: Clarify minimum size warnings + + AdwExpanderRow: Improve accessible roles + + AdwPreferencesGroup: Set described-by on the listbox + + Docs: Fix a property name in breakpoint migration guide + + Stylesheet: + - Fix toolbar view styles within sidebars + - Fix .navigation-sidebar:disabled style when used with + GtkListView + + Build system fixes + + Updated translations. +- Switch compression in service and spec (tarball produced) to zst. + +------------------------------------------------------------------- +Mon Sep 4 19:13:48 UTC 2023 - Bjørn Lie + +- Update to version 1.4.rc: + + AdwAboutWindow: + - Accessibility fixes + - Add a minimum size + + AdwExpanderRow: Accessibility fixes + + AdwHeaderBar: + - Fix missing title fallback for back button tooltip and + history menu + - Set "Back" as an accessible label for the back button + - Clarify docs around :show-back-button + + AdwNavigationView: Warn when a navigation page is missing a + title + + AdwStyleManager: Fix over-releasing a string on macOS + + AdwTabButton: Set the correct gettext domain + + AdwTabOverview + - Set the correct gettext domain + - Fix reordered thumbnail being drawn below others + + AdwToastOverlay: Set the correct gettext domain + + Build: Update pkg-config description field + + Demo: + - Update screenshot in appdata + - Correctly dismiss the last toast in the dialogs demo + - Add missing navigation page titles + + Stylesheet: + - Fix filename entry margins in file chooser + - Fix menubutton.card corners + - Fix button.card focus ring transition + - Avoid background overdraw in GtkColumnView + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 4 19:12:43 UTC 2023 - Bjørn Lie + +- Update to version 1.4.beta: + + Build: + - Depend on GLib 2.76.0 + - Fix build on Windows + - Add a GTK subproject + + AdwBreakpointBin: + - Mention the correct widget in exceeded size warnings + - Fix width-for-height and height-for-width sizing + + AdwComboRow: Recreate default factory on expression changes + + AdwEnumListModel: Better invalid value for find_position() + + AdwHeaderBar: + - Fix spacing when there are no start/end children + - Fix a memory leak + - Fix GtkCenterBox:shrink-center-last usage + + AdwLeaflet: Fix back/forward mouse button handling + + AdwMessageDialog: Fix shadow style + + AdwNavigationView: + - Pop the current page when pressing Escape + - Make AdwNavigationPage:child-view private + - Fix back/forward mouse button handling + - Clarify docs + + AdwPreferencesWindow: Fix a memory leak + + AdwTabOverview + - Cull invisible thumbnails + - Fix a crash when opening overview before it's mapped + + AdwTabView: Fix thumbnail regressions from 1.4.alpha + + AdwToastOverlay: Fix width-for-height and height-for-width + sizing + + AdwToolbarView: + - Add ADW_TOOLBAR_RAISED_BORDER style + - Fix width-for-height and height-for-width sizing + - Clarify docs + + AdwViewStack: Add AdwViewStackPages:selected-page + + AdwViewSwitcherBar: + - Fix disabling reveal animation when using breakpoints + - Make sure the height doesn't change with large text + + Demo: + - Fix view switcher demo minimum height + - Set input hints and purpose in the entries + + Docs: + - Assorted screenshot tool fixes + - Fix a deprecation warning in the screenshot tool + + Stylesheet: + - Make button.osd focus rings blue for better visibility + - Fix .card buttons within .osd + - Fix button transitions in high contrast mode + - Fix single-item menu height + - Modernize GtkFileDialog, GtkAppChooserDialog and GtkAssistant + styles + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 4 19:11:57 UTC 2023 - Bjørn Lie + +- Update to version 1.4.alpha: + + Build + - Depend on GTK 4.11.3 + - Depend on libappstream + - Add Vala metadata file + - Fix gnome.compile_resources() on MSBuild + - Fix doc include path + - Make metainfo build reproducible + + Add AdwBreakpoint and AdwBreakpointBin + + Add AdwNavigationView + + Add AdwNavigationSplitView + + Add AdwOverlaySplitView + + Add AdwSpinRow + + Add AdwSwitchRow + + Add AdwToolbarView + + Deprecate AdwFlap, AdwLeaflet, AdwSqueezer and + AdwViewSwitcherTitle + + AdwAboutWindow + - Add new_from_appdata() + - Add a missing Since annotation + - Fix accessible role on the application icon + + AdwActionRow: Fix an inaccuracy in docs + + AdwAvatar: Fix a memory leak + + AdwBanner: + - Allow to ellipsize the button + - Clarify title placement in docs + - Add a backdrop style + + AdwButtonContent: Add :can-shrink + + AdwCarousel: + - Fix allocation + - Fix scrolling to a recently inserted item + + AdwClamp/AdwClampLayout/AdwClampScrollable: + - Add :unit, default to the sp unit instead of px + - Deprecate clamp child style classes + + AdwComboRow: + - Add :enable-search + - Fix accessible role on the dropdown arrow + + AdwExpanderRow: Deprecate add_action(), replace it with + add_suffix() + + Updated translations. +- Add pkgconfig(appstream) BuildRequires: New dependency. + +------------------------------------------------------------------- +Mon Sep 4 19:10:58 UTC 2023 - Bjørn Lie + +- Update to version 1.3.5: + + Set the correct gettext domain on all widgets. + + AdwExpanderRow: Accessibility fixes. + + AdwStyleManager: Fix over-releasing a string on macOS. + + Demo: Correctly dismiss the last toast in the dialogs demo. + + Stylesheet: + - Fix menubutton.card corners. + - Fix button.card focus ring transition. + - Avoid background overdraw in GtkColumnView. + + Updated translations. + +------------------------------------------------------------------- +Sat Aug 5 10:14:09 UTC 2023 - Bjørn Lie + +- Update to version 1.3.4: + + AdwAboutWindow: Fix :translator-credits property + + AdwComboRow: Fix accessible role on the dropdown arrow + + AdwEntryRow: Fix accessibility + + AdwLeaflet: Fix back/forward mouse button handling + + AdwTabBar: Fix accessibility + + AdwTabThumbnail: + - Fix duplicate thumbnail during transitions + - Fix the transition curve + + AdwViewSwitcher: Set correct accessible role for icons + + AdwWindowTitle: Fix initial title visibility + + Stylesheet: + - Fix .card buttons within .osd + - Fix single-item menu height + +------------------------------------------------------------------- +Fri Jun 9 17:23:07 UTC 2023 - Bjørn Lie + +- Update to version 1.3.3: + + Fix doc include path + + AdwCarousel: Fix scrolling to a recently inserted item + + AdwEntryRow: Fix accessibility + + AdwPreferencesWindow: Fix markup handling when searching + + AdwStyleManager: Fix get_for_display() annotation + + AdwTabBar/AdwTabOverview: Fix dropping data onto + tabs/thumbnails + + Updated translations. + ------------------------------------------------------------------- Sat Apr 22 02:13:15 UTC 2023 - Bjørn Lie diff --git a/libadwaita.obsinfo b/libadwaita.obsinfo index 36d87be..5a9eaf5 100644 --- a/libadwaita.obsinfo +++ b/libadwaita.obsinfo @@ -1,4 +1,4 @@ name: libadwaita -version: 1.3.2 -mtime: 1682123944 -commit: dfaf404704a6e4a15d9881fc39ec8a607cd47701 +version: 1.4.2 +mtime: 1701473652 +commit: fd5892e94ddd9baf44dcfb2faaa97211a2532d6d diff --git a/libadwaita.spec b/libadwaita.spec index c2b1d05..978aad4 100644 --- a/libadwaita.spec +++ b/libadwaita.spec @@ -17,23 +17,24 @@ Name: libadwaita -Version: 1.3.2 +Version: 1.4.2 Release: 0 Summary: Building blocks for modern GNOME applications License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/GNOME/libadwaita -Source: %{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst BuildRequires: fdupes BuildRequires: meson >= 0.59.0 BuildRequires: pkgconfig BuildRequires: sassc BuildRequires: vala +BuildRequires: pkgconfig(appstream) BuildRequires: pkgconfig(fribidi) BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(glib-2.0) >= 2.72 BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk4) >= 4.9.5 +BuildRequires: pkgconfig(gtk4) >= 4.11.3 %lang_package %description