[python-polib] Upstream update to 1.0.0

Ding-Yi Chen dchen at fedoraproject.org
Mon Jul 30 08:03:35 UTC 2012


commit 784039b8d8cd3450e354131b8ae2ae20ab3e08ed
Author: Ding-Yi Chen <dingyichen at gmail.com>
Date:   Mon Jul 30 18:02:49 2012 +1000

    Upstream update to 1.0.0

 .gitignore        |    1 +
 python-polib.spec |   11 +++++++----
 sources           |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
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 1e22958..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:        4%{?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,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Jul 30 2012 Ding-Yi Chen <dchen at redhat.com> - 1.0.0-1
+- Upstream update to 1.0.0
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
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


More information about the scm-commits mailing list