From b76577c3923bf5462a19c6fce5bc2d94ec58e96d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Oct 11 2011 14:32:54 +0000 Subject: update to 1.2 to fix compile --- diff --git a/.gitignore b/.gitignore index 2ab0a2f..071fed5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/PyICU-1.1.tar.gz +/PyICU-1.*.tar.gz diff --git a/pyicu.spec b/pyicu.spec index 687954c..8986a05 100644 --- a/pyicu.spec +++ b/pyicu.spec @@ -3,14 +3,13 @@ %endif %define realname PyICU Name: pyicu -Version: 1.1 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Python extension wrapping IBM's ICU C++ libraries Group: Development/Tools License: MIT URL: http://pyicu.osafoundation.org/ Source0: http://pypi.python.org/packages/source/P/%{realname}/%{realname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python2-devel BuildRequires: python-setuptools @@ -40,7 +39,6 @@ the same results on all platforms and between C/C++ and Javasoftware. %{__python} setup.py test %install -rm -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} # Remove tests rm -rf %{buildroot}%{python_sitearch}/tests @@ -52,6 +50,9 @@ rm -rf %{buildroot}%{python_sitearch}/tests %{python_sitearch}/%{realname}-%{version}-py?.?.egg-info/*.* %changelog +* Tue Oct 11 2011 Peter Robinson - 1.2-1 +- New upstream 1.2 release + * Sun May 08 2011 Prabin Kumar Datta - 1.1-2 - added CHANGES CREDITS under doc section - updated URL diff --git a/sources b/sources index 2da3de7..82eb00c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -70cbb5b43c3e6939b74c3f1b27e47aae PyICU-1.1.tar.gz +d2d20ab5b233f1d6d2d7e69ba8b5f959 PyICU-1.2.tar.gz