[python-gertty] New build with a fix to correctly install Alembic

kashyap chamarthy kashyapc at fedoraproject.org
Mon Jan 5 15:05:28 UTC 2015


commit c54748477f16c183134ab5e9b2b7c7a5fb189d22
Author: Kashyap Chamarthy <kchamart at redhat.com>
Date:   Mon Jan 5 16:02:58 2015 +0100

    New build with a fix to correctly install Alembic
    
     - With the help of package-data in setup.cfg
     - Fixes rhbz #1178754 (thanks Pierre-Yves Chibon for the patch)

 python-gertty.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-gertty.spec b/python-gertty.spec
index aca7490..fe562fc 100644
--- a/python-gertty.spec
+++ b/python-gertty.spec
@@ -10,7 +10,7 @@
 
 Name:           python-gertty
 Version:        1.0.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Gertty is a console-based interface to the Gerrit Code Review system
 
 License:        ASL 2.0 
@@ -80,6 +80,11 @@ sed -i 's/\r$//' LICENSE
 
 
 %changelog
+* Mon Jan 5 2015 Kashyap Chamarthy <kashyapc at fedoraproject.org> - 1.0.3-4
+- New build that properly installs Alembic (with the help of
+  package-data in setup.cfg)
+- Fixes rhbz # 1178754
+
 * Mon Dec 1 2014 Kashyap Chamarthy <kashyapc at fedoraproject.org> - 1.0.3-3
 - Remove python-ordered dict from Requires, it is obsolete and
   is now provided by Python 2.7. Fedora is now at Python 2.7 (1022220)


More information about the scm-commits mailing list