diff --git a/_service b/_service index 415ebf7..8320404 100644 --- a/_service +++ b/_service @@ -1,9 +1,9 @@ - + https://github.com/coccinelle/coccinelle.git git @PARENT_TAG@ - 5444e14106ff17404e63d7824b9eba3c0e7139ba + 969cb12e9e9b7d4f42c2ff15296fd927f1ba63af coccinelle bundles/menhirLib bundles/parmap @@ -13,9 +13,9 @@ - + *.tar xz - + diff --git a/coccinelle-1.1.1.tar.xz b/coccinelle-1.1.1.tar.xz deleted file mode 100644 index 3241fdc..0000000 --- a/coccinelle-1.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90d2a1c371b82e3ddfffac9e86eef21c741f238d1a2f20658744b56592f867eb -size 1194392 diff --git a/coccinelle-1.2.tar.xz b/coccinelle-1.2.tar.xz new file mode 100644 index 0000000..6cf1625 --- /dev/null +++ b/coccinelle-1.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fc9a2dc91542685d0c559d64304a38fb0b7c1a6a0e49ce2a35632304bcbc5a +size 1263268 diff --git a/coccinelle.changes b/coccinelle.changes index f6eb301..ea0e6e2 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 12 12:12:12 UTC 2024 - ohering@suse.de + +- update to version 1.2 + See included changes.txt for details + ------------------------------------------------------------------- Tue Nov 29 10:51:36 UTC 2022 - Andreas Schwab diff --git a/coccinelle.spec b/coccinelle.spec index 9709790..bbabebb 100644 --- a/coccinelle.spec +++ b/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.2 Release: 0 Summary: Semantic patch utility License: GPL-2.0-only @@ -87,17 +87,6 @@ export NO_DEBUGINFO_STRIP_DEBUG=true %make_install -# Until https://github.com/coccinelle/coccinelle/issues/259 is fixed -for i in spatch spgen; do - mv -v "$b/%_bindir/$i" "$b/%_bindir/$i.bin" - cat >"$b/%_bindir/$i" <<-EOF - #!/bin/bash - if test -z "\$COCCINELLE_HOME"; then export COCCINELLE_HOME="%_libdir/coccinelle"; fi - exec %_bindir/$i.bin "\$@" - EOF - chmod -v a+x "$b/%_bindir/$i" -done - %fdupes $b/%_prefix # Python library have been named after directories in the site-packages hierarchy