Update to 40~alpha

This commit is contained in:
Kalev Lember
2021-01-14 19:12:19 +01:00
parent 5630f7b70b
commit 963797a06b
4 changed files with 9 additions and 41 deletions

View File

@@ -1,17 +1,14 @@
%global debug_package %{nil}
Name: gsettings-desktop-schemas
Version: 3.38.0
Release: 2%{?dist}
Version: 40~alpha
Release: 1%{?dist}
Summary: A collection of GSettings schemas
License: LGPLv2+
# no homepage exists for this component
URL: https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas
Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
# Adds a new key that GNOME Shell/mutter 40 alpha expect to exist
Patch0: 0001-schemas-add-a-scroll-button-locking-to-the-trackball.patch
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-40.alpha.tar.xz
BuildRequires: gettext
BuildRequires: glib2-devel >= 2.31.0
@@ -39,7 +36,7 @@ and header files for developing applications that use %{name}.
%prep
%autosetup -p1
%autosetup -p1 -n %{name}-40.alpha
%build
@@ -74,6 +71,9 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
%changelog
* Thu Jan 14 2021 Kalev Lember <klember@redhat.com> - 40~alpha-1
- Update to 40~alpha
* Thu Dec 03 2020 Adam Williamson <awilliam@redhat.com> - 3.38.0-2
- Backport an upstream addition of a key GNOME Shell 40 alpha expects