Hello community,

here is the log from the commit of package libetonyek for openSUSE:Factory 
checked in at 2016-10-02 00:07:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-01-23 
01:14:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes       
2016-10-02 00:07:14.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Sep 30 08:57:01 UTC 2016 - [email protected]
+
+- Added patch:
+  * libetonyek-0.1.6-drop_test.patch
+    - Drop test that violates Unicode tr#35 and thus fails with
+      recent liblangtag
+
+-------------------------------------------------------------------

New:
----
  libetonyek-0.1.6-drop_test.patch

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

Other differences:
------------------
++++++ libetonyek.spec ++++++
--- /var/tmp/diff_new_pack.6P6M2q/_old  2016-10-02 00:07:15.000000000 +0200
+++ /var/tmp/diff_new_pack.6P6M2q/_new  2016-10-02 00:07:15.000000000 +0200
@@ -25,6 +25,7 @@
 Group:          Productivity/Publishing/Word
 Url:            https://wiki.documentfoundation.org/DLP/Libraries/libetonyek
 Source0:        
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
+Patch0:         libetonyek-0.1.6-drop_test.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -85,6 +86,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"

++++++ libetonyek-0.1.6-drop_test.patch ++++++
>From 1a20d8ece2ea3e8aa1d319cd88e8a6aa637982f2 Mon Sep 17 00:00:00 2001
From: David Tardon <[email protected]>
Date: Fri, 30 Sep 2016 09:57:15 +0200
Subject: [PATCH] drop test that violates Unicode tr#35

(and therefore fails with latest liblangtag)

Change-Id: I0e06c6c4e8bcf999cf5559d6287e77ae97e555d8
---
 src/test/IWORKLanguageManagerTest.cpp | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/test/IWORKLanguageManagerTest.cpp 
b/src/test/IWORKLanguageManagerTest.cpp
index 8fca0a6..e663bd2 100644
--- a/src/test/IWORKLanguageManagerTest.cpp
+++ b/src/test/IWORKLanguageManagerTest.cpp
@@ -104,16 +104,6 @@ void IWORKLanguageManagerTest::testTagToProps()
   }
 
   {
-    const string tag(mgr.addTag("ccc"));
-    CPPUNIT_ASSERT(!tag.empty());
-    RVNGPropertyList props;
-    mgr.writeProperties(tag, props);
-    assertProperty("unknown lang", props, "fo:language", "ccc");
-    CPPUNIT_ASSERT(!props["fo:country"]);
-    CPPUNIT_ASSERT(!props["fo:script"]);
-  }
-
-  {
     // invalid tag
     const string tag(mgr.addTag("13c"));
     CPPUNIT_ASSERT(tag.empty());
-- 
2.10.0


Reply via email to