From a3cfa0f44151681db0b18ee6501fe98bbb7ea5454fe5c55c0d9fa4e82550ba01 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 5 May 2015 12:51:42 +0000 Subject: [PATCH] Accepting request 305443 from home:pluskalm:branches:devel:tools - Update to release 1.0.0 * see changes.txt for full list of changes OBS-URL: https://build.opensuse.org/request/show/305443 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=41 --- coccinelle-1.0.0-rc24.tgz | 3 --- coccinelle-1.0.0.tgz | 3 +++ coccinelle.changes | 6 ++++++ coccinelle.spec | 7 +++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 coccinelle-1.0.0-rc24.tgz create mode 100644 coccinelle-1.0.0.tgz diff --git a/coccinelle-1.0.0-rc24.tgz b/coccinelle-1.0.0-rc24.tgz deleted file mode 100644 index 0d6ab49..0000000 --- a/coccinelle-1.0.0-rc24.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57c7eabbb543b034f2ee5d561e9df4791387c585fd10954ee4eb66e818f48a50 -size 2735434 diff --git a/coccinelle-1.0.0.tgz b/coccinelle-1.0.0.tgz new file mode 100644 index 0000000..aa79659 --- /dev/null +++ b/coccinelle-1.0.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18b4c77964c6f623c385dc8b2fcb46beacd9811927617144620b12d93289e74 +size 3427246 diff --git a/coccinelle.changes b/coccinelle.changes index 88fdba0..48b4b41 100644 --- a/coccinelle.changes +++ b/coccinelle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 5 12:43:14 UTC 2015 - mpluskal@suse.com + +- Update to release 1.0.0 + * see changes.txt for full list of changes + ------------------------------------------------------------------- Fri Feb 20 00:00:00 CET 2015 - dsterba@suse.cz diff --git a/coccinelle.spec b/coccinelle.spec index 98d0adf..003614a 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -17,16 +17,15 @@ Name: coccinelle -Version: 1.0.0~rc24 +Version: 1.0.0 Release: 0 Summary: Semantic patch utility License: GPL-2.0 Group: Productivity/Text/Utilities Url: http://coccinelle.lip6.fr/ -%define rversion 1.0.0-rc24 #Git-Clone: git://github.com/coccinelle/coccinelle -Source: http://coccinelle.lip6.fr/distrib/%name-%rversion.tgz +Source: http://coccinelle.lip6.fr/distrib/%name-%version.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: ncurses-devel @@ -53,7 +52,7 @@ structure. Beyond collateral evolutions, Coccinelle is successfully used (by us and others) for finding and fixing bugs in systems code. %prep -%setup -qn %name-%rversion +%setup -qn %name-%version %build %configure