[libyui-bindings/f18] fix build, removed trailing backslash

Björn Esser besser82 at fedoraproject.org
Sat Jul 27 12:05:56 UTC 2013


commit 43813babbd259e2e53ee491574883ac20ce1e89a
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Sat Jul 27 14:05:13 2013 +0200

    fix build, removed trailing backslash

 libyui-bindings.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libyui-bindings.spec b/libyui-bindings.spec
index d86af07..64ef460 100644
--- a/libyui-bindings.spec
+++ b/libyui-bindings.spec
@@ -4,7 +4,7 @@
 
 Name:		%{libname}-bindings
 Version:	1.0.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Language bindings for %{libname}
 
 License:	LGPLv2 or LGPLv3
@@ -67,7 +67,7 @@ cd build
 	-DLIB=%{_libdir} \
 	-DPYTHON_SITEDIR=%{python_sitearch} \
 	-DCMAKE_BUILD_TYPE=RELEASE \
-	-DBUILD_RUBY_GEM=no \
+	-DBUILD_RUBY_GEM=no
 make %{?_smp_mflags}
 
 
@@ -96,6 +96,9 @@ cd build
 
 
 %changelog
+* Sat Jul 27 2013 Björn Esser <bjoern.esser at gmail.com> - 1.0.2-4
+- fix build, removed trailing backslash
+
 * Sat Jul 27 2013 Björn Esser <bjoern.esser at gmail.com> - 1.0.2-3
 - libyui-3.0.9 rebuilt on all branches
 - removed Group-tag


More information about the scm-commits mailing list