rpms/python-twisted-news/devel .cvsignore, 1.4, 1.5 python-twisted-news.spec, 1.7, 1.8 sources, 1.4, 1.5

Matthias Saou thias at fedoraproject.org
Tue Dec 30 18:17:16 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-twisted-news/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32255/python-twisted-news/devel

Modified Files:
	.cvsignore python-twisted-news.spec sources 
Log Message:
Update to 8.2.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-news/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Dec 2008 21:30:44 -0000	1.4
+++ .cvsignore	30 Dec 2008 18:16:46 -0000	1.5
@@ -1 +1 @@
-TwistedNews-8.1.0.tar.bz2
+TwistedNews-8.2.0.tar.bz2


Index: python-twisted-news.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-news/devel/python-twisted-news.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-twisted-news.spec	23 Dec 2008 21:30:44 -0000	1.7
+++ python-twisted-news.spec	30 Dec 2008 18:16:46 -0000	1.8
@@ -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-news
-Version:        8.1.0
-Release:        2%{?dist}
+Version:        8.2.0
+Release:        1%{?dist}
 Summary:        NNTP protocol implementation with client and server
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.twistedmatrix.com/trac/wiki/TwistedNews
 Source0:        http://tmrc.mit.edu/mirror/twisted/News/8.1/TwistedNews-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  %{python}-twisted-core >= 8.1.0
+BuildRequires:  %{python}-twisted-core >= 8.2.0
 BuildRequires:  %{python}-devel
-Requires:       %{python}-twisted-core >= 8.1.0
+Requires:       %{python}-twisted-core >= 8.2.0
 Requires:       %{python}-twisted-mail
 
 # a noarch-turned-arch package should not have debuginfo
@@ -35,21 +35,21 @@
 %{python} setup.py build
 
 %install
-%{__rm} -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 # This is a pure python package, but extending the twisted namespace from
 # python-twisted-core, which is arch-specific, so it needs to go in sitearch
 %{python} setup.py install -O1 --skip-build \
-    --install-purelib %{python_sitearch} --root %{buildroot}
+    --install-purelib %{python_sitearch} --root $RPM_BUILD_ROOT
 
 # See if there's any egg-info
-if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then
-    echo %{buildroot}%{python_sitearch}/Twisted*.egg-info |
-        %{__sed} -e 's|^%{buildroot}||'
+if [ -f $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info ]; then
+    echo $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info |
+        sed -e "s|^$RPM_BUILD_ROOT||"
 fi > egg-info
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
@@ -68,6 +68,10 @@
 %{python_sitearch}/twisted/plugins/twisted_news.py*
 
 %changelog
+* Mon Dec 29 2008 Matthias Saou <http://freshrpms.net/> 8.2.0-1
+- Update to 8.2.0.
+- Change back spec cosmetic details from Paul's to Thomas' preference.
+
 * Tue Dec 23 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
 - Update to 8.1.0.
 - Merge back changes from Paul Howarth.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-news/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Dec 2008 21:30:44 -0000	1.4
+++ sources	30 Dec 2008 18:16:46 -0000	1.5
@@ -1 +1 @@
-25849ad7d4aa8e516ca486986109eba0  TwistedNews-8.1.0.tar.bz2
+46deb8f062635d1a95ef4ee3b2e382bf  TwistedNews-8.2.0.tar.bz2




More information about the fedora-extras-commits mailing list