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