Accepting request 542146 from X11:MATE:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/542146 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=20
This commit is contained in:
commit
0ea43e83ef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0755a43f48fe1a09b826cdd6ed239631f5e4f9163ccb481362534d8fcf3bda02
|
|
||||||
size 2196228
|
|
3
eom-1.18.3.tar.xz
Normal file
3
eom-1.18.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4548f14f89300cf74849e197eaf40e58430c00dc5800e067449d38b0692c28ff
|
||||||
|
size 2198324
|
@ -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
|
Sun May 7 22:16:11 UTC 2017 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
10
eom.spec
10
eom.spec
@ -19,10 +19,10 @@
|
|||||||
%define typelib typelib-1_0-Eom-1_0
|
%define typelib typelib-1_0-Eom-1_0
|
||||||
%define _version 1.18
|
%define _version 1.18
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.18.2
|
Version: 1.18.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MATE Desktop graphics viewer
|
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
|
Group: System/GUI/Other
|
||||||
Url: https://mate-desktop.org/
|
Url: https://mate-desktop.org/
|
||||||
Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
|
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
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%suse_update_desktop_file %{name}
|
%suse_update_desktop_file %{name}
|
||||||
|
|
||||||
|
%if 0%{?suse_version} <= 1320
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
@ -110,9 +111,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
%glib2_gsettings_schema_postun
|
%glib2_gsettings_schema_postun
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc AUTHORS COPYING NEWS README
|
%doc AUTHORS COPYING NEWS README
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
@ -126,17 +127,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/help/C/%{name}/
|
%{_datadir}/help/C/%{name}/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/%{name}-2.20/
|
%{_includedir}/%{name}-2.20/
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_datadir}/gir-1.0/Eom-1.0.gir
|
%{_datadir}/gir-1.0/Eom-1.0.gir
|
||||||
%{_datadir}/gtk-doc/html/%{name}/
|
%{_datadir}/gtk-doc/html/%{name}/
|
||||||
|
|
||||||
%files -n %{typelib}
|
%files -n %{typelib}
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/girepository-1.0/Eom-1.0.typelib
|
%{_libdir}/girepository-1.0/Eom-1.0.typelib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user