Update to 42.beta
This commit is contained in:
parent
9c8e11a7d9
commit
31d3520bbc
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/gnome-font-viewer-40.0.tar.xz
|
||||
/gnome-font-viewer-41.0.tar.xz
|
||||
/gnome-font-viewer-42.alpha.tar.xz
|
||||
/gnome-font-viewer-42.beta.tar.xz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global major_version %%(echo %%{tarball_version} | awk -F. '{print $1}')
|
||||
|
||||
Name: gnome-font-viewer
|
||||
Version: 42~alpha
|
||||
Release: 2%{?dist}
|
||||
Version: 42~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility for previewing fonts for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
@ -11,15 +11,15 @@ URL: https://gitlab.gnome.org/GNOME/gnome-font-viewer
|
||||
Source0: https://download.gnome.org/sources/gnome-font-viewer/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(harfbuzz)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: gettext
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-4)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(harfbuzz)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/desktop-file-validate
|
||||
|
||||
@ -57,6 +57,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome
|
||||
%{_datadir}/thumbnailers/%{name}.thumbnailer
|
||||
|
||||
%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-font-viewer-42.alpha.tar.xz) = 47964f7bac4b399e42238f60b1e7bafa481fc3e53c70e91d8d578a595e50629ccf3d70a1095aa3d6b4383eb04507a556cc53c4c18f07db6b494a5925b19b772b
|
||||
SHA512 (gnome-font-viewer-42.beta.tar.xz) = 69d0cf385f56b311b9a27d6009fc1e5fbe09154cd06a62c536d5e25cb93bb6b3f0d9c394d3ece01d332681bb624456adfdbec07a7300bd49ef9d0e7396a10307
|
||||
|
Loading…
Reference in New Issue
Block a user