From 261354f07d5a10ded82966b4ba317bd35e8d470b68dc6e42d72146fa7d327fd8 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 19 Mar 2020 05:51:14 +0000 Subject: [PATCH] Accepting request 786273 from home:benoit_monin:branches:devel:languages:python fix the path of non-oss licensed files to remove OBS-URL: https://build.opensuse.org/request/show/786273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=62 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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