[scl-utils] Fixed the -- separator behavior

Jan Zeleny jzeleny at fedoraproject.org
Wed Oct 16 08:52:36 UTC 2013


commit 47c0995180e0621d5a1e6140b1cb816a8a22a4c5
Author: Jan Zeleny <jzeleny at redhat.com>
Date:   Wed Oct 16 10:47:10 2013 +0200

    Fixed the -- separator behavior

 .gitignore     |    1 +
 scl-utils.spec |    5 ++++-
 sources        |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 96dea15..ab9112d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /scl-utils-20130529.tar.gz
 /scl-utils-20131009.tar.gz
 /scl-utils-20131015.tar.gz
+/scl-utils-20131016.tar.gz
diff --git a/scl-utils.spec b/scl-utils.spec
index 984704a..5629938 100644
--- a/scl-utils.spec
+++ b/scl-utils.spec
@@ -1,6 +1,6 @@
 Summary:	Utilities for alternative packaging
 Name:		scl-utils
-Version:	20131015
+Version:	20131016
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/File
@@ -70,6 +70,9 @@ rm -rf %buildroot
 %{_rpmconfigdir}/brp-scl-python-bytecompile
 
 %changelog
+* Wed Oct 16 2013 Jan Zeleny <jzeleny at redhat.com> - 20131016-1
+- fixed the -- separator behavior
+
 * Wed Oct 09 2013 Jan Zeleny <jzeleny at redhat.com> - 20131015-1
 - Correct the %_sharedstatedir and %_root_sharedstatedir macros
 - Don't install /%{_lib} when not necessary
diff --git a/sources b/sources
index 02aab15..a27c349 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9906864e3b096d8e75c04a68421212c5  scl-utils-20131015.tar.gz
+830c1945158f9c36ee206aa60e0ebd96  scl-utils-20131016.tar.gz


More information about the scm-commits mailing list