[rpmconf] import new upstream version 0.3

Miroslav Suchý msuchy at fedoraproject.org
Mon Jul 11 18:37:04 UTC 2011


commit 349e904e74f5e2273f320f61f2fa169d86f684d8
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jul 11 20:36:03 2011 +0200

    import new upstream version 0.3

 .gitignore   |    1 +
 rpmconf.spec |   35 ++++++++++++++++++++---------------
 sources      |    2 +-
 3 files changed, 22 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f28e93f..914ab92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rpmconf-0.2.2.tar.gz
+/rpmconf-0.3.3.tar.gz
diff --git a/rpmconf.spec b/rpmconf.spec
index 9408d49..f0d5172 100644
--- a/rpmconf.spec
+++ b/rpmconf.spec
@@ -2,18 +2,17 @@ Name: rpmconf
 Summary: Tool to handle rpmnew and rpmsave files
 Group:   Applications/System
 License: GPLv3
-Version: 0.2.2
-Release: 5%{?dist}
+Version: 0.3.3
+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)
 BuildArch: noarch
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: docbook-utils
 BuildRequires: docbook-dtd31-sgml
 
 %description
-This tool seach for .rpmnew, .rpmsave and .rpmorig files and ask you what to do
+This tool search for .rpmnew, .rpmsave and .rpmorig files and ask you what to do
 with them:
 Keep current version, place back old version, watch the diff or merge.
 
@@ -38,17 +37,23 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE
 
 %changelog
-* Mon Jun 20 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.2.2-5
-- Perl mass rebuild
-
-* Fri Jun 10 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.2.2-4
-- Perl 5.14 mass rebuild
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Wed Jun 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.2.2-2
-- Mass rebuild with perl-5.12.0
+* Fri Jul 08 2011 Miroslav Suchý 0.3.3-1
+- Revert "change download location to github magic url"
+
+* Fri Jul 08 2011 Miroslav Suchý 0.3.2-1
+- change download location to github magic url
+
+* Fri Jul 08 2011 Miroslav Suchý 0.3.1-1
+- bump up version
+- add warning about --debug position sensitivity
+- scan /usr during --clean
+- introduce new option -Z to print SELinux context of old and new file
+- do not dereference links
+- allow another option : skip the current config file and go to the next one
+- show config file dates
+- we do not need perl
+- --clean - Find and delete orphaned .rpmnew and .rpmsave files.
+- fix spelling error
 
 * Mon Feb 22 2010 Miroslav Suchy <msuchy at redhat.com> 0.2.2-1
 - 567318 - fix syntax error
diff --git a/sources b/sources
index 67c75ce..4043024 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a40cafc49b9bc008f3eb51b4d324d4e  rpmconf-0.2.2.tar.gz
+e11cb57af45b028cf5ff8125360f19d3  rpmconf-0.3.3.tar.gz


More information about the scm-commits mailing list