From 559275ea7ae457b5b88253ad5252cc87723b1d0e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Jan 26 2016 15:37:00 +0000 Subject: spec: rebase to 4.2 Resolves: rhbz#1301241 Version: 4.2-1 --- diff --git a/.gitignore b/.gitignore index a1d34ce..a609a02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/PyGreSQL-4.0.tgz -/PyGreSQL-4.1.1.tgz +/PyGreSQL-4.2.tgz diff --git a/PyGreSQL.spec b/PyGreSQL.spec index 45e2565..a6b3c7f 100644 --- a/PyGreSQL.spec +++ b/PyGreSQL.spec @@ -1,6 +1,6 @@ Name: PyGreSQL -Version: 4.1.1 -Release: 4%{?dist} +Version: 4.2 +Release: 1%{?dist} Summary: A Python client library for PostgreSQL Group: Applications/Databases @@ -34,12 +34,10 @@ Python code for accessing a PostgreSQL database. %prep %setup -q -# Some versions of PyGreSQL.tgz contain wrong file permissions -chmod 755 tutorial -chmod 644 tutorial/*.py +# PyGreSQL releases have execute bits on all files +find -type f -exec chmod 644 {} + %build - CFLAGS="%{optflags}" %{__python} setup.py build %install @@ -52,8 +50,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc docs/*.txt -%doc tutorial +%license docs/copyright.rst +%doc docs/*.rst %{python_sitearch}/*.so %{python_sitearch}/*.py %{python_sitearch}/*.pyc @@ -61,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.egg-info %changelog +* Tue Jan 26 2016 Pavel Raiskup - 4.2-1 +- rebase (per rhbz#1301241) + * Tue Jun 16 2015 Fedora Release Engineering - 4.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 3176ec5..290a42c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71d0b8c5a382f635572eb52fee47cd08 PyGreSQL-4.1.1.tgz +30db3380835f66cec06826a7c547c4f0 PyGreSQL-4.2.tgz