From 8f42fb320a06de982679944610a60c6e13f43c2fd438316b811f825e4f06a79a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 20 Feb 2015 13:12:22 +0000 Subject: [PATCH] Accepting request 286975 from home:dsterba:branches:devel:tools OBS-URL: https://build.opensuse.org/request/show/286975 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=39 --- coccinelle-1.0.0-rc22.tgz | 3 --- coccinelle-1.0.0-rc24.tgz | 3 +++ coccinelle.changes | 16 ++++++++++++++++ coccinelle.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 coccinelle-1.0.0-rc22.tgz create mode 100644 coccinelle-1.0.0-rc24.tgz diff --git a/coccinelle-1.0.0-rc22.tgz b/coccinelle-1.0.0-rc22.tgz deleted file mode 100644 index bf8ca1f..0000000 --- a/coccinelle-1.0.0-rc22.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004a1a6f35fcf27bf6a63db92e3a3ba64552a4f8e0a41a83352e934eefa6e87a -size 2624506 diff --git a/coccinelle-1.0.0-rc24.tgz b/coccinelle-1.0.0-rc24.tgz new file mode 100644 index 0000000..0d6ab49 --- /dev/null +++ b/coccinelle-1.0.0-rc24.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c7eabbb543b034f2ee5d561e9df4791387c585fd10954ee4eb66e818f48a50 +size 2735434 diff --git a/coccinelle.changes b/coccinelle.changes index c1cbad3..88fdba0 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Feb 20 00:00:00 CET 2015 - dsterba@suse.cz + +- Update to new upstream release 1.0.0~rc24 + * global expression x + * Varargs support + * Inline in function prototypes + * #ifdef on kernel version + * Parallelism in Coccinelle + * --jobs : Run the specified number of jobs in parallel. + * --chunksize . The specified number of files are dispatched as a + single unit of parallelism. +- Update to new upstream release 1.0.0~rc23 + * Ability to add, but not match or remove, attributes. + * Some parsing and pretty printing improvements. + ------------------------------------------------------------------- Thu Nov 27 13:21:13 UTC 2014 - jslaby@suse.com diff --git a/coccinelle.spec b/coccinelle.spec index 765569f..98d0adf 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -1,7 +1,7 @@ # # spec file for package coccinelle # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: coccinelle -Version: 1.0.0~rc22 +Version: 1.0.0~rc24 Release: 0 Summary: Semantic patch utility License: GPL-2.0 Group: Productivity/Text/Utilities Url: http://coccinelle.lip6.fr/ -%define rversion 1.0.0-rc22 +%define rversion 1.0.0-rc24 #Git-Clone: git://github.com/coccinelle/coccinelle Source: http://coccinelle.lip6.fr/distrib/%name-%rversion.tgz