From b27bf2fc5cfbbb3a8ec5b9d37247a919715ec0d83d35768e2e222d3fff54fe5c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 13 Feb 2012 11:15:06 +0000 Subject: [PATCH] Accepting request 104314 from devel:openSUSE:Factory:patch-license patch license to follow spdx.org standard OBS-URL: https://build.opensuse.org/request/show/104314 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=21 --- coccinelle.changes | 5 +++++ coccinelle.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/coccinelle.changes b/coccinelle.changes index 4ccb4e2..5f40093 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 13 10:45:09 UTC 2012 - coolo@suse.com + +- patch license to follow spdx.org standard + ------------------------------------------------------------------- Sun Jul 10 19:08:55 UTC 2011 - jengelh@medozas.de diff --git a/coccinelle.spec b/coccinelle.spec index 4bcc276..22321e2 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -1,7 +1,7 @@ # # spec file for package coccinelle # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,18 +16,20 @@ # - Name: coccinelle Version: 1.0.0 Release: 0 Summary: Semantic patch utility -License: GPL2 +License: GPL-2.0 Group: Productivity/Text/Utilities Url: http://coccinelle.lip6.fr/ %define rversion %version-rc7 Source: %name-%rversion.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ncurses-devel ocaml python-devel xz +BuildRequires: ncurses-devel +BuildRequires: ocaml +BuildRequires: python-devel +BuildRequires: xz %description Coccinelle is a program matching and transformation engine which