Upgrade version to 0.6.27
authorSoonKyu Park <sk7.park@samsung.com>
Sat, 11 Jun 2016 09:44:31 +0000 (18:44 +0900)
committerSoonKyu Park <sk7.park@samsung.com>
Sat, 11 Jun 2016 09:44:31 +0000 (18:44 +0900)
- Upgrade tizen-gbp-rpm version to 20160302
- re-arrage package dependency for debian

Change-Id: I6d7d505d5a8ba28cb4bfa59a83ab9af657fa43f4

debian/changelog [changed mode: 0644->0755]
debian/control [changed mode: 0644->0755]
packaging/PKGBUILD [changed mode: 0644->0755]
packaging/git-buildpackage.changes [changed mode: 0644->0755]
packaging/git-buildpackage.spec [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index d490629..bbd64ed
@@ -1,3 +1,10 @@
+git-buildpackage (0.6.27-tizen20160302) unstable; urgency=medium
+
+  * Fix error logs when __import__ faild,like "No handlers could be found fo logger"
+  * Fix build problem on Debian 8
+
+ -- Jun Wang  <junbill.wangx@samsung.com>  Wed, 02 Mar 2016 07:47:21 +0100
+
 git-buildpackage (0.6.22-tizen20150206) unstable; urgency=low
 
   * Rebase on top of upstream version 0.6.22
old mode 100644 (file)
new mode 100755 (executable)
index db7e05f..3bae388
@@ -19,6 +19,9 @@ Build-Depends:
  python-setuptools,
  rpm,
  sgml2x,
+ librpm-tizen,
+# For rpm (epydoc)
+ rpm-common,
 Standards-Version: 3.9.4
 Vcs-Git: git://honk.sigxcpu.org/git/git-buildpackage.git
 Vcs-Browser: https://honk.sigxcpu.org/gitweb/?p=git-buildpackage.git
@@ -62,11 +65,13 @@ Description: Suite to help with Debian packages in Git repositories
 Package: git-buildpackage-rpm
 Architecture: all
 Depends: ${python:Depends},
+ ${shlibs:Depends},
  ${misc:Depends},
  git-buildpackage-common (= ${binary:Version}),
  python-rpm,
- rpm,
-Description: Suite to help with RPM packages in Git repositories
+ rpm-common,
+ rpm2cpio,Recommends: rpm
+Description: Suite to help with rpm packages in Git repositories
  This package contains the following tools:
   * gbp import-srpm: import existing RPM source packages into a git
     repository
old mode 100644 (file)
new mode 100755 (executable)
index dbe4b00..60ffa9f
@@ -1,6 +1,6 @@
 pkgbase='git-buildpackage'
 pkgname=('git-buildpackage-rpm' 'git-buildpackage-common' 'git-buildpackage-doc')
-pkgver=0.6.15
+pkgver=0.6.27
 pkgrel=0
 pkgdesc="Tools from Debian to integrate the package build system with Git"
 arch=(any)
@@ -53,7 +53,7 @@ package_git-buildpackage-common() {
 
 package_git-buildpackage-rpm() {
   depends=("git-buildpackage-common=$pkgver-$pkgrel" "rpm")
-  provides=("tizen-gbp-rpm=20140605")
+  provides=("tizen-gbp-rpm=20160302")
   cd $srcdir/$pkgbase-$pkgver
   WITHOUT_NOSETESTS=1 \
     python2 setup.py install \
old mode 100644 (file)
new mode 100755 (executable)
index c9dcafc..5f8ecf5
@@ -1,3 +1,6 @@
+* Wed Mar 02 2016 Jun Wang <junbill.wang@samsung.com> tizen/0.6.27-20160302
+- Upgrade version to 0.6.27
+
 * Fri Feb 06 2015 Markus Lehtonen <markus.lehtonen@linux.intel.com> tizen/0.6.22-20150206
 - Rebase on top of upstream version 0.6.22
 - Experimental support for BitBake
old mode 100644 (file)
new mode 100755 (executable)
index db5ccc0..bc6c190
@@ -3,7 +3,7 @@
 
 Name:       git-buildpackage
 Summary:    Build packages from git
-Version:    0.6.22
+Version:    0.6.27
 Release:    0
 Group:      Development/Tools/Building
 License:    GPLv2
@@ -115,7 +115,7 @@ Recommends: rpm-build
 %else
 Requires:   rpm-build
 %endif
-Provides:   tizen-gbp-rpm = 20150206
+Provides:   tizen-gbp-rpm = 20160302
 
 %description rpm
 Set of tools from Debian that integrate the package build system with Git.
@@ -267,6 +267,7 @@ done
 %files rpm
 %defattr(-,root,root,-)
 %dir %{python_sitelib}/gbp/rpm
+%{_bindir}/*rpm*
 %{python_sitelib}/gbp/scripts/*rpm*.py*
 %{python_sitelib}/gbp/rpm/*py*
 %if %{with docs}