Hello community,

here is the log from the commit of package libetonyek for openSUSE:Factory 
checked in at 2015-06-16 14:04:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libetonyek (Old)
 and      /work/SRC/openSUSE:Factory/.libetonyek.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libetonyek"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes    2014-07-27 
18:46:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes       
2015-06-16 14:04:47.000000000 +0200
@@ -1,0 +2,14 @@
+Mon Jun 15 08:27:40 UTC 2015 - tchva...@suse.com
+
+- Add patch to fix testsuite on i586:
+  * 0001-fix-test-on-i386.patch
+
+-------------------------------------------------------------------
+Sat Jun 13 12:51:39 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.1.2:
+  * Initial support for pages and numbers
+  * Ditch libetonyek-0.1.1-constants.patch as we do not require
+    us to build for older boost
+
+-------------------------------------------------------------------

Old:
----
  libetonyek-0.1.1-constants.patch
  libetonyek-0.1.1.tar.xz

New:
----
  0001-fix-test-on-i386.patch
  libetonyek-0.1.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libetonyek.spec ++++++
--- /var/tmp/diff_new_pack.ITwLGb/_old  2015-06-16 14:04:48.000000000 +0200
+++ /var/tmp/diff_new_pack.ITwLGb/_new  2015-06-16 14:04:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libetonyek
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,18 +18,20 @@
 
 %define libname libetonyek-0_1-1
 Name:           libetonyek
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        Library for Apple Keynote presentations
 License:        MPL-2.0
 Group:          Productivity/Publishing/Word
-Url:            http://www.freedesktop.org/wiki/Software/libetonyek
+Url:            https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
 Source0:        
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
-Patch0:         libetonyek-0.1.1-constants.patch
+# PATCH-FIX-UPSTREAM: fix i586 tests, from upstream git
+Patch0:         0001-fix-test-on-i386.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  glm-devel
 BuildRequires:  gperf
 BuildRequires:  pkg-config
 BuildRequires:  xz
@@ -89,10 +91,11 @@
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
+       --disable-silent-rules \
        --disable-werror \
        --disable-static \
        --docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -104,7 +107,7 @@
 %fdupes -s %{buildroot}
 
 %check
-make check %{?_smp_mflags} V=1
+make check %{?_smp_mflags}
 
 %post -n %{libname} -p /sbin/ldconfig
 

++++++ 0001-fix-test-on-i386.patch ++++++
>From 5bb538c7c9984d2f68b81eb182ca9bf4c12593a9 Mon Sep 17 00:00:00 2001
From: David Tardon <dtar...@redhat.com>
Date: Wed, 20 May 2015 16:44:25 +0200
Subject: [PATCH] fix test on i386

Change-Id: I54379bec41f724d5c3ff8bf9e559c5bda7a9c57d
---
 src/test/IWORKTransformationTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/IWORKTransformationTest.cpp 
b/src/test/IWORKTransformationTest.cpp
index b44d52f..77f0b27 100644
--- a/src/test/IWORKTransformationTest.cpp
+++ b/src/test/IWORKTransformationTest.cpp
@@ -209,7 +209,7 @@ void IWORKTransformationTest::testIdentities()
   CPPUNIT_ASSERT(origin(100, 50) == translate(-50, -25));
   CPPUNIT_ASSERT((flip(true, false) * flip(false, true)) == flip(true, true));
   CPPUNIT_ASSERT((flip(false, true) * flip(true, false)) == flip(true, true));
-  CPPUNIT_ASSERT((rotate(etonyek_half_pi) * rotate(etonyek_third_pi)) == 
(rotate(etonyek_third_pi) * rotate(etonyek_half_pi)));
+  CPPUNIT_ASSERT(approxEqual(rotate(etonyek_half_pi) * 
rotate(etonyek_third_pi), rotate(etonyek_third_pi) * rotate(etonyek_half_pi)));
   CPPUNIT_ASSERT(scale(-1, -1) == flip(true, true));
   CPPUNIT_ASSERT((translate(80, 40) * translate(10, 20)) == (translate(10, 20) 
* translate(80, 40)));
   CPPUNIT_ASSERT((scale(2, 2) * translate(1, 2) == (translate(2, 4) * scale(2, 
2))));
-- 
2.4.0

++++++ libetonyek-0.1.1.tar.xz -> libetonyek-0.1.2.tar.xz ++++++
++++ 45161 lines of diff (skipped)


Reply via email to