From 6fe2302c6e6a0afece6736b32fe190f8fa802cf1 Mon Sep 17 00:00:00 2001 From: Diego Búrigo Zacarão Date: Aug 19 2009 13:46:37 +0000 Subject: Updated to 0.4.2 release --- diff --git a/.cvsignore b/.cvsignore index 42ccf46..ded3655 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -polib-0.4.0-r60.tar.gz +polib-0.4.2.tar.gz diff --git a/import.log b/import.log index 7c0dd51..b0173af 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ python-polib-0_4_0-1_fc11_20080217svnr60:EL-5:python-polib-0.4.0-1.fc11.20080217svnr60.src.rpm:1236175108 +python-polib-0_4_2-1_fc11:EL-5:python-polib-0.4.2-1.fc11.src.rpm:1250689665 diff --git a/python-polib.spec b/python-polib.spec index 6ec73a0..be59cec 100644 --- a/python-polib.spec +++ b/python-polib.spec @@ -1,10 +1,10 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%define alphatag r60 +#%define alphatag r60 Name: python-polib -Version: 0.4.0 -Release: 1%{?dist}.20080217svn%{alphatag} +Version: 0.4.2 +Release: 1%{?dist} Summary: A library to parse and manage gettext catalogs Group: Development/Languages @@ -12,7 +12,8 @@ License: MIT URL: http://code.google.com/p/polib/ # svn export -r60 http://polib.googlecode.com/svn/trunk/ polib-0.4.0-r60 # tar zcf polib-0.4.0-r60.tar.gz polib-0.4.0-r60 -Source0: polib-%{version}-%{alphatag}.tar.gz +#Source0: polib-%{version}-%{alphatag}.tar.gz +Source0: http://polib.googlecode.com/files/polib-0.4.2.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -29,7 +30,7 @@ functions 'pofile', 'mofile' and 'detect_encoding', and the 4 core classes: POFile, MOFile, POEntry and MOEntry for creating new files/entries. %prep -%setup -q -n polib-%{version}-%{alphatag} +%setup -q -n polib-%{version} %build %{__python} setup.py build @@ -43,10 +44,16 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc CHANGELOG LICENSE README docs/ +%doc LICENSE README docs/ %{python_sitelib}/* %changelog +* Wed Aug 19 2009 Diego Búrigo Zacarão - 0.4.2-1 +- Updated to 0.4.2 release + +* Sun Jul 26 2009 Fedora Release Engineering - 0.4.0-2.20080217svnr60 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 18 2009 Ignacio Vazquez-Abrams 0.4.0-1.20080217svnr60 - Initial RPM release diff --git a/sources b/sources index f6b3e6b..a647c3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ccfa697940893f48107689b5f0ddebf polib-0.4.0-r60.tar.gz +1a06c04444486271c3119953128a4844 polib-0.4.2.tar.gz