Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libadwaita for openSUSE:Factory 
checked in at 2022-01-04 19:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libadwaita (Old)
 and      /work/SRC/openSUSE:Factory/.libadwaita.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libadwaita"

Tue Jan  4 19:37:35 2022 rev:5 rq:943570 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libadwaita/libadwaita.changes    2021-11-05 
22:59:03.248297827 +0100
+++ /work/SRC/openSUSE:Factory/.libadwaita.new.1896/libadwaita.changes  
2022-01-04 19:37:43.993949184 +0100
@@ -1,0 +2,148 @@
+Sun Jan  2 13:25:11 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.0.1:
+  + Include pre-built stylesheet and docs into release tarballs.
+
+-------------------------------------------------------------------
+Fri Dec 31 12:23:20 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.0.0:
+  + Rework GtkInspector page to not require a module, remove
+    -Dinspector
+  + Accessibility fixes in action row, flap, leaflet, preferences
+    group, preferences page, status page, view switcher, window
+  + Animation:
+    - Properly mark AdwAnimation as abstract
+    - Make ADW_DURATION_INFINITE introspectable
+  + Carousel: Fix reorder(), prepend() and insert() behavior
+  + Clamp Layout: Fix measure() behavior
+  + Demo:
+    - Split every page into separate files
+    - Remove .app-notification demo
+    - Fix the animation skip button sensitivity
+    - Fix capitalization
+    - Various cleanups
+  + Add a hello world example
+  + Documentation:
+    - Add a screenshot generator, update all screenshots
+    - Add widget screenshots
+    - Update build instructions
+    - Update visual index
+    - New pages:
+      . Initialization
+      . Adaptive Layouts
+      . Boxed Lists
+      . Styles and Appearance
+      . Named Colors
+      . Style Classes
+  + Various small updates
+  + Leaflet: Fix property notification ordering when starting a
+    swipe
+  + Stylesheet:
+    - Improve emoji chooser styles
+    - Add hover style to .activatable GtkGridView children
+    - Fix menu checks
+    - Fix @warning_fg_color to be legible against @warning_bg_color
+  + Tab Bar: Fix various layout warnings
+  + Tab View:
+    - Implement adding pages from ui files
+    - Propagate Alt-[0-9] if selected tab doesn't change
+  + Toast Overlay: Implement adding toasts from ui files
+  + Updated translations.
+- Stop passing inspector=false to meson, no longer needed, nor
+  recognized, dropped upstream.
+- Add fdupes BuildRequires and macro, remove duplicate files.
+- Add explicit pkgconfig BuildRequires.
+
+-------------------------------------------------------------------
+Sat Dec 18 21:26:18 UTC 2021 - Florian "spirit" <[email protected]>
+
+- Adwaita docs are now generated (with new pkgconfig(gi-docgen)
+  BuildRequires) and packaged in a seperate subpackage called
+  "libadwaita-docs".
+
+-------------------------------------------------------------------
+Sat Dec 18 21:05:11 UTC 2021 - Florian "spirit" <[email protected]>
+
+- Update to version 1.0.0~beta.1:
+  + Build
+    - Depend on GTK 4.5.0.
+    - Depend on GLib 2.66.
+    - Fix building as a subproject.
+    - Remove unused dependencies.
+  + Introduce AdwToastOverlay for showing in-app notifications
+  + Introduce AdwAnimation - a basic animation API:
+    - AdwTimedAnimation provides simple time-based animations.
+    - AdwSpringAnimation provides flexible animations based on
+      spring physics.
+    - Replace adw_ease_out_cubic() with adw_easing_ease().
+    - Make adw_lerp() public.
+  + adw_init() now automatically calls gtk_init().
+  + Use G_DEFINE_FINAL_TYPE if available.
+  + Action Row: Increase spacing between title and subtitle.
+  + Carousel:
+    - Use spring animations for scrolling, replace
+      animation-duration with scroll-params.
+    - Remove adw_carousel_scroll_to_full(), add 'animate' parameter
+      to adw_carousel_scroll_to() instead.
+  + Flap: Use spring animations for reveal, replace reveal-duration
+    with reveal-params.
+  + Leaflet:
+    - Rename can-swipe-back/forward to can-navigate-back/forward,
+      make them handle mouse back/forward buttons, back/forward
+      keys, as well as Alt+arrow shortcuts.
+    - Make child transitions use spring animations, replace
+      child-transition-duration with child-transition-params.
+  + Preferences Page: Remove adaptive margins - they never worked
+    properly.
+  + Preferences Window:
+    - Rename can-swipe-back to can-navigate-back, following the
+      equivalent AdwLeaflet change.
+    - Add API to show toasts.
+  + Swipe Tracker:
+    - Move 'begin-swipe' signal to when the swipe actually starts
+      instead of when it's detected; add 'prepare' to replace it.
+    - Replace duration with velocity in the 'end-swipe' signal.
+  + Status Page: Update title label style.
+  + Style Manager:
+    - Set GtkSettings:gtk-application-prefer-dark-theme=true for
+      dark.
+    - Properly reset enable-animations.
+  + Stylesheet:
+    - New style classes:
+      * entry.success to match entry.warning and entry.error
+      * Generic .success to match .warning and .error.
+      * checkbutton.selection-mode
+    - Tweak accent color in dark variant, use
+      accent_color/accent_bg_color more consistently.
+    - Consistently support regular/bg/fg variants for success,
+      warning and error colors.
+    - Make menu items taller.
+    - Make checked buttons more visible.
+    - Update entry style.
+    - Update GtkTreeView and GtkColumnView header style.
+    - Tweak check button style.
+    - Update window and popover shadows.
+    - Make boxed lists use shadows as well.
+    - Use white accent color for .osd.
+    - Use tabular figures for GtkCalendar.
+    - Support .navigation-sidebar in combination with .background.
+    - Remove the GtkButton .outline class.
+    - Remove .content-view check buttons.
+    - Fix check hover styles in menus.
+  + Tab Bar: Fix needs-attention indicators.
+  + Tab View: Remove shortcut-widget, use managed shortcuts
+    instead.
+  + View Stack:
+    - Layout fixes
+    - Remove crossfade transition.
+  + View Switcher:
+    - Update styles.
+    - Fix measure() criticals.
+    - Fix a crash when hiding the visible child.
+    - Fix outlines in high contrast mode.
+  + View Switcher Title: Always hide switcher in mobile.
+  + Various fixes and cleanups.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  libadwaita-1.0.0~alpha.4.obscpio

New:
----
  libadwaita-1.0.1.obscpio

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

Other differences:
------------------
++++++ libadwaita.spec ++++++
--- /var/tmp/diff_new_pack.WJNJ0K/_old  2022-01-04 19:37:44.689950095 +0100
+++ /var/tmp/diff_new_pack.WJNJ0K/_new  2022-01-04 19:37:44.697950105 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libadwaita
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,23 @@
 
 
 Name:           libadwaita
-Version:        1.0.0~alpha.4
+Version:        1.0.1
 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:  fdupes
 BuildRequires:  meson >= 0.59.0
+BuildRequires:  pkgconfig
 BuildRequires:  sassc
 BuildRequires:  vala
 BuildRequires:  pkgconfig(fribidi)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.44
+BuildRequires:  pkgconfig(gi-docgen)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.66
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk4) >= 4.4.0
+BuildRequires:  pkgconfig(gtk4) >= 4.5.0
 %lang_package
 
 %description
@@ -44,6 +47,13 @@
 %description -n libadwaita-1-0
 The aim of the Adwaita library is to help with developing UI for mobile 
devices using GTK/GNOME.
 
+%package docs
+Summary:        Developer documentation for libadwaita
+BuildArch:      noarch
+
+%description docs
+This package contains developer documentation for the Adwaita library.
+
 %package devel
 Summary:        Development files for the Adwaita library
 Requires:       libadwaita-1-0 = %{version}
@@ -68,13 +78,14 @@
 %meson \
        -Dexamples=false \
        -Dintrospection=enabled \
-       -Dinspector=false \
+       -Dgtk_doc=true \
        %{nil}
 %meson_build
 
 %install
 %meson_install
 %find_lang %{name}
+%fdupes %{buildroot}%{_datadir}
 
 %{ldconfig_scriptlets -n libadwaita-1-0}
 
@@ -88,6 +99,9 @@
 %files -n typelib-1_0-Adw-1
 %{_libdir}/girepository-1.0/Adw-1.typelib
 
+%files docs
+%{_datadir}/doc/%{name}-1/
+
 %files devel
 %{_includedir}/libadwaita-1/
 %{_libdir}/libadwaita-1.so

++++++ _service ++++++
--- /var/tmp/diff_new_pack.WJNJ0K/_old  2022-01-04 19:37:44.729950147 +0100
+++ /var/tmp/diff_new_pack.WJNJ0K/_new  2022-01-04 19:37:44.737950157 +0100
@@ -3,8 +3,10 @@
   <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.4</param>
-    <param name="versionformat">1.0.0~alpha.4</param>
+    <param name="revision">refs/tags/1.0.1</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
+    <param name="versionrewrite-pattern">(.*)\+0</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service mode="buildtime" name="tar" />
   <service mode="buildtime" name="recompress">

++++++ libadwaita-1.0.0~alpha.4.obscpio -> libadwaita-1.0.1.obscpio ++++++
++++ 45819 lines of diff (skipped)

++++++ libadwaita.obsinfo ++++++
--- /var/tmp/diff_new_pack.WJNJ0K/_old  2022-01-04 19:37:45.005950508 +0100
+++ /var/tmp/diff_new_pack.WJNJ0K/_new  2022-01-04 19:37:45.009950514 +0100
@@ -1,6 +1,6 @@
 name: libadwaita
-version: 1.0.0~alpha.4
-mtime: 1635880948
-commit: 6b447fde8f270001a0dc29ef59d3e9bf6d32dae9
+version: 1.0.1
+mtime: 1641039681
+commit: b274a0c32c51a92692e3b282f04e88f033ba73b1
 
 

Reply via email to