- Update to version 1.14.0.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=22
This commit is contained in:
parent
7e6cd71772
commit
f2a56e69ce
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da
|
|
||||||
size 2213260
|
|
3
eom-1.14.0.tar.xz
Normal file
3
eom-1.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:42091cd981505c626e13f67478cf73f6cfb5d570fb7998eefc8ec6f091c1b9a0
|
||||||
|
size 2231224
|
35
eom.changes
35
eom.changes
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 9 11:24:53 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.14.0:
|
||||||
|
* Auto-reload unmodified images when their file is changed.
|
||||||
|
* GTK+3: Add CSS name EggToolbarEditor for Gtk 3.20.
|
||||||
|
* GTK+3: Fix SVG rendering.
|
||||||
|
* Some more fixes and cleanups.
|
||||||
|
* Update translations.
|
||||||
|
* Fix Changelog generation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 21 14:46:29 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.13.1:
|
||||||
|
* Avoid integer overflow when allocating a large block of memory.
|
||||||
|
* Use org.gnome.SessionManager DBus name to inhibit screensaver.
|
||||||
|
* totem-screensaver: Don't use old API and add ref to TotemScrsaver.
|
||||||
|
* totem-screensaver: Fix assertions on entry to TotemScrsaver
|
||||||
|
methods.
|
||||||
|
* GTK+3: Add eom-window style class at top level.
|
||||||
|
* Fix build warnings and remove useless nested #if.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 19 12:35:17 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to version 1.13.0:
|
||||||
|
* Fix compilation with enabled GObject Introspection.
|
||||||
|
* Fix GTK+3 build when --without-cms is set.
|
||||||
|
* Gtk3: Fix several deprecations.
|
||||||
|
* Drop MateConf migration script.
|
||||||
|
* Use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptime.
|
||||||
|
- Switch to Gtk3.
|
||||||
|
- Remove Python bindings: imcompatible with Gtk3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 18 17:54:13 UTC 2016 - sor.alexei@meowr.ru
|
Thu Feb 18 17:54:13 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
13
eom.spec
13
eom.spec
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%define typelib typelib-1_0-Eom-1_0
|
%define typelib typelib-1_0-Eom-1_0
|
||||||
%define _version 1.12
|
%define _version 1.14
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.12.2
|
Version: 1.14.0
|
||||||
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+
|
||||||
@ -77,7 +77,7 @@ simplicity and standards compliance.
|
|||||||
|
|
||||||
%package -n %{typelib}
|
%package -n %{typelib}
|
||||||
Summary: MATE Desktop graphics viewer typelib
|
Summary: MATE Desktop graphics viewer typelib
|
||||||
Group: SSystem/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{typelib}
|
%description -n %{typelib}
|
||||||
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
The Eye of MATE is a simple graphics viewer for the MATE Desktop
|
||||||
@ -91,7 +91,8 @@ simplicity and standards compliance.
|
|||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 mate-autogen
|
NOCONFIGURE=1 mate-autogen
|
||||||
%configure \
|
%configure \
|
||||||
--libexecdir=%{_libexecdir}/%{name}
|
--libexecdir=%{_libexecdir}/%{name} \
|
||||||
|
--with-gtk=2.0
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -100,10 +101,6 @@ make %{?_smp_mflags}
|
|||||||
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 [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
|
|
||||||
rm -rf %{buildroot}%{_datadir}/MateConf/
|
|
||||||
fi
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
|
Loading…
Reference in New Issue
Block a user