Update to 42.2
This commit is contained in:
parent
724d569202
commit
ccf3556fcd
1
.gitignore
vendored
1
.gitignore
vendored
@ -156,3 +156,4 @@ eog-2.31.4-20100623git.tar.bz2
|
|||||||
/eog-42.rc.tar.xz
|
/eog-42.rc.tar.xz
|
||||||
/eog-42.0.tar.xz
|
/eog-42.0.tar.xz
|
||||||
/eog-42.1.tar.xz
|
/eog-42.1.tar.xz
|
||||||
|
/eog-42.2.tar.xz
|
||||||
|
11
eog.spec
11
eog.spec
@ -7,7 +7,7 @@
|
|||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 42.1
|
Version: 42.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
|
|
||||||
@ -106,21 +106,21 @@ the functionality of the installed %{name} package.
|
|||||||
%find_lang %{name} --with-gnome
|
%find_lang %{name} --with-gnome
|
||||||
|
|
||||||
%check
|
%check
|
||||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/eog.appdata.xml
|
||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.desktop
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.desktop
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%{_bindir}/eog
|
||||||
%{_datadir}/eog
|
%{_datadir}/eog
|
||||||
%{_datadir}/applications/org.gnome.eog.desktop
|
%{_datadir}/applications/org.gnome.eog.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_bindir}/*
|
|
||||||
%{_libdir}/eog
|
%{_libdir}/eog
|
||||||
%{_datadir}/GConf/gsettings/eog.convert
|
%{_datadir}/GConf/gsettings/eog.convert
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.eog.enums.xml
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.eog.gschema.xml
|
||||||
%{_datadir}/metainfo/eog.appdata.xml
|
%{_metainfodir}/eog.appdata.xml
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/eog-3.0
|
%{_includedir}/eog-3.0
|
||||||
@ -135,6 +135,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.deskto
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 29 2022 David King <amigadave@amigadave.com> - 42.2-1
|
||||||
|
- Update to 42.2
|
||||||
|
|
||||||
* Mon Apr 25 2022 David King <amigadave@amigadave.com> - 42.1-1
|
* Mon Apr 25 2022 David King <amigadave@amigadave.com> - 42.1-1
|
||||||
- Update to 42.1
|
- Update to 42.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (eog-42.1.tar.xz) = 12db6bb2218f9dcea0e0558b04c05f3f8eb298eb7170a9511a7996a37082667fe06994d1db3ee4fef759aeb763a9de87749c8defa8d749432b635d2b421d1c8a
|
SHA512 (eog-42.2.tar.xz) = f2da81fe7040f7ffc63da03df4889add33d59ad8df637797d1094d95233f4ce891838dfe6f774f58de63c28a620807bc4097b3ab1f31afb7cc7c402f8501e69d
|
||||||
|
Loading…
Reference in New Issue
Block a user