Accepting request 1126866 from GNOME:Next
Allow build with newer appstream OBS-URL: https://build.opensuse.org/request/show/1126866 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=44
This commit is contained in:
parent
48c2d0e133
commit
8d3c98a273
3
_service
3
_service
@ -3,10 +3,11 @@
|
||||
<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.4.0</param>
|
||||
<param name="revision">cba6685ba3f3f33dac8506165fc28975e454664a</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||
<param name="changesrevision">cba6685ba3f3f33dac8506165fc28975e454664a</param></service></servicedata>
|
3
libadwaita-1.4.0+12.obscpio
Normal file
3
libadwaita-1.4.0+12.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:211c00c68bc7e025fde67553ffa6546938e7b32eee3c5d5627d96611ea3c3075
|
||||
size 6970381
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:827a02ca05a1729383a49ebe959a589644f19d82aa7e7243675cd52c120d0514
|
||||
size 6965773
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 16 12:29:43 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.4.0+12:
|
||||
+ docs: Use `<property>` instead of `<child> 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.4.0
|
||||
mtime: 1694722361
|
||||
commit: c196ee37a2938ce6ed0bfde2b575a0013d997158
|
||||
version: 1.4.0+12
|
||||
mtime: 1699273898
|
||||
commit: cba6685ba3f3f33dac8506165fc28975e454664a
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.4.0
|
||||
Version: 1.4.0+12
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user