diff --git a/.cvsignore b/.cvsignore index 756b524..e45b84c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rpmconf-0.1.6.tar.gz +rpmconf-0.1.7.tar.gz diff --git a/import.log b/import.log index fd16eb8..d270d47 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ rpmconf-0_1_6-1:HEAD:rpmconf-0.1.6-1.src.rpm:1248073836 +rpmconf-0_1_7-1:HEAD:rpmconf-0.1.7-1.src.rpm:1251471879 diff --git a/rpmconf.spec b/rpmconf.spec index a2d6747..894dae6 100644 --- a/rpmconf.spec +++ b/rpmconf.spec @@ -2,8 +2,8 @@ Name: rpmconf Summary: Tool to handle rpmnew and rpmsave files Group: Applications/System License: GPLv3 -Version: 0.1.6 -Release: 2%{?dist} +Version: 0.1.7 +Release: 1%{?dist} URL: http://wiki.github.com/xsuchy/rpmconf Source0: http://cloud.github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -12,8 +12,8 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: docbook-utils %description -This tool seach for .rpmnew and .rpmsave files and ask you what to do with -them: +This tool seach 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. %prep @@ -37,8 +37,10 @@ rm -rf $RPM_BUILD_ROOT %doc LICENSE %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 0.1.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Fri Aug 28 2009 Miroslav Suchy 0.1.7-1 +- add support for handling .rpmorig +- 513794 - localisation problem +- add support for suspending script * Fri Jul 17 2009 Miroslav Suchy 0.1.6-1 - addressed fedora package review notes (#7) diff --git a/sources b/sources index cde86d2..bb7dbae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e01709e49e38d31459654c1b5bf5d51 rpmconf-0.1.6.tar.gz +69039a340c54cd1395a322a657650f42 rpmconf-0.1.7.tar.gz