[pyicu] update to 1.2 to fix compile

Peter Robinson pbrobinson at fedoraproject.org
Tue Oct 11 14:32:56 UTC 2011


commit b76577c3923bf5462a19c6fce5bc2d94ec58e96d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Oct 11 15:32:54 2011 +0100

    update to 1.2 to fix compile

 .gitignore |    2 +-
 pyicu.spec |    9 +++++----
 sources    |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
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 <pbrobinson at fedoraproject.org> - 1.2-1
+- New upstream 1.2 release
+
 * Sun May 08 2011 Prabin Kumar Datta <prabindatta at fedoraproject.org> - 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


More information about the scm-commits mailing list