Update to 42.beta
This commit is contained in:
parent
9158a2da6f
commit
1998187f4b
1
.gitignore
vendored
1
.gitignore
vendored
@ -152,3 +152,4 @@ eog-2.31.4-20100623git.tar.bz2
|
||||
/eog-41.0.tar.xz
|
||||
/eog-41.1.tar.xz
|
||||
/eog-42.alpha.tar.xz
|
||||
/eog-42.beta.tar.xz
|
||||
|
22
eog.spec
22
eog.spec
@ -1,13 +1,14 @@
|
||||
%define gtk3_version 3.22.0
|
||||
%define glib2_version 2.53.4
|
||||
%define gnome_desktop_version 2.91.2
|
||||
%define libexif_version 0.6.14
|
||||
%global gtk3_version 3.24.15
|
||||
%global glib2_version 2.53.4
|
||||
%global gnome_desktop_version 2.91.2
|
||||
%global libexif_version 0.6.14
|
||||
%global libhandy_version 1.5.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: eog
|
||||
Version: 42~alpha
|
||||
Release: 2%{?dist}
|
||||
Version: 42~beta
|
||||
Release: 1%{?dist}
|
||||
Summary: Eye of GNOME image viewer
|
||||
|
||||
# The GFDL has an "or later version" clause embedded inside the license.
|
||||
@ -25,6 +26,8 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libexif) >= %{libexif_version}
|
||||
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(libpeas-1.0) >= 0.7.4
|
||||
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 0.7.4
|
||||
%if 0%{?flatpak}
|
||||
@ -35,9 +38,8 @@ BuildRequires: pkgconfig(shared-mime-info)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gi-docgen
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
@ -45,6 +47,7 @@ BuildRequires: /usr/bin/appstream-util
|
||||
Requires: gsettings-desktop-schemas
|
||||
Requires: glib2%{?_isa} >= %{glib2_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
||||
|
||||
# Contains some files from the Independent JPEG Group's implementation of the
|
||||
# libjpeg library. They are the parts that are used by the jpegtran tool, which
|
||||
@ -132,6 +135,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto
|
||||
%endif
|
||||
|
||||
%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 (eog-42.alpha.tar.xz) = 3a1f3a1ad368cdef5b2fdb378fa55a73e446b27b05d8f9e8b4fa5be3c9f758bd05bb1b8ee4be8942ce44953758ed88d5e15e685356a27adebf37017eec643b19
|
||||
SHA512 (eog-42.beta.tar.xz) = c2e8e3221cf4fd18c3466481692c888a560b5a41a57e78a2e86c2235628e8a7e80623dd9035f277729a3a5c22445526f871541394a058119adec2d40f31f4dfd
|
||||
|
Loading…
Reference in New Issue
Block a user