diff --git a/.gitignore b/.gitignore index b66a102..ad6d382 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ pefile-1.2.10-63.tar.gz /pefile-1.2.10-123.tar.gz +/pefile-1.2.10-139.tar.gz diff --git a/python-pefile.spec b/python-pefile.spec index 340dd31..0252e3e 100644 --- a/python-pefile.spec +++ b/python-pefile.spec @@ -1,11 +1,11 @@ Name: python-pefile # upstream version embeds a dash, we replace this with an underscore: -Version: 1.2.10_123 +Version: 1.2.10_139 Release: 1%{?dist} Summary: Python module for working with Portable Executable files License: MIT URL: http://code.google.com/p/pefile/ -Source0: http://pefile.googlecode.com/files/pefile-1.2.10-123.tar.gz +Source0: http://pefile.googlecode.com/files/pefile-1.2.10-139.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools @@ -29,24 +29,27 @@ Some of the tasks that pefile makes possible are: * PEiD signature generation %prep -%setup -q -n pefile-1.2.10-123 +%setup -q -n pefile-1.2.10-139 # Fix end-of-line encoding of the license file: sed -i 's/\r//' COPYING %build -%{__python} setup.py build +%{__python2} setup.py build %install -%{__python} setup.py install -O1 --skip-build --root %{buildroot} +%{__python2} setup.py install -O1 --skip-build --root %{buildroot} %files %doc COPYING README -%{python_sitelib}/* +%{python2_sitelib}/* %changelog +* Tue Jan 07 2014 Christopher Meng - 1.2.10_139-1 +- Update to 1.2.10_139 + * Thu Aug 08 2013 Christopher Meng - 1.2.10_123-1 -- Update to new version. +- Update to 1.2.10_123 * Sun Aug 04 2013 Fedora Release Engineering - 1.2.10_63-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 796c614..97fdc48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97f69dc18c8c33d169537291a75fe9e5 pefile-1.2.10-123.tar.gz +f10a94320bfaca356fff4d28c41e9278 pefile-1.2.10-139.tar.gz