From 7cf9af312b8a45597e2b1e895bf0969071bdd192 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Dec 30 2008 18:14:18 +0000 Subject: Update to 8.2.0. --- diff --git a/python-twisted.spec b/python-twisted.spec index c504e02..aaac0f5 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,8 +1,8 @@ %{!?python:%define python python} Name: %{python}-twisted -Version: 8.1.0 -Release: 2%{?dist} +Version: 8.2.0 +Release: 1%{?dist} Summary: Event-based framework for internet applications Group: Development/Libraries License: MIT @@ -11,14 +11,14 @@ Source: README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: %{python}-twisted-core >= %{version} -Requires: %{python}-twisted-conch >= 8.1.0 -Requires: %{python}-twisted-lore >= 8.1.0 -Requires: %{python}-twisted-mail >= 8.1.0 -Requires: %{python}-twisted-names >= 8.1.0 -Requires: %{python}-twisted-news >= 8.1.0 +Requires: %{python}-twisted-conch >= 8.2.0 +Requires: %{python}-twisted-lore >= 8.2.0 +Requires: %{python}-twisted-mail >= 8.2.0 +Requires: %{python}-twisted-names >= 8.2.0 +Requires: %{python}-twisted-news >= 8.2.0 Requires: %{python}-twisted-runner >= 8.0.0 -Requires: %{python}-twisted-web >= 8.1.0 -Requires: %{python}-twisted-words >= 8.1.0 +Requires: %{python}-twisted-web >= 8.2.0 +Requires: %{python}-twisted-words >= 8.2.0 Obsoletes: Twisted < 2.4.0-1 Provides: Twisted = %{version}-%{release} Obsoletes: twisted < 2.4.0-1 @@ -36,13 +36,17 @@ Installing this package brings all Twisted sub-packages into your system. %prep %setup -c -T -%{__install} -p -m 0644 %{SOURCE0} README +install -p -m 0644 %{SOURCE0} README %files %defattr(-,root,root,-) %doc README %changelog +* Mon Dec 29 2008 Matthias Saou 8.2.0-1 +- Update to 8.2.0. +- Change back spec cosmetic details from Paul's to Thomas' preference. + * Wed Jul 16 2008 Matthias Saou 8.1.0-2 - Update to 8.1.0. - Minor spec file cleanups.