From 95dde4e4d5055f95dfc5e19c2063e86f5eba9c04 Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Sep 21 2010 20:22:46 +0000 Subject: - Updated to 10.1.0 - Switched to macros for versioned dependencies --- diff --git a/.gitignore b/.gitignore index f82a2eb..1dceaf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ TwistedLore-8.2.0.tar.bz2 +/TwistedLore-10.1.0.tar.bz2 diff --git a/python-twisted-lore.spec b/python-twisted-lore.spec index 52a2da5..2794389 100644 --- a/python-twisted-lore.spec +++ b/python-twisted-lore.spec @@ -2,17 +2,17 @@ %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: %{python}-twisted-lore -Version: 8.2.0 -Release: 4%{?dist} +Version: 10.1.0 +Release: 1%{?dist} Summary: Documentation generator with HTML and LaTeX support Group: Development/Libraries License: MIT URL: http://www.twistedmatrix.com/trac/wiki/TwistedLore -Source0: http://tmrc.mit.edu/mirror/twisted/Lore/8.1/TwistedLore-%{version}.tar.bz2 +Source0: http://tmrc.mit.edu/mirror/twisted/Lore/10.1/TwistedLore-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{python}-twisted-core >= 8.2.0 +BuildRequires: %{python}-twisted-core >= %{version} BuildRequires: %{python}-devel -Requires: %{python}-twisted-core >= 8.2.0 +Requires: %{python}-twisted-core >= %{version} Requires: %{python}-twisted-web # a noarch-turned-arch package should not have debuginfo @@ -74,6 +74,10 @@ fi %{python_sitearch}/twisted/plugins/twisted_lore.py* %changelog +* Tue Sep 21 2010 Julian Sikorski - 10.1.0-1 +- Updated to 10.1.0 +- Switched to macros for versioned dependencies + * Thu Jul 22 2010 David Malcolm - 8.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index 047569f..a60c8e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e21b44e6c3d923cfbe543aa637641c32 TwistedLore-8.2.0.tar.bz2 +d73fee5f589a1c44cf3100909c7aefa6 TwistedLore-10.1.0.tar.bz2