[bzr-explorer] Update to newer upstream release that's compatible with bzr-2.6

Toshio くらとみ toshio at fedoraproject.org
Tue Oct 29 23:38:25 UTC 2013


commit 6910a691fde6a4900e6bdd33db8ea7177e7dba62
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Oct 29 16:38:22 2013 -0700

    Update to newer upstream release that's compatible with bzr-2.6

 .gitignore        |    1 +
 bzr-explorer.spec |   17 ++++++++++-------
 sources           |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d348a76..b8434f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ bzr-explorer-1.0.2.tar.gz
 /bzr-explorer-1.1.3.tar.gz
 /bzr-explorer-1.2.0.tar.gz
 /bzr-explorer-1.2.2.tar.gz
+/bzr-explorer-1.3.0.tar.gz
diff --git a/bzr-explorer.spec b/bzr-explorer.spec
index 40bda1c..69cfc30 100644
--- a/bzr-explorer.spec
+++ b/bzr-explorer.spec
@@ -4,14 +4,14 @@
 %define explorer explorer
 
 Name:		bzr-explorer
-Version:	1.2.2
-Release:	4%{?dist}
+Version:	1.3.0
+Release:	1%{?dist}
 Summary:	Graphical application for using Bazaar
 
 Group:		Development/Tools
 License:	GPLv2+
 URL:		http://launchpad.net/%{name}
-Source0:	http://launchpad.net/%{name}/1.2/%{version}/+download/%{name}-%{version}.tar.gz
+Source0:	http://launchpad.net/%{name}/1.3/%{version}/+download/%{name}-%{version}.tar.gz
 
 BuildArch:	noarch
 
@@ -33,7 +33,7 @@ interface to all commonly used features.
 
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 
 %install
@@ -44,7 +44,7 @@ sed -i 's/\#Icon/Icon/' %{name}.desktop
 
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
 
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python2} setup.py install --skip-build --root %{buildroot}
 
 #put the locale in the right place
 mkdir -p %{buildroot}%{_datadir}
@@ -55,13 +55,16 @@ mv %{buildroot}%{python_sitelib}/bzrlib/plugins/%{explorer}/locale %{buildroot}%
 
 %files -f %{explorer}.lang
 %defattr(-,root,root,-)
-%{python_sitelib}/bzrlib/plugins/%{explorer}/
-%{python_sitelib}/*.egg-info
+%{python2_sitelib}/bzrlib/plugins/%{explorer}/
+%{python2_sitelib}/*.egg-info
 %{_datadir}/applications/%{name}.desktop
 %doc README.txt COPYING.txt NEWS doc
 
 
 %changelog
+* Tue Oct 29 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.3.0-1
+- Update to newer upstream release that's compatible with bzr-2.6
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index be8e8c4..f23c153 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-894053c011af08181570cbc13c071e15  bzr-explorer-1.2.2.tar.gz
+7d1de6a744a1daf4b194885209cf67c4  bzr-explorer-1.3.0.tar.gz


More information about the scm-commits mailing list