From 226686a1aaddb9ee8cf85117185eef8ac8f9b7de972008825dd61f420430c1db Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Fri, 19 Feb 2016 13:09:30 +0000 Subject: [PATCH] - Update to 1.12.2. OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/eom?expand=0&rev=21 --- eom-1.12.1.tar.xz | 3 --- eom-1.12.2.tar.xz | 3 +++ eom-fix-introspection.patch | 22 ---------------------- eom.changes | 11 +++++++++++ eom.spec | 8 +++----- 5 files changed, 17 insertions(+), 30 deletions(-) delete mode 100644 eom-1.12.1.tar.xz create mode 100644 eom-1.12.2.tar.xz delete mode 100644 eom-fix-introspection.patch diff --git a/eom-1.12.1.tar.xz b/eom-1.12.1.tar.xz deleted file mode 100644 index 5a58e8e..0000000 --- a/eom-1.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bc839c5f5314b3d8e9e78bdca885dfc1160ea00cc80c39842944c959df5b645 -size 2213420 diff --git a/eom-1.12.2.tar.xz b/eom-1.12.2.tar.xz new file mode 100644 index 0000000..bbf1cfc --- /dev/null +++ b/eom-1.12.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da +size 2213260 diff --git a/eom-fix-introspection.patch b/eom-fix-introspection.patch deleted file mode 100644 index 77c9d49..0000000 --- a/eom-fix-introspection.patch +++ /dev/null @@ -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 - #include - #endif --#ifdef HAVE_INSTROSPECTION -+#ifdef HAVE_INTROSPECTION - #include - #endif - diff --git a/eom.changes b/eom.changes index f18d007..fedcd60 100644 --- a/eom.changes +++ b/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 diff --git a/eom.spec b/eom.spec index ab7ad87..cb592f5 100644 --- a/eom.spec +++ b/eom.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,13 @@ %define typelib typelib-1_0-Eom-1_0 %define _version 1.12 Name: eom -Version: 1.12.1 +Version: 1.12.2 Release: 0 Summary: MATE Desktop graphics viewer License: GPL-2.0+ and LGPL-2.1+ Group: System/GUI/Other Url: http://mate-desktop.org/ 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: libjpeg-devel BuildRequires: libxml2-python @@ -67,6 +65,7 @@ simplicity and standards compliance. Summary: MATE Desktop graphics viewer development files Group: Development/Tools/Other Requires: %{name} = %{version} +# mate-image-viewer-devel was last used in openSUSE 13.1. Provides: mate-image-viewer-devel = %{version} Obsoletes: mate-image-viewer-devel < %{version} @@ -88,7 +87,6 @@ simplicity and standards compliance. %prep %setup -q -%patch0 -p1 %build NOCONFIGURE=1 mate-autogen