[rpmconf] Update rpmconf to 1.0.7-1

Miroslav Suchý msuchy at fedoraproject.org
Mon Jan 12 11:00:15 UTC 2015


commit 65a59ca5150ba260dbcf4e7fd32d219ad75a2d08
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jan 12 12:00:33 2015 +0100

    Update rpmconf to 1.0.7-1

 .gitignore   |    1 +
 rpmconf.spec |   15 ++++++++++-----
 sources      |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fc47f0..d1cd254 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ rpmconf-0.2.2.tar.gz
 /rpmconf-1.0.3.tar.gz
 /rpmconf-1.0.4.tar.gz
 /rpmconf-1.0.6.tar.gz
+/rpmconf-1.0.7.tar.gz
diff --git a/rpmconf.spec b/rpmconf.spec
index bb5d054..f4baa78 100644
--- a/rpmconf.spec
+++ b/rpmconf.spec
@@ -1,10 +1,13 @@
 Name:           rpmconf
 Summary:        Tool to handle rpmnew and rpmsave files
 License:        GPLv3
-Version:        1.0.6
+Version:        1.0.7
 Release:        1%{?dist}
 URL:            http://wiki.github.com/xsuchy/rpmconf
-Source0:        http://cloud.github.com/downloads/xsuchy/rpmconf/%{name}-%{version}.tar.gz
+# source is created by:
+# git clone https://github.com/xsuchy/rpmconf.git
+# cd rpmconf; tito build --tgz
+Source0:        %{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  docbook-utils
 BuildRequires:  docbook-dtd31-sgml
@@ -81,6 +84,11 @@ python3-pylint --reports=n %{buildroot}%{python3_sitelib}/rpmconf/rpmconf.py
 %dir %{_datadir}/rpmconf
 
 %changelog
+* Mon Jan 12 2015 Miroslav Suchý <miroslav at suchy.cz> 1.0.7-1
+- correctly reference tar.gz
+- add / before usr/bin
+- remove superfluous changelog line
+
 * Fri Jan 09 2015 Miroslav Suchý <miroslav at suchy.cz> 1.0.6-1
 - let tito bump up version in docs/source/conf.py
 
@@ -90,9 +98,6 @@ python3-pylint --reports=n %{buildroot}%{python3_sitelib}/rpmconf/rpmconf.py
 - Split to python class and CLI
 - use rpm python api to get version
 
-* Wed Jan 07 2015 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 1.0.90-1
-- Split to python class and CLI
-
 * Sun Nov 23 2014 Miroslav Suchý <msuchy at redhat.com> 1.0.4-1
 - add BR rpm-python3
 
diff --git a/sources b/sources
index b9cb960..d6910d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ac00b83cf24ddaa95d173a430cd84e1  rpmconf-1.0.6.tar.gz
+7aa4d2d40605c32bd88779e02402c22a  rpmconf-1.0.7.tar.gz


More information about the scm-commits mailing list