Accepting request 481116 from X11:MATE:Factory

OBS-URL: https://build.opensuse.org/request/show/481116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2017-03-20 16:11:08 +00:00 committed by Git OBS Bridge
commit b4f2f39a97
4 changed files with 23 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ff6b2af557dec88e73e654f3a150f6dbe0123fe5ed28ad552dc83da96cb0d42f
size 2215676

3
eom-1.18.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:942e2cb5d1e65550a6ea88a1d16aad44b5496f031a10fcaae3c0f68836a7d753
size 2187284

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Mar 14 10:11:47 UTC 2017 - sor.alexei@meowr.ru
- Update to version 1.18.0:
* NEWS: Use consistent, project wide, markdown-like formatting to
make generating release announcements easier.
* Build: Require libmate-desktop >= 1.17.
* Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
--with-gtk build option.
* Drop Python bindings and the --enable-python build option.
* Port the plugin system and plugins to libpeas.
* Some code and docs cleanups.
* Update translations.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 8 14:23:12 UTC 2017 - sor.alexei@meowr.ru Wed Feb 8 14:23:12 UTC 2017 - sor.alexei@meowr.ru

View File

@ -17,9 +17,9 @@
%define typelib typelib-1_0-Eom-1_0 %define typelib typelib-1_0-Eom-1_0
%define _version 1.16 %define _version 1.18
Name: eom Name: eom
Version: 1.16.1 Version: 1.18.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+
@ -37,15 +37,14 @@ BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(exempi-2.0) BuildRequires: pkgconfig(exempi-2.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.14
BuildRequires: pkgconfig(gtk+-unix-print-2.0) BuildRequires: pkgconfig(gtk+-unix-print-3.0)
BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(libpeas-gtk-1.0)
BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(mate-desktop-2.0) >= %{_version} BuildRequires: pkgconfig(mate-desktop-2.0) >= %{_version}
BuildRequires: pkgconfig(pygobject-2.0)
BuildRequires: pkgconfig(pygtk-2.0)
Requires: mate-desktop-gsettings-schemas >= %{_version} Requires: mate-desktop-gsettings-schemas >= %{_version}
Recommends: %{name}-lang Recommends: %{name}-lang
# mate-image-viewer was last used in openSUSE 13.1. # mate-image-viewer was last used in openSUSE 13.1.
@ -93,7 +92,7 @@ simplicity and standards compliance.
NOCONFIGURE=1 mate-autogen NOCONFIGURE=1 mate-autogen
%configure \ %configure \
--libexecdir=%{_libexecdir}/%{name} \ --libexecdir=%{_libexecdir}/%{name} \
--with-gtk=2.0 --disable-python
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1
%install %install