add missing slash in %configure
authorAnas Nashif <anas.nashif@intel.com>
Fri, 30 Nov 2012 19:55:28 +0000 (11:55 -0800)
committerdavid <david@david-desktop.(none)>
Fri, 21 Nov 2014 01:41:01 +0000 (09:41 +0800)
Change-Id: I38c77165fcf394756af6bbde09fee16e17839162

packaging/libsoup.changes
packaging/libsoup.spec

index 323478c..2529455 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Nov 30 2012 Anas Nashif <anas.nashif@intel.com> LIBSOUP_2_40_1@38c7716
+- add missing slash in %configure
+
 * Fri Nov 30 2012 Anas Nashif <anas.nashif@intel.com> SOUP_0_4@fda940a
 - Make gnome support conditional
 
index deea3f9..d6b220f 100644 (file)
@@ -71,7 +71,7 @@ Features:
 %autogen\
 %if %{with gnome}
      --with-gnome \
-    --enable-introspection
+     --enable-introspection \
 %else
      --without-gnome \
      --enable-sqllite=yes \