[emacs-evil] Update to release 1.0.0

Sébastien Willmann wilqu at fedoraproject.org
Wed Feb 20 11:21:15 UTC 2013


commit 9751647e55afc3fd7ace361809d38e44376e81b7
Author: Sebastien Willmann <Sébastien Willmann sebastien.willmann at gmail.com>
Date:   Wed Feb 20 12:20:23 2013 +0100

    Update to release 1.0.0

 .gitignore      |    1 +
 emacs-evil.spec |   12 +++++++-----
 sources         |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d7508e..b6451d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /evil-0.1.tar.xz
+/evil-1.0.0.tar.xz
diff --git a/emacs-evil.spec b/emacs-evil.spec
index d7054ae..5eefda2 100644
--- a/emacs-evil.spec
+++ b/emacs-evil.spec
@@ -1,10 +1,9 @@
 %global pkg evil
 %global pkgname Evil
-%global commit dcb8ebc
 
 Name:		emacs-%{pkg}
-Version:	0.1
-Release:	0.6.20121003git%{commit}%{?dist}
+Version:	1.0.0
+Release:	1%{?dist}
 Summary:	Extensible vi layer for Emacs	
 Summary(fr):	Surcouche vi extensible pour Emacs
 
@@ -13,9 +12,9 @@ URL:		http://emacswiki.org/emacs/Evil
 ## Sources are checked out with git
 # git clone git://gitorious.org/evil/evil.git
 # cd evil
-# git checkout dcb8ebc
+# git checkout 1.0.0
 # cd ..
-# tar cJf evil-0.1.tar.xz evil
+# tar cJf evil-1.0.0.tar.xz evil
 Source0:	%{pkg}-%{version}.tar.xz
 
 BuildArch:	noarch
@@ -54,6 +53,9 @@ cp -p *.el *.elc $RPM_BUILD_ROOT%{_emacs_sitelispdir}/%{pkg}
 %{_emacs_sitelispdir}/%{pkg}
 
 %changelog
+* Wed Feb 20 2013 Sebastien Willmann <sebastien.willmann at gmail.com> - 1.0.0-1
+- Update to release 1.0.0
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-0.6.20121003gitdcb8ebc
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 37b4da2..dddfe9f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56ad79b5fc20d259b27c4c9404ac74aa  evil-0.1.tar.xz
+7b3e638f6aee4892e11a6becf81bf078  evil-1.0.0.tar.xz


More information about the scm-commits mailing list