Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-tour?expand=0&rev=18
This commit is contained in:
Bjørn Lie 2024-09-30 07:44:48 +00:00 committed by Git OBS Bridge
commit 687279291e
10 changed files with 248 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

8
_constraints Normal file
View File

@ -0,0 +1,8 @@
<constraints>
<hardware>
<disk>
<size unit="G">5</size>
</disk>
</hardware>
</constraints>

26
_service Normal file
View File

@ -0,0 +1,26 @@
<?xml version="1.0"?>
<services>
<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">47.0</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 name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">gnome-tour</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual">
<param name="srcdir">gnome-tour</param>
</service>
</services>

3
gnome-tour-46.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ae0957fb1c28a38b9167d04db3bc1f1d1367a5d50cea6f5ca32a4ce78db8102
size 787980

3
gnome-tour-47.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b77ddc6401952bb5db2080d8a540472eaac1218907a69608161a609dc80abf74
size 826892

100
gnome-tour.changes Normal file
View File

@ -0,0 +1,100 @@
-------------------------------------------------------------------
Mon Sep 16 10:52:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 47.0:
+ Updated translations.
- Drop no longer used pkgconfig(gdk-pixbuf-2.0) BuildRequires.
-------------------------------------------------------------------
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>
- 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>
- Add _constraints file, set minimum hdd to 5 gig.
-------------------------------------------------------------------
Mon Mar 20 20:59:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Switch to cargo_packaging:
+ Drop cargo and rust BuildRequires, add cargo-packaging
BuildRequires and macros.
+ Use source services to generate tarball + run cargo packaging.
-------------------------------------------------------------------
Mon Mar 20 09:33:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 44.0:
+ No upstream changes provided.
-------------------------------------------------------------------
Tue Sep 20 17:41:22 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
+ Updated translations.
-------------------------------------------------------------------
Sun Aug 7 10:27:40 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.beta:
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 20 08:23:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 14 11:37:23 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 42.beta:
+ Port to GTK4 / libadwaita.
+ Drop the video feature.
+ Updated translations.
- Replace pkgconfig(gtk+-3.0) and pkgconfig(libhandy-1) with
pkgconfig(gtk4) and pkgconfig(libadwaita-1) BuildRequires.
- Add appstream-glib and desktop-file-utils BuilRequires and add a
check section, run meson_test macro.
- Pass profile=default to meson, we want to use the default build
profile and not the development one.
-------------------------------------------------------------------
Mon Sep 6 07:14:45 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 41.rc:
+ Content: add back workspaces slide.
+ Add assets for GNOME 41.
+ Desktop: Add categories.
+ Updated translations.
-------------------------------------------------------------------
Wed Mar 24 22:33:59 UTC 2021 - Florian <sp1ritCS@protonmail.com>
- Update to 40.0
+ Adapt the pages for GNOME Shell changes
+ Translation updates
-------------------------------------------------------------------
Tue Feb 16 10:40:25 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Initial packaging version 40.beta

4
gnome-tour.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gnome-tour
version: 47.0
mtime: 1726483310
commit: 7310f4fa839ad3ee90bfbefb8d12301464fe61ba

77
gnome-tour.spec Normal file
View File

@ -0,0 +1,77 @@
#
# spec file for package gnome-tour
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: gnome-tour
Version: 47.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.zst
Source2: vendor.tar.zst
BuildRequires: appstream-glib
BuildRequires: cargo-packaging
BuildRequires: desktop-file-utils
BuildRequires: meson
BuildRequires: pkgconfig(gio-2.0) >= 2.56
BuildRequires: pkgconfig(glib-2.0) >= 2.64
BuildRequires: pkgconfig(gtk4) >= 4.4
BuildRequires: pkgconfig(libadwaita-1) >= 1
%description
A guided tour and greeter for GNOME.
%lang_package
%prep
%autosetup -p1 -a2
%build
export RUSTFLAGS=%{rustflags}
%meson \
-D profile=default \
%{nil}
%meson_build
%install
export RUSTFLAGS=%{rustflags}
%meson_install
%find_lang %{name} %{?no_lang_C}
%check
%meson_test
%cargo_test
%files
%license LICENSE.md
%doc README.md
%{_bindir}/gnome-tour
%{_datadir}/applications/org.gnome.Tour.desktop
%{_datadir}/icons/hicolor/scalable/apps/*
%{_datadir}/icons/hicolor/symbolic/apps/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/resources.gresource
%{_datadir}/metainfo/org.gnome.Tour.metainfo.xml
%files lang -f %{name}.lang
%changelog

3
vendor.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efa862a88c9188e097e46b2a9bc2b9177c441130ce651ef1e5657988dd37047c
size 20439290