diff --git a/_service b/_service index b93f9d8..415ebf7 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/coccinelle/coccinelle.git git @PARENT_TAG@ - 25e7cee77b4b6efbabf60ffaa8bccd72500ba8bd + 5444e14106ff17404e63d7824b9eba3c0e7139ba coccinelle bundles/menhirLib bundles/parmap diff --git a/coccinelle-1.1.0.tar.xz b/coccinelle-1.1.0.tar.xz deleted file mode 100644 index 5e73b4c..0000000 --- a/coccinelle-1.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee39a2851361ec5b0b409d26606714b8284b3270b5a13e15d08b54f74b19ae89 -size 1183460 diff --git a/coccinelle-1.1.1.tar.xz b/coccinelle-1.1.1.tar.xz new file mode 100644 index 0000000..3241fdc --- /dev/null +++ b/coccinelle-1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d2a1c371b82e3ddfffac9e86eef21c741f238d1a2f20658744b56592f867eb +size 1194392 diff --git a/coccinelle.changes b/coccinelle.changes index 4c2b331..fe56131 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Dec 10 10:10:10 UTC 2021 - ohering@suse.de + +- update to version 1.1.1 + See included changes.txt for details +- install ocaml support, add coccinelle.rpmlintrc (bsc#1192695) + ------------------------------------------------------------------- Fri Sep 24 22:36:26 UTC 2021 - Cristian Rodríguez diff --git a/coccinelle.rpmlintrc b/coccinelle.rpmlintrc new file mode 100644 index 0000000..bcabe0d --- /dev/null +++ b/coccinelle.rpmlintrc @@ -0,0 +1 @@ +addFilter('devel-file-in-non-devel-package') diff --git a/coccinelle.spec b/coccinelle.spec index 5e0b2c1..014931d 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -17,13 +17,14 @@ Name: coccinelle -Version: 1.1.0 +Version: 1.1.1 Release: 0 Summary: Semantic patch utility License: GPL-2.0-only Group: Productivity/Text/Utilities URL: http://coccinelle.lip6.fr/ Source0: %name-%version.tar.xz +Source1: %name.rpmlintrc Patch1: kill-env.diff BuildRequires: autoconf BuildRequires: automake @@ -78,9 +79,6 @@ export NO_DEBUGINFO_STRIP_DEBUG=true : >debugsourcefiles.list %make_install -# Remove coccilib, don't have the deps -rm -Rf "$b/%_libdir/%name"/{commons,globals,ocaml,parsing_c} \ - "$b/%_mandir/man3"/Coccilib* # Until https://github.com/coccinelle/coccinelle/issues/259 is fixed for i in spatch spgen; do