Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2676 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 14 years ago
parent
commit
1ce8c28cb2
1 changed files with 8 additions and 4 deletions
  1. 8 4
      p/pyPdf/pyPdf-vl.spec

+ 8 - 4
p/pyPdf/pyPdf-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           pyPdf
-Version:        1.12
-Release:        2%{?_dist_release}
+Version:        1.13
+Release:        1%{?_dist_release}
 Summary:        PDF toolkit
 Summary(ja):    PDF ツールキット
 
@@ -10,7 +10,7 @@ Group:          Development/Languages
 License:        BSD
 URL:            http://pybrary.net/pyPdf/
 Source0:        http://pybrary.net/pyPdf/%{name}-%{version}.tar.gz
-Patch0:         01_backspace_parsed.dpatch
+#Patch0:         01_backspace_parsed.dpatch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
@@ -28,7 +28,7 @@ A Pure-Python library built as a PDF toolkit. It is capable of:
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 
 
 %build
@@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Feb 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.13-1
+- new upstream release
+- dropt Patch0 to merge upstream
+
 * Tue May 25 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.12-2
 - added Pacth0 from Debian to fix incorrect backspace parse