Hello community,

here is the log from the commit of package ki18n for openSUSE:Factory checked 
in at 2018-05-07 14:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ki18n (Old)
 and      /work/SRC/openSUSE:Factory/.ki18n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ki18n"

Mon May  7 14:50:51 2018 rev:56 rq:603054 version:5.45.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ki18n/ki18n.changes      2018-04-19 
15:16:33.262394053 +0200
+++ /work/SRC/openSUSE:Factory/.ki18n.new/ki18n.changes 2018-05-07 
14:50:52.767280644 +0200
@@ -1,0 +2,6 @@
+Wed May  2 11:27:21 UTC 2018 - [email protected]
+
+- Add patch to accelerate building of gettext catalogs:
+  * 0001-Don-t-need-to-run-previous-iterations-commands-again.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Don-t-need-to-run-previous-iterations-commands-again.patch

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

Other differences:
------------------
++++++ ki18n.spec ++++++
--- /var/tmp/diff_new_pack.zXMbSn/_old  2018-05-07 14:50:54.303232716 +0200
+++ /var/tmp/diff_new_pack.zXMbSn/_new  2018-05-07 14:50:54.307232591 +0200
@@ -45,6 +45,8 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE fallbackLang.diff -- look for translations in locale/kf5 
also
 Patch0:         fallbackLang.diff
+# PATCH-FIX-UPSTREAM
+Patch1:         0001-Don-t-need-to-run-previous-iterations-commands-again.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -88,7 +90,7 @@
 %lang_package -n %lname
 %prep
 %setup -q
-%patch0 -p1
+%autopatch -p1
 
 %build
   %cmake_kf5 -d build

++++++ 0001-Don-t-need-to-run-previous-iterations-commands-again.patch ++++++
>From 9c32bdab29b345976eee3b9c1c4bebd76cdcdde2 Mon Sep 17 00:00:00 2001
From: Aleix Pol <[email protected]>
Date: Sun, 15 Apr 2018 01:39:58 +0200
Subject: [PATCH] Don't need to run previous iterations commands again

Summary: BUG: 393141

Test Plan:
Tested building plasma-workspace, it was clearly faster (although it
would have finished eventually)

Reviewers: #frameworks, arojas, sitter

Reviewed By: sitter

Subscribers: sitter, heikobecker

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D12216
---
 cmake/build-pofiles.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake/build-pofiles.cmake b/cmake/build-pofiles.cmake
index d0991ad..b39be31 100644
--- a/cmake/build-pofiles.cmake
+++ b/cmake/build-pofiles.cmake
@@ -62,6 +62,7 @@ foreach(pofile IN LISTS pofiles)
     if(i EQUAL ${numberOfProcesses})
         _processCommands()
         set(i 0)
+        set(commands)
     endif()
 endforeach()
 
-- 
2.16.2


Reply via email to