diff --git a/eom-1.18.2.tar.xz b/eom-1.18.2.tar.xz deleted file mode 100644 index ce6038e..0000000 --- a/eom-1.18.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0755a43f48fe1a09b826cdd6ed239631f5e4f9163ccb481362534d8fcf3bda02 -size 2196228 diff --git a/eom-1.18.3.tar.xz b/eom-1.18.3.tar.xz new file mode 100644 index 0000000..17ccd51 --- /dev/null +++ b/eom-1.18.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4548f14f89300cf74849e197eaf40e58430c00dc5800e067449d38b0692c28ff +size 2198324 diff --git a/eom.changes b/eom.changes index db3c975..81a26b0 100644 --- a/eom.changes +++ b/eom.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 8 17:56:12 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 1.18.3: + * Fix typo in function annotation. + * Fix warning on closing empty window with multiple eom windows. + * Update translations. + ------------------------------------------------------------------- Sun May 7 22:16:11 UTC 2017 - sor.alexei@meowr.ru diff --git a/eom.spec b/eom.spec index 9fa3085..9f8393a 100644 --- a/eom.spec +++ b/eom.spec @@ -19,10 +19,10 @@ %define typelib typelib-1_0-Eom-1_0 %define _version 1.18 Name: eom -Version: 1.18.2 +Version: 1.18.3 Release: 0 Summary: MATE Desktop graphics viewer -License: GPL-2.0+ and LGPL-2.1+ +License: GPL-2.0+ AND LGPL-2.1+ Group: System/GUI/Other Url: https://mate-desktop.org/ Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz @@ -101,6 +101,7 @@ make %{?_smp_mflags} V=1 find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file %{name} +%if 0%{?suse_version} <= 1320 %post %desktop_database_post %icon_theme_cache_post @@ -110,9 +111,9 @@ find %{buildroot} -type f -name "*.la" -delete -print %desktop_database_postun %icon_theme_cache_postun %glib2_gsettings_schema_postun +%endif %files -%defattr(-,root,root) %doc AUTHORS COPYING NEWS README %{_bindir}/%{name} %{_libdir}/%{name}/ @@ -126,17 +127,14 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_datadir}/help/C/%{name}/ %files lang -f %{name}.lang -%defattr(-,root,root) %files devel -%defattr(-,root,root) %{_includedir}/%{name}-2.20/ %{_libdir}/pkgconfig/%{name}.pc %{_datadir}/gir-1.0/Eom-1.0.gir %{_datadir}/gtk-doc/html/%{name}/ %files -n %{typelib} -%defattr(-,root,root) %{_libdir}/girepository-1.0/Eom-1.0.typelib %changelog