- Globalism and update gecko to 1.9.2

This commit is contained in:
Nicolas Chauvet 2010-02-21 21:52:00 +00:00
parent c1a5ee6d9f
commit cc4141f2b0

View File

@ -1,10 +1,10 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define gecko_version 1.9.1
%global gecko_version 1.9.2
Name: libproxy
Version: 0.3.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library handling all the details of proxy configuration
Group: System Environment/Libraries
@ -190,6 +190,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Feb 21 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-2
- Globalism and update gecko to 1.9.2
* Sun Dec 27 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.3.1-1
- Update to 0.3.1
- Avoid dependecies on -python and -bin subpackages