diff --git a/rpmconf.spec b/rpmconf.spec index 894dae6..6de148d 100644 --- a/rpmconf.spec +++ b/rpmconf.spec @@ -2,7 +2,7 @@ Name: rpmconf Summary: Tool to handle rpmnew and rpmsave files Group: Applications/System License: GPLv3 -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} URL: http://wiki.github.com/xsuchy/rpmconf Source0: http://cloud.github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz @@ -12,7 +12,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: docbook-utils %description -This tool seach for .rpmnew, .rpmsave and .rpmorig files and ask you what to do +This tool searches for .rpmnew, .rpmsave and .rpmorig files and ask you what to do with them: Keep current version, place back old version or watch the diff. @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT %doc LICENSE %changelog +* Mon Aug 31 2009 Miroslav Suchy 0.1.8-1 +- fix copy and past typo + * Fri Aug 28 2009 Miroslav Suchy 0.1.7-1 - add support for handling .rpmorig - 513794 - localisation problem diff --git a/sources b/sources index bb7dbae..f74067a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69039a340c54cd1395a322a657650f42 rpmconf-0.1.7.tar.gz +229320d86f570aee6e66578e204830ee rpmconf-0.1.8.tar.gz