From eb14e7bcc84ce0c05d68c8c2206bdac38ce96479 Mon Sep 17 00:00:00 2001 From: zzm_567 Date: Fri, 21 Aug 2020 11:39:00 +0800 Subject: [PATCH] add release version for rebuild --- python-psycopg2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 0b78a53..1e75dc3 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -1,6 +1,6 @@ Name: python-psycopg2 Version: 2.7.5 -Release: 3.2 +Release: 3.3 Summary: PostgreSQL database adapter for the Python programming language License: LGPLv3+ with exceptions URL: http://www.psycopg.org/psycopg/ @@ -193,6 +193,9 @@ done %doc doc examples/ %changelog +* Fri Aug 21 2020 xinghe - 2.7.5-3.3 +- add release version for rebuild + * Tue Mar 10 2020 chenli - 2.7.5-3.2 - Fix python2-psycopg2-tests install error