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
This commit is contained in:
parent
29334aee04
commit
8f42fb320a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:004a1a6f35fcf27bf6a63db92e3a3ba64552a4f8e0a41a83352e934eefa6e87a
|
||||
size 2624506
|
3
coccinelle-1.0.0-rc24.tgz
Normal file
3
coccinelle-1.0.0-rc24.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57c7eabbb543b034f2ee5d561e9df4791387c585fd10954ee4eb66e818f48a50
|
||||
size 2735434
|
@ -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 <int>: Run the specified number of jobs in parallel.
|
||||
* --chunksize <int>. 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user