update to 2.36.2
authorAnas Nashif <anas.nashif@intel.com>
Mon, 24 Jun 2013 12:08:44 +0000 (08:08 -0400)
committerZhang zhengguang <zhengguang.zhang@intel.com>
Fri, 12 Dec 2014 04:26:38 +0000 (12:26 +0800)
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Change-Id: I9155c08d3a833f5765d3ab68e7092914d94a7dd8

.gbs.conf [new file with mode: 0644]
packaging/baselibs.conf [new file with mode: 0644]
packaging/glib-networking.changes
packaging/glib-networking.spec

diff --git a/.gbs.conf b/.gbs.conf
new file mode 100644 (file)
index 0000000..fa9fdc5
--- /dev/null
+++ b/.gbs.conf
@@ -0,0 +1,3 @@
+[general]
+upstream_branch = upstream
+upstream_tag = ${upstreamversion}
diff --git a/packaging/baselibs.conf b/packaging/baselibs.conf
new file mode 100644 (file)
index 0000000..7912078
--- /dev/null
@@ -0,0 +1,4 @@
+glib-networking
+  requires "glib2-tools-<targettype>"
+  post "%glib2_gio_module_post"
+  postun "%glib2_gio_module_postun"
index 913e310..f34d0f0 100644 (file)
@@ -1,3 +1,7 @@
+* Mon Jun 24 2013 Anas Nashif <anas.nashif@intel.com> 2.36.1@3baa2f4
+- readd baselibs.conf
+- update to 2.36.2
+
 * Sat Apr 27 2013 Anas Nashif <anas.nashif@intel.com> submit/trunk/20130329.123049@4d40c9b
 - Update to 2.36.1
 
index e083e04..0a8ff01 100644 (file)
@@ -1,6 +1,6 @@
 %bcond_with libproxy
 Name:           glib-networking
-Version:        2.36.1
+Version:        2.36.2
 Release:        0
 License:        LGPL-2.1+
 Summary:        Network-related GIO modules for glib
@@ -29,6 +29,7 @@ Currently, there is only a proxy module based on libproxy.
 %setup -q
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
     --disable-static \
 %if %{with libproxy}