commit coccinelle for openSUSE:Factory

2024-07-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2024-07-15 19:47:04

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.17339 (New)


Package is "coccinelle"

Mon Jul 15 19:47:04 2024 rev:37 rq:1187297 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2022-11-30 
15:01:15.245805129 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.17339/coccinelle.changes 
2024-07-15 19:47:36.251983158 +0200
@@ -1,0 +2,6 @@
+Fri Jul 12 12:12:12 UTC 2024 - oher...@suse.de
+
+- update to version 1.2
+  See included changes.txt for details
+
+---

Old:

  coccinelle-1.1.1.tar.xz

New:

  coccinelle-1.2.tar.xz



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.k0TcJ4/_old  2024-07-15 19:47:36.695999434 +0200
+++ /var/tmp/diff_new_pack.k0TcJ4/_new  2024-07-15 19:47:36.69581 +0200
@@ -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 @@
 
 %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

++ _service ++
--- /var/tmp/diff_new_pack.k0TcJ4/_old  2024-07-15 19:47:36.736000900 +0200
+++ /var/tmp/diff_new_pack.k0TcJ4/_new  2024-07-15 19:47:36.740001047 +0200
@@ -1,9 +1,9 @@
 
-  
+  
 https://github.com/coccinelle/coccinelle.git
 git
 @PARENT_TAG@
-5444e14106ff17404e63d7824b9eba3c0e7139ba
+969cb12e9e9b7d4f42c2ff15296fd927f1ba63af
 coccinelle
 bundles/menhirLib
 bundles/parmap
@@ -13,10 +13,10 @@
 
   
-  
+  
 *.tar
 xz
   
-  
+  
 
 

++ coccinelle-1.1.1.tar.xz -> coccinelle-1.2.tar.xz ++
 54156 lines of diff (skipped)


commit coccinelle for openSUSE:Factory

2022-11-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2022-11-30 15:00:17

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.1597 (New)


Package is "coccinelle"

Wed Nov 30 15:00:17 2022 rev:36 rq:1039067 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2022-01-06 
15:51:57.120993287 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1597/coccinelle.changes  
2022-11-30 15:01:15.245805129 +0100
@@ -1,0 +2,6 @@
+Tue Nov 29 10:51:36 UTC 2022 - Andreas Schwab 
+
+- Enable build on riscv64
+- Increase stack size
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.JGrgxF/_old  2022-11-30 15:01:15.757808133 +0100
+++ /var/tmp/diff_new_pack.JGrgxF/_new  2022-11-30 15:01:15.765808180 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coccinelle
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Source0:%name-%version.tar.xz
 Source1:%name.rpmlintrc
 Patch1: kill-env.diff
-ExclusiveArch:  aarch64 ppc64le s390x x86_64
+ExclusiveArch:  aarch64 ppc64le s390x x86_64 riscv64
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -66,6 +66,12 @@
 %build
 autoreconf -fi
 %configure --with-python=%python_for_executables
+# Compiling the generated parser requires an extraordinary amount of stack
+%if 0%{?qemu_user_space_build}
+export QEMU_STACK_SIZE=$((32768*1024))
+%else
+ulimit -s 32768
+%endif
 %make_build -j1 VERBOSE=yes
 
 %install


commit coccinelle for openSUSE:Factory

2022-01-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2022-01-06 15:51:12

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.1896 (New)


Package is "coccinelle"

Thu Jan  6 15:51:12 2022 rev:35 rq:944124 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2021-12-18 
20:30:45.862259815 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1896/coccinelle.changes  
2022-01-06 15:51:57.120993287 +0100
@@ -1,0 +2,5 @@
+Wed Dec 29 21:21:21 UTC 2021 - oher...@suse.de
+
+- trim list of supported archs to aarch64 ppc64le s390x x86_64
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.jdw1HA/_old  2022-01-06 15:51:57.584993542 +0100
+++ /var/tmp/diff_new_pack.jdw1HA/_new  2022-01-06 15:51:57.588993544 +0100
@@ -26,6 +26,7 @@
 Source0:%name-%version.tar.xz
 Source1:%name.rpmlintrc
 Patch1: kill-env.diff
+ExclusiveArch:  aarch64 ppc64le s390x x86_64
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes


commit coccinelle for openSUSE:Factory

2021-12-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2021-12-18 20:30:03

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.2520 (New)


Package is "coccinelle"

Sat Dec 18 20:30:03 2021 rev:34 rq:941280 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2021-09-25 
22:51:31.335355045 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.2520/coccinelle.changes  
2021-12-18 20:30:45.862259815 +0100
@@ -1,0 +2,7 @@
+Fri Dec 10 10:10:10 UTC 2021 - oher...@suse.de
+
+- update to version 1.1.1
+  See included changes.txt for details
+- install ocaml support, add coccinelle.rpmlintrc (bsc#1192695)
+
+---

Old:

  coccinelle-1.1.0.tar.xz

New:

  coccinelle-1.1.1.tar.xz
  coccinelle.rpmlintrc



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.47lZP3/_old  2021-12-18 20:30:46.334260077 +0100
+++ /var/tmp/diff_new_pack.47lZP3/_new  2021-12-18 20:30:46.334260077 +0100
@@ -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 @@
 : >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

++ _service ++
--- /var/tmp/diff_new_pack.47lZP3/_old  2021-12-18 20:30:46.370260097 +0100
+++ /var/tmp/diff_new_pack.47lZP3/_new  2021-12-18 20:30:46.374260099 +0100
@@ -3,7 +3,7 @@
 https://github.com/coccinelle/coccinelle.git
 git
 @PARENT_TAG@
-25e7cee77b4b6efbabf60ffaa8bccd72500ba8bd
+5444e14106ff17404e63d7824b9eba3c0e7139ba
 coccinelle
 bundles/menhirLib
 bundles/parmap

++ coccinelle-1.1.0.tar.xz -> coccinelle-1.1.1.tar.xz ++
 9915 lines of diff (skipped)

++ coccinelle.rpmlintrc ++
addFilter('devel-file-in-non-devel-package')


commit coccinelle for openSUSE:Factory

2021-09-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2021-09-25 22:51:26

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.1899 (New)


Package is "coccinelle"

Sat Sep 25 22:51:26 2021 rev:33 rq:921384 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2021-09-21 
21:13:45.522680436 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1899/coccinelle.changes  
2021-09-25 22:51:31.335355045 +0200
@@ -1,0 +2,6 @@
+Fri Sep 24 22:36:26 UTC 2021 - Cristian Rodr??guez 
+
+- Further testing shows that grep, which and findutils are also 
+  required.
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.eIpgib/_old  2021-09-25 22:51:31.811355651 +0200
+++ /var/tmp/diff_new_pack.eIpgib/_new  2021-09-25 22:51:31.815355655 +0200
@@ -39,7 +39,10 @@
 BuildRequires:  ocamlfind(pyml)
 BuildRequires:  ocamlfind(stdcompat)
 BuildRequires:  pkgconfig(python3)
+Requires:   findutils
+Requires:   grep
 Requires:   python3-base
+Requires:   which
 
 %description
 Coccinelle is a program matching and transformation engine which


commit coccinelle for openSUSE:Factory

2021-09-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2021-09-21 21:12:53

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.1899 (New)


Package is "coccinelle"

Tue Sep 21 21:12:53 2021 rev:32 rq:920539 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2021-09-20 
23:36:03.299388672 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1899/coccinelle.changes  
2021-09-21 21:13:45.522680436 +0200
@@ -1,0 +2,7 @@
+Tue Sep 21 00:36:44 UTC 2021 - Cristian Rodr??guez 
+
+- Fix totally broken python support, set the correct python3
+  interpreter, otherwise it defaults to python, which in our case
+  is python 2.7. (changed kill-env.diff, spec) 
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.fOnOkU/_old  2021-09-21 21:13:45.994680970 +0200
+++ /var/tmp/diff_new_pack.fOnOkU/_new  2021-09-21 21:13:45.998680974 +0200
@@ -60,7 +60,7 @@
 
 %build
 autoreconf -fi
-%configure
+%configure --with-python=%python_for_executables
 %make_build -j1 VERBOSE=yes
 
 %install

++ kill-env.diff ++
--- /var/tmp/diff_new_pack.fOnOkU/_old  2021-09-21 21:13:46.030681011 +0200
+++ /var/tmp/diff_new_pack.fOnOkU/_new  2021-09-21 21:13:46.030681011 +0200
@@ -7,13 +7,13 @@
  tools/pycocci |2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: coccinelle-1.0.6/tools/pycocci
+Index: coccinelle-1.1.0/tools/pycocci
 ===
 coccinelle-1.0.6.orig/tools/pycocci
-+++ coccinelle-1.0.6/tools/pycocci
+--- coccinelle-1.1.0.orig/tools/pycocci
 coccinelle-1.1.0/tools/pycocci
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python3
  #
  # Copyright (c) 2014 Luis R. Rodriguez  
  # Copyright (c) 2013 Johannes Berg 


commit coccinelle for openSUSE:Factory

2021-09-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2021-09-20 23:33:09

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.1899 (New)


Package is "coccinelle"

Mon Sep 20 23:33:09 2021 rev:31 rq:920201 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2021-06-01 
10:36:22.768702493 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1899/coccinelle.changes  
2021-09-20 23:36:03.299388672 +0200
@@ -1,0 +2,5 @@
+Sat Sep 11 12:34:56 UTC 2021 - oher...@suse.de
+
+- build with VERBOSE=yes
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.VUs5tI/_old  2021-09-20 23:36:03.715389186 +0200
+++ /var/tmp/diff_new_pack.VUs5tI/_new  2021-09-20 23:36:03.715389186 +0200
@@ -61,8 +61,7 @@
 %build
 autoreconf -fi
 %configure
-# internal copy of stdcompat
-%make_build -j1
+%make_build -j1 VERBOSE=yes
 
 %install
 b="%buildroot"


commit coccinelle for openSUSE:Factory

2021-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2021-06-01 10:35:40

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.1898 (New)


Package is "coccinelle"

Tue Jun  1 10:35:40 2021 rev:30 rq:895342 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2021-04-29 
01:38:10.506559278 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.1898/coccinelle.changes  
2021-06-01 10:36:22.768702493 +0200
@@ -1,0 +2,5 @@
+Tue May 25 10:47:33 UTC 2021 - Jan Engelhardt 
+
+- Add wrapper script to set COCCINELLE_HOME [boo#1184563]
+
+---



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.AYdH4g/_old  2021-06-01 10:36:23.228703276 +0200
+++ /var/tmp/diff_new_pack.AYdH4g/_new  2021-06-01 10:36:23.228703276 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package coccinelle
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,15 +29,15 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel
-BuildRequires:  ocaml(ocaml.opt)
 BuildRequires:  ocaml-ocamldoc >= 3.11
+BuildRequires:  python-rpm-macros
+BuildRequires:  ocaml(ocaml.opt)
 BuildRequires:  ocamlfind(findlib)
 BuildRequires:  ocamlfind(menhir)
 BuildRequires:  ocamlfind(parmap)
 BuildRequires:  ocamlfind(pcre)
 BuildRequires:  ocamlfind(pyml)
 BuildRequires:  ocamlfind(stdcompat)
-BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(python3)
 Requires:   python3-base
 
@@ -62,9 +62,10 @@
 autoreconf -fi
 %configure
 # internal copy of stdcompat
-make -j1
+%make_build -j1
 
 %install
+b="%buildroot"
 # "because it is simply not possible to strip ocaml binaries that are built
 # with the -custom option."
 export NO_BRP_STRIP_DEBUG=true
@@ -76,14 +77,26 @@
 
 %make_install
 # Remove coccilib, don't have the deps
-rm -Rf "%buildroot/%_libdir/%name"/{commons,globals,ocaml,parsing_c} \
-   "%buildroot/%_mandir/man3"/Coccilib*
-%fdupes %buildroot/%_prefix
+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
+   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
-mkdir -p "%buildroot/%python3_sitelib"
-mv "%buildroot/%_libdir/%name/python/coccilib" "%buildroot/%python3_sitelib"
-%fdupes %buildroot/%python3_sitelib/coccilib
+mkdir -p "$b/%python3_sitelib"
+mv "$b/%_libdir/%name/python/coccilib" "$b/%python3_sitelib"
+%fdupes $b/%python3_sitelib/coccilib
 
 %files
 %doc authors.txt bugs.txt changes.txt copyright.txt credits.txt


commit coccinelle for openSUSE:Factory

2021-04-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2021-04-29 01:37:24

Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and  /work/SRC/openSUSE:Factory/.coccinelle.new.12324 (New)


Package is "coccinelle"

Thu Apr 29 01:37:24 2021 rev:29 rq:885344 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes2020-05-05 
19:04:59.722637899 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.12324/coccinelle.changes 
2021-04-29 01:38:10.506559278 +0200
@@ -1,0 +2,6 @@
+Tue Apr 13 13:13:13 UTC 2021 - oher...@suse.de
+
+- update to version 1.1.0
+  See included changes.txt for details
+
+---

Old:

  coccinelle-1.0.8.tar.xz

New:

  coccinelle-1.1.0.tar.xz



Other differences:
--
++ coccinelle.spec ++
--- /var/tmp/diff_new_pack.I3qYTn/_old  2021-04-29 01:38:10.958559919 +0200
+++ /var/tmp/diff_new_pack.I3qYTn/_new  2021-04-29 01:38:10.962559925 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   coccinelle
-Version:1.0.8
+Version:1.1.0
 Release:0
 Summary:Semantic patch utility
 License:GPL-2.0-only
@@ -29,14 +29,15 @@
 BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel
-BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-menhir-devel
-BuildRequires:  ocaml-ocamlbuild
+BuildRequires:  ocaml(ocaml.opt)
 BuildRequires:  ocaml-ocamldoc >= 3.11
-BuildRequires:  ocaml-parmap-devel
-BuildRequires:  ocaml-pcre-devel
+BuildRequires:  ocamlfind(findlib)
+BuildRequires:  ocamlfind(menhir)
+BuildRequires:  ocamlfind(parmap)
+BuildRequires:  ocamlfind(pcre)
+BuildRequires:  ocamlfind(pyml)
+BuildRequires:  ocamlfind(stdcompat)
 BuildRequires:  python-rpm-macros
-BuildRequires:  ocaml(ocaml.opt)
 BuildRequires:  pkgconfig(python3)
 Requires:   python3-base
 

++ _service ++
--- /var/tmp/diff_new_pack.I3qYTn/_old  2021-04-29 01:38:10.990559964 +0200
+++ /var/tmp/diff_new_pack.I3qYTn/_new  2021-04-29 01:38:10.990559964 +0200
@@ -3,14 +3,14 @@
 https://github.com/coccinelle/coccinelle.git
 git
 @PARENT_TAG@
-d678c34afc0cfb479ad34f2225c57b1b8d3ebeae
+25e7cee77b4b6efbabf60ffaa8bccd72500ba8bd
 coccinelle
 bundles/menhirLib
 bundles/parmap
 bundles/pcre
-
   
   

++ coccinelle-1.0.8.tar.xz -> coccinelle-1.1.0.tar.xz ++
 96343 lines of diff (skipped)