diff --git a/python-Pygments.changes b/python-Pygments.changes index a9a99b8..586c7c8 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 18 21:42:09 UTC 2020 - Benoît Monin + +- fix the path of non-oss licensed files to remove + ------------------------------------------------------------------- Fri Mar 13 16:20:21 UTC 2020 - Benoît Monin diff --git a/python-Pygments.spec b/python-Pygments.spec index 02198d0..a52121b 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -57,7 +57,7 @@ source code. Highlights are: %setup -q -n Pygments-%{version} # Remove non-oss licensed files, see bnc# 760344 -rm tests/examplefiles/{Sorting,test}.mod +rm tests/examplefiles/firefox.mak tests/examplefiles/example.webidl # Remove unnecessary shebang sed -i '1 { /^#!/ d }' pygments/lexers/_usd_builtins.py