Browse Source

bzr-explorer 1.3.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7325 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 11 years ago
parent
commit
91dd205f0a
1 changed files with 8 additions and 4 deletions
  1. 8 4
      b/bzr-explorer/bzr-explorer-vl.spec

+ 8 - 4
b/bzr-explorer/bzr-explorer-vl.spec

@@ -1,4 +1,4 @@
-%define	ver 1.1.2
+%define	ver 1.3.0
 %define rel 1
 
 Summary: GUI application for using Bazaar
@@ -13,8 +13,8 @@ Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch: noarch
 
-Requires: python >= 2.4, bzr >= 2.1
-Requires: qbzr >= 0.18
+Requires: python >= 2.4, bzr >= 2.3
+Requires: qbzr >= 0.19
 Requires: PyQt4 >= 4.4
 BuildRequires: python-devel >= 2.4
 
@@ -25,7 +25,7 @@ GUI application for using Bazaar.
 Bazaar のための GUI アプリケーション
 
 %prep
-%setup -q -n explorer
+%setup -q
 
 %build
 %__python setup.py build
@@ -44,6 +44,10 @@ Bazaar のための GUI アプリケーション
 %{python_sitearch}/explorer-%{version}*.egg-info
 
 %changelog
+* Thu Jan  3 2013 IWAI, Masaharu <iwai@alib.jp> 1.3.0-1
+- new upstream release
+- update Requires packages version
+
 * Wed Mar 16 2011 IWAI, Masaharu <iwai@alib.jp> 1.1.2-1
 - Initial build.