[artha/f13/master] update to version 1.0.2

Roshan Singh roshansingh at fedoraproject.org
Sat Feb 19 18:28:50 UTC 2011


commit b5b2fc2249a393853ce49a1ee73d4ab8026cda44
Author: Roshan Singh <roshan at localhost.localdomain>
Date:   Sat Feb 19 23:58:44 2011 +0530

    update to version 1.0.2

 .gitignore                |    1 +
 artha-1.0.1-DSOlink.patch |   10 ----------
 artha.spec                |   16 ++++++----------
 sources                   |    2 +-
 4 files changed, 8 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ecb81e2..11096ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 artha-1.0.1.tar.gz
+/artha-1.0.2.tar.gz
diff --git a/artha.spec b/artha.spec
index 744fd15..e8be335 100644
--- a/artha.spec
+++ b/artha.spec
@@ -1,17 +1,14 @@
 Name:		artha
-Version:	1.0.1
-Release:	2%{?dist}
+Version:	1.0.2
+Release:	1%{?dist}
 Summary:	A handy thesaurus based on WordNet
 URL:		http://artha.sourceforge.net/
 License:	GPLv2+
 Group:		Applications/Productivity
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Patch0 needs autotools
-Patch0:		artha-1.0.1-DSOlink.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	wordnet-devel, desktop-file-utils, gtk2-devel, dbus-glib-devel
-# For Patch0
-BuildRequires:	automake
 
 #libnotify.so.1 is dlopen'ed, not linked
 Requires:	libnotify, enchant, hunspell-en
@@ -23,10 +20,6 @@ Artha is a handy thesaurus based on WordNet.
 %setup -q
 chmod -x TODO
 
-%patch0 -p1 -b .dsolink
-# For Patch0
-autoreconf -fi
-
 %build
 %configure
 make %{?_smp_mflags}
@@ -50,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/artha.1.gz
 
 %changelog
+* Sat Feb 19 2011 Roshan Kumar Singh <singh.roshan08 at gmail.com> 1.0.2-1
+- New release for version 1.0.2
+
 * Sun Feb 14 2010 Roshan Kumar Singh <singh.roshan08 at gmail.com> 1.0.1-2
 - Patch for ImplicitDSOLinking
 
diff --git a/sources b/sources
index c193029..f06af91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d929df1a8d2e4405edaa63f9d38d5c9f  artha-1.0.1.tar.gz
+40341100b8d4a0b03457f05fc4f2ce7a  artha-1.0.2.tar.gz


More information about the scm-commits mailing list