[python-fedora/el6] New upstream release.

Xavier トーマス LAMIEN laxathom at fedoraproject.org
Thu Feb 26 13:27:03 UTC 2015


commit 66c92cd57a0ac2614095571a622056daef10739b
Author: Xavier Lamien <laxathom at fedoraproject.org>
Date:   Thu Feb 26 14:17:54 2015 +0100

    New upstream release.

 .gitignore         |  1 +
 python-fedora.spec | 15 +++++++--------
 sources            |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 32194d7..6c77a7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /python-fedora-0.3.34.tar.gz
 /python-fedora-0.3.35.tar.gz
 /python-fedora-0.3.36.tar.gz
+/python-fedora-0.3.37.tar.xz
diff --git a/python-fedora.spec b/python-fedora.spec
index f53c262..26562e6 100644
--- a/python-fedora.spec
+++ b/python-fedora.spec
@@ -5,19 +5,16 @@
 #%%global prerel c2
 
 Name:           python-fedora
-Version:        0.3.36
-Release:        2%{?dist}
+Version:        0.3.37
+Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            https://fedorahosted.org/python-fedora/
-Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}%{?prerel}.tar.gz
+Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}%{?prerel}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Backport fixing flask-fas-openid
-# Merged upstream at: https://github.com/fedora-infra/python-fedora/pull/108
-Patch1:         108.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -139,9 +136,8 @@ an auth provider to let flask applications authenticate against the Fedora
 Account System.
 
 %prep
-%setup -q -n %{name}-%{version}%{?prerel}
+%setup -q -c -n %{name}-%{version}%{?prerel}
 
-%patch1 -p1 -b .
 
 %build
 python2 setup.py build
@@ -196,6 +192,9 @@ rm -rf %{buildroot}
 %{python2_sitelib}/flask_fas_openid.py*
 
 %changelog
+* Sat Jan 24 2015 Xavier Lamien <laxathom at fedoraproject.org> - 0.3.37-1
+- Upstream release.
+
 * Thu Oct 23 2014 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.3.36-2
 - Backport the flask-fas-openid fix merged upstream at:
   https://github.com/fedora-infra/python-fedora/pull/108
diff --git a/sources b/sources
index f4ff321..5f55a72 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e19463b712c82b14dbf9a0e141f34d4c  python-fedora-0.3.36.tar.gz
+cf0108cbc942a47b3a41ff5f68176c08  python-fedora-0.3.37.tar.xz


More information about the scm-commits mailing list