rpms/python-slip/devel .cvsignore, 1.14, 1.15 python-slip.spec, 1.16, 1.17 sources, 1.15, 1.16

Nils Philippsen nphilipp at fedoraproject.org
Mon Aug 24 15:45:31 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/python-slip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25684

Modified Files:
	.cvsignore python-slip.spec sources 
Log Message:
version 0.2.0



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- .cvsignore	15 Oct 2008 14:59:43 -0000	1.14
+++ .cvsignore	24 Aug 2009 15:45:30 -0000	1.15
@@ -1 +1 @@
-python-slip-0.1.15.tar.bz2
+python-slip-0.2.0.tar.bz2


Index: python-slip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/python-slip.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-slip.spec	26 Jul 2009 23:07:25 -0000	1.16
+++ python-slip.spec	24 Aug 2009 15:45:30 -0000	1.17
@@ -3,14 +3,14 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:       python-slip
-Version:    0.1.15
-Release:    4%{?dist}
+Version:    0.2.0
+Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
 Group:      System Environment/Libraries
 License:    GPLv2+
-URL:        http://nphilipp.fedorapeople.org/python-slip/
-Source0:    http://nphilipp.fedorapeople.org/python-slip/%{name}-%{version}.tar.bz2
+URL:        http://fedorahosted.org/python-slip
+Source0:    http://fedorahosted.org/releases/$(echo %{name} | %{__sed} 's@\(\(.\)\(.\).*\)@\2/\3/\1@')/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
@@ -28,7 +28,12 @@ Summary:    Convenience functions for db
 Group:      System Environment/Libraries
 Requires:   %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
 Requires:   dbus-python >= 0.80
+%if 0%{?fedora}%{?rhel} && 0%{?fedora} < 12 && 0%{?rhel} < 6
 Requires:   PolicyKit >= 0.8-3
+%else
+Conflicts:  PolicyKit < 0.8-3
+Requires:   polkit >= 0.94
+%endif
 
 %description dbus
 The Simple Library for Python packages contain miscellaneous code for
@@ -67,7 +72,7 @@ rm -rf %buildroot
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
+%doc COPYING doc/dbus
 %dir %{python_sitelib}/slip/
 %{python_sitelib}/slip/__init__.py*
 %{python_sitelib}/slip/util
@@ -85,14 +90,15 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
-* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.15-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* Mon Aug 24 2009 Nils Philippsen <nils at redhat.com> - 0.2.0-1
+- use PolicyKit version 1.0 if possible (#518996)
+- update and ship dbus README
 
-* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.15-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Fri Aug 21 2009 Nils Philippsen <nils at redhat.com>
+- require polkit >= 0.94 from F-12 on
 
-* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.1.15-2
-- Rebuild for Python 2.6
+* Thu Nov 27 2008 Nils Philippsen <nphilipp at redhat.com
+- use fedorahosted.org URLs
 
 * Tue Oct 14 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1.15
 - add slip.dbus.polkit.AreAuthorizationsObtainable()


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	15 Oct 2008 14:59:43 -0000	1.15
+++ sources	24 Aug 2009 15:45:30 -0000	1.16
@@ -1 +1 @@
-38acbefd625956ff74cac2eb7597d95a  python-slip-0.1.15.tar.bz2
+ce999316f515dd2c911cab7a3737c4d1  python-slip-0.2.0.tar.bz2




More information about the scm-commits mailing list