diff --git a/.gitignore b/.gitignore index b230763..ad516c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ polib-0.5.1.tar.gz /polib-0.7.0.tar.gz +/polib-1.0.0.tar.gz diff --git a/python-polib.spec b/python-polib.spec index d052ade..89ba878 100644 --- a/python-polib.spec +++ b/python-polib.spec @@ -3,8 +3,8 @@ #%define alphatag r60 Name: python-polib -Version: 0.7.0 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: A library to parse and manage gettext catalogs Group: Development/Languages @@ -12,7 +12,7 @@ License: MIT URL: http://bitbucket.org/izi/polib/ Source0: http://bitbucket.org/izi/polib/downloads/polib-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: polib-%{version}_dbafdc621bf4.patch +#Patch0: polib-%{version}_dbafdc621bf4.patch BuildArch: noarch BuildRequires: python-devel @@ -29,7 +29,7 @@ POFile, MOFile, POEntry and MOEntry for creating new files/entries. %prep %setup -q -n polib-%{version} -%patch0 -p1 -b .%{version}_dbafdc621bf4 +#%patch0 -p1 -b .%{version}_dbafdc621bf4 %build %{__python} setup.py build @@ -47,6 +47,15 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Mon Jul 30 2012 Ding-Yi Chen - 1.0.0-1 +- Upstream update to 1.0.0 + +* Sat Jul 21 2012 Fedora Release Engineering - 0.7.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.7.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Nov 01 2011 Ding-Yi Chen - 0.7.0-2 - Update to upstream commit dbafdc621bf4, which include following: * Add check for unescaped quotes at the beginning of the string + unit tests diff --git a/sources b/sources index d52ac71..ffc4e88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -958f8f81ade7d2484edc25b3989fe247 polib-0.7.0.tar.gz +62a7662c3fd3eddcabba61107b6baae3 polib-1.0.0.tar.gz