[python-repoze-who-plugins-sa] 1.0.1 update, and remove BR on the orphaned python-elixir

Luke Macken lmacken at fedoraproject.org
Mon Feb 6 20:43:03 UTC 2012


commit 65a845aa3f105530c85fdc6d5d817cbb625872aa
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Feb 6 15:42:33 2012 -0500

    1.0.1 update, and remove BR on the orphaned python-elixir

 .gitignore                        |    1 +
 python-repoze-who-plugins-sa.spec |   10 +++++++---
 sources                           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 217cc8c..3fd2fb7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 repoze.who.plugins.sa-1.0rc2.tar.gz
 /repoze.who.plugins.sa-1.0.tar.gz
+/repoze.who.plugins.sa-1.0.1.tar.gz
diff --git a/python-repoze-who-plugins-sa.spec b/python-repoze-who-plugins-sa.spec
index fad20bf..644b5e7 100644
--- a/python-repoze-who-plugins-sa.spec
+++ b/python-repoze-who-plugins-sa.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-repoze-who-plugins-sa
-Version:        1.0
-Release:        2%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        The repoze.who SQLAlchemy plugin
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel python-setuptools-devel python-repoze-who
-BuildRequires:  python-elixir python-sqlalchemy python-coverage python-nose
+BuildRequires:  python-sqlalchemy python-coverage python-nose
 
 Requires:       python-repoze-who
 Requires:       python-sqlalchemy
@@ -49,6 +49,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Feb 06 2012 Luke Macken <lmacken at redhat.com> - 1.0.1-1
+- 1.0.1 update
+- Remove BR on python-elixir, which was orphaned
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7be504b..9fa6dcf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dabc4477fe88401a5df37665e50311c4  repoze.who.plugins.sa-1.0.tar.gz
+384fcfe9e80eab7d3d29466d90cd6079  repoze.who.plugins.sa-1.0.1.tar.gz


More information about the scm-commits mailing list