Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package uriparser for openSUSE:Factory 
checked in at 2022-05-19 22:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uriparser (Old)
 and      /work/SRC/openSUSE:Factory/.uriparser.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uriparser"

Thu May 19 22:49:36 2022 rev:10 rq:978053 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/uriparser/uriparser.changes      2022-01-10 
23:54:09.724833723 +0100
+++ /work/SRC/openSUSE:Factory/.uriparser.new.1538/uriparser.changes    
2022-05-19 22:50:09.614399503 +0200
@@ -1,0 +2,10 @@
+Mon May 16 23:19:39 UTC 2022 - Andrew Daugherity <[email protected]>
+
+- fix cmake build (incorrect line continuation - %%make_jobs is not part of the
+  %%cmake call; it only worked in distros where it printed a deprecation
+  warning before invoking make)
+  - replace deprecated %%make_jobs with %%cmake_build
+- fix building docs: need graphviz-gd to produce PNG files and 
+  ghostscript-fonts-std for the fonts used
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uriparser.spec ++++++
--- /var/tmp/diff_new_pack.PzKk4y/_old  2022-05-19 22:50:10.034400042 +0200
+++ /var/tmp/diff_new_pack.PzKk4y/_new  2022-05-19 22:50:10.038400047 +0200
@@ -32,7 +32,9 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  ghostscript-fonts-std
 BuildRequires:  graphviz
+BuildRequires:  graphviz-gd
 BuildRequires:  libqt5-qttools
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libxdot)
@@ -102,8 +104,8 @@
     -DURIPARSER_BUILD_TESTS:BOOL=OFF \
 %endif
     -DURIPARSER_BUILD_TOOLS:BOOL=ON \
-    -DURIPARSER_BUILD_WCHAR:BOOL=ON \
-%make_jobs
+    -DURIPARSER_BUILD_WCHAR:BOOL=ON
+%cmake_build
 
 %install
 %cmake_install

Reply via email to