Accepting request 1159470 from GNOME:Factory
GNOME 46 (forwarded request 1158304 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1159470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-tour?expand=0&rev=8
This commit is contained in:
commit
7ff9a920f8
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-tour.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-tour.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/45.0</param>
|
<param name="revision">46.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2af9a7a7a5a774246f5d30bc050cb885a2a2a3787888465bc089609f8a688205
|
|
||||||
size 737292
|
|
3
gnome-tour-46.0.obscpio
Normal file
3
gnome-tour-46.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ae0957fb1c28a38b9167d04db3bc1f1d1367a5d50cea6f5ca32a4ce78db8102
|
||||||
|
size 787980
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 21:07:10 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 46.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 4 08:11:48 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 46.rc:
|
||||||
|
+ String improvements.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 17 07:17:29 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Sep 17 07:17:29 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gnome-tour
|
name: gnome-tour
|
||||||
version: 45.0
|
version: 46.0
|
||||||
mtime: 1694933589
|
mtime: 1710529492
|
||||||
commit: cf54b8e97522c5196d3d8f43c389cda1a71e25fd
|
commit: 3c2afb0773356a4d59c2400cd7bed0a0ed39ff4a
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-tour
|
# spec file for package gnome-tour
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
|
|
||||||
Name: gnome-tour
|
Name: gnome-tour
|
||||||
Version: 45.0
|
Version: 46.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Tour & Greeter
|
Summary: GNOME Tour & Greeter
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -27,7 +27,6 @@ Group: System/GUI/GNOME
|
|||||||
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
URL: https://gitlab.gnome.org/GNOME/gnome-tour
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: %{name}-%{version}.tar.zst
|
||||||
Source2: vendor.tar.zst
|
Source2: vendor.tar.zst
|
||||||
Source3: cargo_config
|
|
||||||
|
|
||||||
BuildRequires: appstream-glib
|
BuildRequires: appstream-glib
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
@ -46,8 +45,6 @@ A guided tour and greeter for GNOME.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -a2
|
%autosetup -p1 -a2
|
||||||
mkdir .cargo
|
|
||||||
cp %{SOURCE3} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export RUSTFLAGS=%{rustflags}
|
export RUSTFLAGS=%{rustflags}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7a319bb07252fb9107fe5900b38b4c0332bd35a7a13cff0b043404dcd85445a5
|
oid sha256:e40a948f64b5f1c0593658387e3a12d9992b63a99617e34a2a41deb3b49991aa
|
||||||
size 20476052
|
size 20269841
|
||||||
|
Loading…
Reference in New Issue
Block a user