Update to 40.beta

This commit is contained in:
Kalev Lember
2021-02-17 22:50:33 +01:00
parent 7dda0b71fe
commit 90db30ea3d
3 changed files with 12 additions and 6 deletions

View File

@@ -1,14 +1,16 @@
%global debug_package %{nil}
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: gsettings-desktop-schemas
Version: 40~alpha
Release: 3.20210202git8c395d5%{?dist}
Version: 40~beta
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}/40/%{name}-40.alpha-14-g8c395d5.tar.xz
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
BuildRequires: gettext
BuildRequires: glib2-devel >= 2.31.0
@@ -36,7 +38,7 @@ and header files for developing applications that use %{name}.
%prep
%autosetup -p1 -n %{name}-40.alpha
%autosetup -p1 -n %{name}-%{tarball_version}
%build
@@ -71,6 +73,9 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
%changelog
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
- Update to 40.beta
* Tue Feb 02 2021 Florian Müllner <fmuellner@redhat.com> - 40~alpha-2.20210202git8c395d5
- Build snapshot of current upstream
@@ -78,7 +83,7 @@ glib-compile-schemas --dry-run --strict %{buildroot}%{_datadir}/glib-2.0/schemas
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 14 2021 Kalev Lember <klember@redhat.com> - 40~alpha-1
- Update to 40~alpha
- 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