[openrtm-commit:02111] r739 - in trunk/OpenRTM-aist-Python: . packages/deb/debian packages/rpm

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 11月 16日 (水) 18:29:15 JST


Author: kawauchi
Date: 2016-11-16 18:29:15 +0900 (Wed, 16 Nov 2016)
New Revision: 739

Modified:
   trunk/OpenRTM-aist-Python/packages/deb/debian/changelog
   trunk/OpenRTM-aist-Python/packages/rpm/openrtm-aist.spec.in
   trunk/OpenRTM-aist-Python/setup.py
Log:
[compat,package] Version number has been updated to 1.2.0.

Modified: trunk/OpenRTM-aist-Python/packages/deb/debian/changelog
===================================================================
--- trunk/OpenRTM-aist-Python/packages/deb/debian/changelog	2016-11-16 09:23:09 UTC (rev 738)
+++ trunk/OpenRTM-aist-Python/packages/deb/debian/changelog	2016-11-16 09:29:15 UTC (rev 739)
@@ -1,3 +1,9 @@
+openrtm-aist-python (1.2.0-0) experimental; urgency=low
+
+  * 1.2.0-0 (1.2.0-RELEASE). OpenRTM-aist-1.2.0-RELEASE
+
+ -- Noriaki Ando <n-ando at aist.go.jp>  Wed, 16 Nov 2016 18:12:17 +0900
+
 openrtm-aist-python (1.1.2-0) experimental; urgency=low
 
   * 1.1.2-0 (1.1.2-RELEASE). OpenRTM-aist-1.1.2-RELEASE

Modified: trunk/OpenRTM-aist-Python/packages/rpm/openrtm-aist.spec.in
===================================================================
--- trunk/OpenRTM-aist-Python/packages/rpm/openrtm-aist.spec.in	2016-11-16 09:23:09 UTC (rev 738)
+++ trunk/OpenRTM-aist-Python/packages/rpm/openrtm-aist.spec.in	2016-11-16 09:29:15 UTC (rev 739)
@@ -110,6 +110,9 @@
 #------------------------------------------------------------
 # changelog section
 %changelog
+* Wed Nov 16 2016  <n-ando at aist.go.jp> 1.2.0
+- 1.2.0-RELEASE
+
 * Tue Feb 23 2016  <n-ando at aist.go.jp> 1.1.2
 - 1.1.2-RELEASE
 

Modified: trunk/OpenRTM-aist-Python/setup.py
===================================================================
--- trunk/OpenRTM-aist-Python/setup.py	2016-11-16 09:23:09 UTC (rev 738)
+++ trunk/OpenRTM-aist-Python/setup.py	2016-11-16 09:29:15 UTC (rev 739)
@@ -79,8 +79,8 @@
 # Package version definition
 #==============================
 pkg_major_version = "1"
-pkg_minor_version = "1"
-pkg_revision_num  = "2"
+pkg_minor_version = "2"
+pkg_revision_num  = "0"
 
 #============================================================
 # MODIFICATION IS ALLOWED IF IT IS NEED TO MODIFY.



More information about the openrtm-commit mailing list