Hello community,
here is the log from the commit of package python-pycparser for
openSUSE:Factory checked in at 2019-01-15 09:14:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycparser (Old)
and /work/SRC/openSUSE:Factory/.python-pycparser.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycparser"
Tue Jan 15 09:14:26 2019 rev:10 rq:664444 version:2.19
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycparser/python-pycparser.changes
2018-12-14 20:46:56.093546866 +0100
+++
/work/SRC/openSUSE:Factory/.python-pycparser.new.28833/python-pycparser.changes
2019-01-15 09:14:43.518327513 +0100
@@ -1,0 +2,7 @@
+Wed Jan 9 21:51:00 UTC 2019 - Jonathan Brownell <[email protected]>
+
+- Restrict pattern matching to real files (not symlinks) during packaging
+ of fake_libc_include to avoid build errors on Red Hat platforms.
+ * fix-lexer-build.patch
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ fix-lexer-build.patch ++++++
--- /var/tmp/diff_new_pack.G6Y3i5/_old 2019-01-15 09:14:44.046327023 +0100
+++ /var/tmp/diff_new_pack.G6Y3i5/_new 2019-01-15 09:14:44.046327023 +0100
@@ -38,6 +38,6 @@
- package_data={'pycparser': ['*.cfg']},
- cmdclass={'install': install, 'sdist': sdist},
+ packages=['pycparser', 'pycparser.ply', 'utils.fake_libc_include'],
-+ package_data={'pycparser': ['*.cfg'], 'utils.fake_libc_include': ['*']},
++ package_data={'pycparser': ['*.cfg'], 'utils.fake_libc_include': ['*.h',
'xcb/*']},
+ cmdclass={'build': build, 'sdist': sdist},
)