official release gbs 0.15 release-0.15 0.15
authorZhang Qiang <qiang.z.zhang@intel.com>
Wed, 3 Apr 2013 07:35:03 +0000 (15:35 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Wed, 3 Apr 2013 08:07:32 +0000 (16:07 +0800)
- update docs/changelog
- bump to official 0.15

Change-Id: I6770f691e0e48d6f2d82766148f22283d25b2579

debian/changelog
distfiles/gbs.spec
docs/RELEASE_NOTES
packaging/gbs.changes

index c3db6ec..c501a18 100644 (file)
@@ -1,5 +1,10 @@
-gbs (0.15-0.rc2) unstable; urgency=high
+gbs (0.15-1) unstable; urgency=high
   * upgrade to gbs v0.15, which contains the following bug fixing & features:
+    * add --baselibs option to support creating -32bit/-64bit/-x86 rpms for
+      other arches
+    * optimization for local build, especially for local full build
+    * support updating multiple spec files in one package in export module
+    * dependency upgrade, including qemu,osc,obs-build,crypt-ssleay
     * depend on new osc / osc-build
     * tizen system support
     * more osc api added: linked projects support, project deletion
index acb2795..d15342f 100644 (file)
@@ -3,7 +3,7 @@
 Name:       gbs
 Summary:    The command line tools for Tizen package developers
 Version:    0.15
-Release:    0.rc2.<CI_CNT>.<B_CNT>
+Release:    1
 Group:      Development/Tools
 License:    GPLv2
 BuildArch:  noarch
index 1c0d0c3..e1123f2 100644 (file)
@@ -4,6 +4,10 @@ Release notes for gbs 0.15
 - Release Date: 2013-03
 
 - New features added:
+    * add --baselibs option to support creating -32bit/-64bit/-x86 rpms for
+      other arches
+    * optimization for local build, especially for local full build
+    * support updating multiple spec files in one package in export module
     * Add --baselibs option to support creating -32bit/-64bit/-x86 rpms for other arches
     * Add more osc api added: linked projects support, project deletion
     * bug fix:
index 799f9a1..a6b8ebb 100644 (file)
@@ -1,5 +1,10 @@
 * Mon Mar 25 2013 Qiang Zhang <qiang.z.zhang@intel.com> - 0.15
   * upgrade to gbs v0.15, which contains the following bug fixing & features:
+    * add --baselibs option to support creating -32bit/-64bit/-x86 rpms for
+      other arches
+    * optimization for local build, especially for local full build
+    * support updating multiple spec files in one package in export module
+    * dependency upgrade, including qemu,osc,obs-build,crypt-ssleay
     * depend on new osc / osc-build
     * tizen system support
     * more osc api added: linked projects support, project deletion