[zeroinstall-injector/el6] Update to 1.9

Michel Alexandre Salim salimma at fedoraproject.org
Fri Jun 29 04:04:37 UTC 2012


commit c40a0d93e58caf40a332502c8ead918594a2cbdd
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Jun 29 10:17:06 2012 +0700

    Update to 1.9
    
    - Remove redundant %{python_sitelib} declaration

 .gitignore                |    1 +
 sources                   |    2 +-
 zeroinstall-injector.spec |    8 +++++---
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff8e3f3..c96ec6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /zeroinstall-injector-1.8.tar.bz2
+/zeroinstall-injector-1.9.tar.bz2
diff --git a/sources b/sources
index 7e22049..45871ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00b3e8b3cbfbe8ed55f81842a4d2c386  zeroinstall-injector-1.8.tar.bz2
+3c5065d147320f8953e148c6f55d89db  zeroinstall-injector-1.9.tar.bz2
diff --git a/zeroinstall-injector.spec b/zeroinstall-injector.spec
index afe29e2..7a94ab8 100644
--- a/zeroinstall-injector.spec
+++ b/zeroinstall-injector.spec
@@ -1,10 +1,8 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 %global cache_dir /var/cache/0install.net
 #global prerel    rc1
 
 Name:    zeroinstall-injector
-Version: 1.8
+Version: 1.9
 Release: 1%{?dist}
 Summary: The Zero Install Injector (0launch)
 
@@ -128,6 +126,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %attr(755,zeroinst,zeroinst) %{cache_dir}/implementations
 
 %changelog
+* Fri Jun 29 2012 Michel Salim <salimma at fedoraproject.org> - 1.9-1
+- Update to 1.9
+- Remove redundant %%{python_sitelib} declaration
+
 * Wed May 23 2012 Michel Salim <salimma at fedoraproject.org> - 1.8-1
 - Update to 1.8
 


More information about the scm-commits mailing list