Update to 42.beta
This commit is contained in:
parent
69e56a4df5
commit
5a79c7db0a
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/gnome-clocks-40.0.tar.xz
|
||||
/gnome-clocks-41.0.tar.xz
|
||||
/gnome-clocks-42.alpha.tar.xz
|
||||
/gnome-clocks-42.beta.tar.xz
|
||||
|
@ -1,11 +1,12 @@
|
||||
%global geoclue2_version 2.6.0
|
||||
%global gtk4_version 4.5
|
||||
%global libadwaita_version 1.0.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-clocks
|
||||
Version: 42~alpha
|
||||
Release: 2%{?dist}
|
||||
Version: 42~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: Clock application designed for GNOME 3
|
||||
|
||||
License: GPLv2+
|
||||
@ -27,9 +28,10 @@ BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gsound)
|
||||
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||
BuildRequires: pkgconfig(gweather4)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue2_version}
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
|
||||
Requires: geoclue2%{?_isa} >= %{geoclue2_version}
|
||||
Requires: gtk4%{?_isa} >= %{gtk4_version}
|
||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||
|
||||
@ -65,6 +67,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.clocks.d
|
||||
%{_datadir}/metainfo/org.gnome.clocks.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 42~beta-1
|
||||
- Update to 42.beta
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-clocks-42.alpha.tar.xz) = ec643d69154bf421cef588cbb25ea6366742bc6d5c9868f3fff345e9ef139cb073f233f0c9b22efe9e2bac3e3b73c46ef94ab5214508c526f7c59deb0fec1337
|
||||
SHA512 (gnome-clocks-42.beta.tar.xz) = 1801a6ab3c9088dffe408e926a8d99233671e26273ee89d9282593c3c496c90a4c1e09501b79eff7462e4ff204b40546ac32f64a8decaeff358153e086a72091
|
||||
|
Loading…
Reference in New Issue
Block a user