[wdiff] New release

kumarpraveen kumarpraveen at fedoraproject.org
Thu Sep 8 13:19:55 UTC 2011


commit 9bb532a50248bee285b0f71e46648c902748d96c
Author: Praveen <daredevil at localhost.localdomain>
Date:   Thu Sep 8 18:49:39 2011 +0530

    New release

 .gitignore |    1 +
 sources    |    2 +-
 wdiff.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 861d4af..4eeeb3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wdiff-0.6.5.tar.gz
+/wdiff-1.0.0.tar.gz
diff --git a/sources b/sources
index b8b3ba6..1759309 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1828209a14d01ad38c7267985f365cbf  wdiff-0.6.5.tar.gz
+7d4836af64170150023f7424c5b82060  wdiff-1.0.0.tar.gz
diff --git a/wdiff.spec b/wdiff.spec
index 0c7d1cc..fcd0867 100644
--- a/wdiff.spec
+++ b/wdiff.spec
@@ -1,12 +1,12 @@
 Name:           wdiff
-Version:        0.6.5
-Release:        5%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        A front-end to GNU diff
 
 Group:          Applications/System
 License:        GPLv3+
 URL:            http://www.gnu.org/software/wdiff/
-Source0:        http://ftp.gnu.org/gnu/wdiff/wdiff-0.6.5.tar.gz
+Source0:        http://ftp.gnu.org/gnu/wdiff/%{name}-%{version}.tar.gz
 
 BuildRequires:  automake
 BuildRequires:  gettext-devel
@@ -23,7 +23,7 @@ useful when two texts differ only by a few words and paragraphs have
 been refilled.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog > ChangeLog.new && \
 touch -r ChangeLog ChangeLog.new && \
 mv ChangeLog.new ChangeLog
@@ -58,6 +58,9 @@ fi
 
 
 %changelog
+* Thu Sep 8 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> 1.0.0-1
+- New release
+
 * Fri Mar 4 2011 Praveen Kumar <kumarpraveen.nitdgp at gmail.com> 0.6.5-5
 - Fix change log issue 
 


More information about the scm-commits mailing list