diff --git a/PKG-INFO b/PKG-INFO index 2603978..c7dfdf9 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: Twisted -Version: 11.0.0 +Version: 11.1.0 Summary: An asynchronous networking framework written in Python Home-page: http://twistedmatrix.com/ Author: Glyph Lefkowitz diff --git a/python-twisted.spec b/python-twisted.spec index eda251e..f3c3dd9 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,16 +1,14 @@ %{!?python:%define python python} Name: %{python}-twisted -Version: 11.0.0 +Version: 11.1.0 Release: 1%{?dist} Summary: Event-based framework for internet applications -Group: Development/Libraries License: MIT URL: http://twistedmatrix.com/ Source0: README.fedora #Obtained by running python setup.py egg_info in the unitary tarball Source1: PKG-INFO -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python Requires: python @@ -49,12 +47,15 @@ install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{python_sitelib}/Twisted-%{version %files -%defattr(-,root,root,-) %doc README %{python_sitelib}/Twisted-%{version}-py2.7.egg-info %changelog +* Fri Nov 18 2011 Julian Sikorski - 11.1.0-1 +- Updated to 11.1.0 +- Dropped obsolete Group, Buildroot, %%clean and %%defattr + * Sat Apr 30 2011 Julian Sikorski - 11.0.0-1 - Updated to 11.0.0 - Added comment on how to obtain the PKG-INFO file