Update to 40.beta
This commit is contained in:
parent
7dda0b71fe
commit
90db30ea3d
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@ gsettings-desktop-schemas-0.0.1.git20100729.tar.bz2
|
||||
/gsettings-desktop-schemas-3.38.0.tar.xz
|
||||
/gsettings-desktop-schemas-40.alpha.tar.xz
|
||||
/gsettings-desktop-schemas-40.alpha-14-g8c395d5.tar.xz
|
||||
/gsettings-desktop-schemas-40.beta.tar.xz
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gsettings-desktop-schemas-40.alpha-14-g8c395d5.tar.xz) = 4b8d24e56f1be87885d69e9cc6a35ae4a5ed26035364d4923f778bf38259bbd76693758226516e1576e3567df7a256db8e6ea72ef534e356edd36353ce3c729e
|
||||
SHA512 (gsettings-desktop-schemas-40.beta.tar.xz) = 280380dd314b32e47ba8c92c9a7cb3f9170fabb8f3ba8e6660163a734de607bbdb518e7917dff6be52e45b10c432c17a42729184942a562c98c47995f162c09b
|
||||
|
Loading…
Reference in New Issue
Block a user