File project.diff of Package coccinelle
--- coccinelle.changes.orig
+++ coccinelle.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Jan 11 00:00:00 PM CET 2024 - dsterba@suse.cz
+
+- use git version deb429dfae033e40aefc78729a585b00ae82808c, tag it as 1.3.1
+
+-------------------------------------------------------------------
Tue Nov 29 10:51:36 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Enable build on riscv64
--- coccinelle.spec.orig
+++ coccinelle.spec
@@ -1,7 +1,7 @@
#
# spec file for package coccinelle
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: coccinelle
-Version: 1.1.1
+Version: 1.3.1
Release: 0
Summary: Semantic patch utility
License: GPL-2.0-only
@@ -100,6 +100,9 @@ done
%fdupes $b/%_prefix
+#mkdir -p %{buildroot}/usr/lib/%{name}
+#cp -a %{buildroot}/usr/lib64/%{name} %{buildroot}/usr/lib/%{name}
+
# Python library have been named after directories in the site-packages hierarchy
mkdir -p "$b/%python3_sitelib"
mv "$b/%_libdir/%name/python/coccilib" "$b/%python3_sitelib"
@@ -113,6 +116,7 @@ mv "$b/%_libdir/%name/python/coccilib" "
%_mandir/man?/*
%_bindir/sp*
%_libdir/%name
+/usr/lib/%name
%_datadir/bash-completion/
%changelog