- Update to 1.12.2.
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=21
This commit is contained in:
parent
7b8c5a269d
commit
226686a1aa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1bc839c5f5314b3d8e9e78bdca885dfc1160ea00cc80c39842944c959df5b645
|
|
||||||
size 2213420
|
|
3
eom-1.12.2.tar.xz
Normal file
3
eom-1.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da
|
||||||
|
size 2213260
|
@ -1,22 +0,0 @@
|
|||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -142,6 +142,8 @@ else
|
|
||||||
have_introspection=no
|
|
||||||
fi
|
|
||||||
|
|
||||||
+AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$have_introspection" = xyes)
|
|
||||||
+
|
|
||||||
# ***************
|
|
||||||
# ZLIB (required)
|
|
||||||
# ***************
|
|
||||||
--- a/src/main.c
|
|
||||||
+++ b/src/main.c
|
|
||||||
@@ -30,7 +30,7 @@
|
|
||||||
#include <dbus/dbus-glib-bindings.h>
|
|
||||||
#include <gdk/gdkx.h>
|
|
||||||
#endif
|
|
||||||
-#ifdef HAVE_INSTROSPECTION
|
|
||||||
+#ifdef HAVE_INTROSPECTION
|
|
||||||
#include <girepository.h>
|
|
||||||
#endif
|
|
||||||
|
|
11
eom.changes
11
eom.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 17:54:13 UTC 2016 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 1.12.2:
|
||||||
|
* Print preview: avoid integer overflow when allocating a large
|
||||||
|
block of memory.
|
||||||
|
* Fix build with introspection enabled.
|
||||||
|
* Fix GTK+3 build when --without-cms is set.
|
||||||
|
* Some more fixes.
|
||||||
|
- Remove eom-fix-introspection.patch: merged upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 7 15:13:31 UTC 2015 - sor.alexei@meowr.ru
|
Mon Dec 7 15:13:31 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
8
eom.spec
8
eom.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eom
|
# spec file for package eom
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,15 +19,13 @@
|
|||||||
%define typelib typelib-1_0-Eom-1_0
|
%define typelib typelib-1_0-Eom-1_0
|
||||||
%define _version 1.12
|
%define _version 1.12
|
||||||
Name: eom
|
Name: eom
|
||||||
Version: 1.12.1
|
Version: 1.12.2
|
||||||
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: http://mate-desktop.org/
|
Url: http://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
|
||||||
# PATCH-FIX-UPSTREAM eom-fix-introspection.patch -- Fix compilation with GObject Introspection enabled.
|
|
||||||
Patch0: %{name}-fix-introspection.patch
|
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
@ -67,6 +65,7 @@ simplicity and standards compliance.
|
|||||||
Summary: MATE Desktop graphics viewer development files
|
Summary: MATE Desktop graphics viewer development files
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
# mate-image-viewer-devel was last used in openSUSE 13.1.
|
||||||
Provides: mate-image-viewer-devel = %{version}
|
Provides: mate-image-viewer-devel = %{version}
|
||||||
Obsoletes: mate-image-viewer-devel < %{version}
|
Obsoletes: mate-image-viewer-devel < %{version}
|
||||||
|
|
||||||
@ -88,7 +87,6 @@ simplicity and standards compliance.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
NOCONFIGURE=1 mate-autogen
|
NOCONFIGURE=1 mate-autogen
|
||||||
|
Loading…
Reference in New Issue
Block a user