limb pushed to py-bcrypt (epel7). "Alteration to allow py2.6 and py2.7 building with the same spec file"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 14:13:12 UTC 2015


>From 48277f8120532f8323fedda5259fe46454d39f8a Mon Sep 17 00:00:00 2001
From: Dave Riches <dcr226 at fedoraproject.org>
Date: Tue, 17 Aug 2010 18:53:11 +0100
Subject: Alteration to allow py2.6 and py2.7 building with the same spec file


diff --git a/py-bcrypt.spec b/py-bcrypt.spec
index 277e427..82906c5 100644
--- a/py-bcrypt.spec
+++ b/py-bcrypt.spec
@@ -9,7 +9,7 @@
 Summary:	Python bindings for OpenBSD's Blowfish password hashing code
 Name:		py-bcrypt
 Version:	0.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	BSD with advertising
 Group:		Development/Libraries
 URL:		http://www.mindrot.org/projects/py-bcrypt/	
@@ -47,10 +47,13 @@ rm  -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE MANIFEST README TODO
-%{python_sitearch}/py_bcrypt-0.2-py2.7.egg-info
+%{python_sitearch}/py_bcrypt-0.2-py2.*
 %{python_sitearch}/bcrypt
 
 %changelog
+* Tue Aug 17 2010 david.r at ultracar.co.uk - 0.2-4
+- Altered spec file to allow building across py2.6 and py2.7
+
 * Thu Aug 12 2010 dcr226 at fedorapeople.org - 0.2-3
 - Rebuilt for python 2.7
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/py-bcrypt.git/commit/?h=epel7&id=48277f8120532f8323fedda5259fe46454d39f8a


More information about the scm-commits mailing list