Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2019-02-11 21:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/expat (Old)
 and      /work/SRC/openSUSE:Factory/.expat.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "expat"

Mon Feb 11 21:16:09 2019 rev:56 rq:672726 version:2.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/expat/expat.changes      2019-01-08 
12:19:05.540891063 +0100
+++ /work/SRC/openSUSE:Factory/.expat.new.28833/expat.changes   2019-02-11 
21:16:10.183375978 +0100
@@ -1,0 +2,6 @@
+Thu Feb  7 10:45:14 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Add expat-2.2.6-fix-make-clean.patch
+- Allow profile guided optimization again
+
+-------------------------------------------------------------------

New:
----
  expat-2.2.6-fix-make-clean.patch

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

Other differences:
------------------
++++++ expat.spec ++++++
--- /var/tmp/diff_new_pack.w57aGG/_old  2019-02-11 21:16:10.807375646 +0100
+++ /var/tmp/diff_new_pack.w57aGG/_new  2019-02-11 21:16:10.807375646 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%global do_profiling 0
 %global unversion 2_2_6
 Name:           expat
 Version:        2.2.6
@@ -29,6 +28,7 @@
 Source1:        %{name}faq.html
 Source2:        baselibs.conf
 Source3:        
https://github.com/libexpat/libexpat/releases/download/R_%{unversion}/expat-%{version}.tar.bz2.asc
+Patch0:         expat-2.2.6-fix-make-clean.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -63,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 cp %{SOURCE1} .
 rm -f examples/*.dsp

++++++ expat-2.2.6-fix-make-clean.patch ++++++
Author: Bernhard M. Wiedemann <bwiedemann suse de>
Date: 2019-02-07

Do not clean files that are shipped in the tarball
and that we cannot create with 'make'
to fix building with profile guided optimizations
Index: expat-2.2.6/doc/Makefile.in
===================================================================
--- expat-2.2.6.orig/doc/Makefile.in
+++ expat-2.2.6/doc/Makefile.in
@@ -572,7 +572,7 @@ clean-local: clean-local-check
 
 .PHONY: clean-local-check
 clean-local-check:
-       $(RM) xmlwf.1
+       #$(RM) xmlwf.1
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.


Reply via email to