diff --git a/.gitignore b/.gitignore index 37294c1..466aa96 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /backlash-0.0.1a2.tar.gz +/backlash-0.0.4.tar.gz diff --git a/python-backlash-ubuntu-font.patch b/python-backlash-ubuntu-font.patch deleted file mode 100644 index 7e213da..0000000 Binary files a/python-backlash-ubuntu-font.patch and /dev/null differ diff --git a/python-backlash.spec b/python-backlash.spec index daf0356..906056d 100644 --- a/python-backlash.spec +++ b/python-backlash.spec @@ -1,20 +1,18 @@ -%if 0%{?fedora} > 12 +%if 0%{?fedora} %global with_python3 1 %endif %global modname backlash -%global prerelease a2 Name: python-backlash -Version: 0.0.1 -Release: 0.4.%{prerelease}%{?dist} +Version: 0.0.4 +Release: 1%{?dist} Summary: Standalone WebOb port of the Werkzeug Debugger Group: Development/Libraries License: MIT URL: http://pypi.python.org/pypi/backlash -Source0: http://pypi.python.org/packages/source/b/%{modname}/%{modname}-%{version}%{prerelease}.tar.gz -Patch0: %{name}-ubuntu-font.patch +Source0: http://pypi.python.org/packages/source/b/%{modname}/%{modname}-%{version}.tar.gz BuildArch: noarch @@ -25,7 +23,6 @@ Requires: python-webob %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-webob %endif @@ -42,6 +39,8 @@ versions. Summary: Standalone WebOb port of the Werkzeug Debugger with Python3 support meant to replace WebError in TurboGears2 Group: Development/Libraries +Requires: python3-webob + %description -n python3-backlash backlash is a standalone version of the Werkzeug Debugger based on WebOb adapted to support for Python3. @@ -52,8 +51,7 @@ TurboGears2 versions. %prep -%setup -q -n %{modname}-%{version}%{prerelease} -%patch0 -p1 +%setup -q -n %{modname}-%{version} # Remove bundled egg-info in case it exists rm -rf %{modname}.egg-info @@ -97,6 +95,11 @@ popd %changelog +* Wed Jan 22 2014 Ralph Bean - 0.0.4-1 +- Latest upstream +- Fixed python3 requires. +- Remove patch now that it has been pushed upstream. + * Sun Aug 04 2013 Fedora Release Engineering - 0.0.1-0.4.a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index f7b79ab..9af2cee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfa8a89f1c9904c7ba1bff977a5f92a2 backlash-0.0.1a2.tar.gz +f5a83a0475475a645cb0f9748dd72c4d backlash-0.0.4.tar.gz