forked from pool/coccinelle
Accepting request 174925 from devel:tools
- Update to new upstream release 1.0.0~rc17 OBS-URL: https://build.opensuse.org/request/show/174925 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/coccinelle?expand=0&rev=11
This commit is contained in:
commit
da1f4d4807
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64d27fc4e6bc81d2a2485e82fe8e6bf9cddbd62a17029de4a27b774e1e8234c1
|
||||
size 2557896
|
3
coccinelle-1.0.0-rc17.tar.xz
Normal file
3
coccinelle-1.0.0-rc17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20653f2e3599554bea6cf31c90f85500d5125bd2ab105a2ce13edc97e4c206a1
|
||||
size 2286028
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 17:51:39 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Switch to using pkgconfig()-type BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 3 06:30:09 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.0~rc17
|
||||
* allow __ at the beginning of a struct or union name
|
||||
* unparsing with precedence (insertion of parentheses when needed)
|
||||
* Type metavariables no longer match a case where there is no type
|
||||
in the C code.
|
||||
* An expression list metavariable can now be attached with @ to a
|
||||
parameter list metavariable, to allow using the parameter names as
|
||||
an argument list.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 3 16:18:10 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package coccinelle
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products 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,21 +17,26 @@
|
||||
|
||||
|
||||
Name: coccinelle
|
||||
Version: 1.0.0
|
||||
Version: 1.0.0~rc17
|
||||
Release: 0
|
||||
Summary: Semantic patch utility
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Text/Utilities
|
||||
Url: http://coccinelle.lip6.fr/
|
||||
%define rversion %version-rc15
|
||||
%define rversion 1.0.0-rc17
|
||||
|
||||
#Git-Clone: git://github.com/coccinelle/coccinelle
|
||||
Source: %name-%rversion.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: ocaml >= 3.11
|
||||
BuildRequires: ocaml-camlp4-devel >= 3.11
|
||||
BuildRequires: ocaml-ocamldoc >= 3.11
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
# Fails to link with PCRE
|
||||
#BuildRequires: pkgconfig(libpcre)
|
||||
BuildRequires: pkgconfig(python)
|
||||
Requires: python-base
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user