From c1d1d40093ce7c0ea63af02e701551af60f4f044 Mon Sep 17 00:00:00 2001 From: Jozef Mlich Date: Mar 12 2014 15:55:55 +0000 Subject: Rebase to 4.1.1. See changelog http://www.pygresql.org/changelog.html Resolves: #1071940 --- diff --git a/.gitignore b/.gitignore index 2053247..a1d34ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /PyGreSQL-4.0.tgz +/PyGreSQL-4.1.1.tgz diff --git a/PyGreSQL.spec b/PyGreSQL.spec index 9bf42ea..f3bee9a 100644 --- a/PyGreSQL.spec +++ b/PyGreSQL.spec @@ -1,6 +1,6 @@ Name: PyGreSQL -Version: 4.0 -Release: 8%{?dist} +Version: 4.1.1 +Release: 1%{?dist} Summary: A Python client library for PostgreSQL Group: Applications/Databases @@ -14,8 +14,6 @@ License: PostgreSQL or Python Source0: http://www.pygresql.org/files/PyGreSQL-%{version}.tgz -Patch1: PyGreSQL-set-decimal.patch - # PyGreSQL was originally shipped as a sub-RPM of the PostgreSQL package; # these Provides/Obsoletes give a migration path. Note there is no # intention of changing the version numbers in future. @@ -36,8 +34,6 @@ Python code for accessing a PostgreSQL database. %prep %setup -q -%patch1 -p1 - # Some versions of PyGreSQL.tgz contain wrong file permissions chmod 755 tutorial chmod 644 tutorial/*.py @@ -65,6 +61,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitearch}/*.egg-info %changelog +* Wed Mar 12 2014 Jozef Mlich - 4.1.1-1 +- Rebase to 4.1.1. + See changelog http://www.pygresql.org/changelog.html + Resolves: #1071940 + * Fri Aug 02 2013 Fedora Release Engineering - 4.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 6b76c0b..3176ec5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1aca50e59ff4cc56abe9452a9a49c5ff PyGreSQL-4.0.tgz +71d0b8c5a382f635572eb52fee47cd08 PyGreSQL-4.1.1.tgz