[python-twisted] Updated to 11.1.0 Dropped obsolete Group, Buildroot, %clean and %defattr

belegdol belegdol at fedoraproject.org
Fri Nov 18 14:36:12 UTC 2011


commit e42adc2f72597ab4569a1d7c25df1d8767b6928b
Author: Julian Sikorski <belegdol at fedoraproject.org>
Date:   Fri Nov 18 15:36:05 2011 +0100

    Updated to 11.1.0
    Dropped obsolete Group, Buildroot, %clean and %defattr

 PKG-INFO            |    2 +-
 python-twisted.spec |    9 +++++----
 2 files changed, 6 insertions(+), 5 deletions(-)
---
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 <belegdol at fedoraproject.org> - 11.1.0-1
+- Updated to 11.1.0
+- Dropped obsolete Group, Buildroot, %%clean and %%defattr
+
 * Sat Apr 30 2011 Julian Sikorski <belegdol at fedoraproject.org> - 11.0.0-1
 - Updated to 11.0.0
 - Added comment on how to obtain the PKG-INFO file


More information about the scm-commits mailing list