Hello community,

here is the log from the commit of package poxml for openSUSE:Factory checked 
in at 2019-11-13 13:24:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poxml (Old)
 and      /work/SRC/openSUSE:Factory/.poxml.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poxml"

Wed Nov 13 13:24:05 2019 rev:81 rq:746993 version:19.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/poxml/poxml.changes      2019-10-28 
16:58:31.257624805 +0100
+++ /work/SRC/openSUSE:Factory/.poxml.new.2990/poxml.changes    2019-11-13 
13:24:15.771443710 +0100
@@ -1,0 +2,10 @@
+Thu Nov  7 23:13:40 UTC 2019 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 19.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.3.php
+- Changes since 19.08.2:
+  * cmake: build/run tests only when enabled
+
+-------------------------------------------------------------------

Old:
----
  poxml-19.08.2.tar.xz
  poxml-19.08.2.tar.xz.sig

New:
----
  poxml-19.08.3.tar.xz
  poxml-19.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ poxml.spec ++++++
--- /var/tmp/diff_new_pack.4EWcYu/_old  2019-11-13 13:24:16.367444330 +0100
+++ /var/tmp/diff_new_pack.4EWcYu/_new  2019-11-13 13:24:16.371444335 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           poxml
-Version:        19.08.2
+Version:        19.08.3
 Release:        0
 Summary:        Tools for translating DocBook XML files with Gettext
 License:        GPL-2.0-only AND GFDL-1.2-only


++++++ poxml-19.08.2.tar.xz -> poxml-19.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/poxml-19.08.2/CMakeLists.txt 
new/poxml-19.08.3/CMakeLists.txt
--- old/poxml-19.08.2/CMakeLists.txt    2019-10-08 02:18:32.000000000 +0200
+++ new/poxml-19.08.3/CMakeLists.txt    2019-11-05 05:12:22.000000000 +0100
@@ -82,7 +82,9 @@
 
 
 
-add_subdirectory(tests)
+if (BUILD_TESTING)
+    add_subdirectory(tests)
+endif()
 
 
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)


Reply via email to