Accepting request 1111728 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1111728 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-tour?expand=0&rev=14
This commit is contained in:
parent
8b54b2b919
commit
ecc75e00a1
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-tour.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/44.0</param>
|
||||
<param name="revision">refs/tags/45.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -13,7 +13,7 @@
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">gnome-tour</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5cb50be9f262e6ece5059527db7858969353adb21458fd0df24977457cd34e2
|
||||
size 731660
|
3
gnome-tour-45.0.obscpio
Normal file
3
gnome-tour-45.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af9a7a7a5a774246f5d30bc050cb885a2a2a3787888465bc089609f8a688205
|
||||
size 737292
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 07:17:29 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.0:
|
||||
+ paginator: Use AdwToolbarView, subclass AdwBin
|
||||
+ Update dependencies.
|
||||
+ Updated translations.
|
||||
- Switch compression to zst, both in service and tarball produced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 31 07:01:52 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-tour
|
||||
version: 44.0
|
||||
mtime: 1679298248
|
||||
commit: 46ca411004a49ef963e3a7df7b928ebb976bed72
|
||||
version: 45.0
|
||||
mtime: 1694933589
|
||||
commit: cf54b8e97522c5196d3d8f43c389cda1a71e25fd
|
||||
|
@ -19,13 +19,13 @@
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
|
||||
Name: gnome-tour
|
||||
Version: 44.0
|
||||
Version: 45.0
|
||||
Release: 0
|
||||
Summary: GNOME Tour & Greeter
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source2: vendor.tar.zst
|
||||
Source3: cargo_config
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa77477f43f089ba2bac2550e536276a951522958b65869b374fc3a41f6c24ea
|
||||
size 16314023
|
||||
oid sha256:7a319bb07252fb9107fe5900b38b4c0332bd35a7a13cff0b043404dcd85445a5
|
||||
size 20476052
|
||||
|
Loading…
Reference in New Issue
Block a user