rpms/python-slip/devel .cvsignore, 1.10, 1.11 python-slip.spec, 1.9, 1.10 sources, 1.11, 1.12

Nils Philippsen nphilipp at fedoraproject.org
Fri Aug 29 12:23:27 UTC 2008


Author: nphilipp

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

Modified Files:
	.cvsignore python-slip.spec sources 
Log Message:
make slip.dbus.service.Object persistence overridable per object



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	5 Aug 2008 17:21:51 -0000	1.10
+++ .cvsignore	29 Aug 2008 12:22:56 -0000	1.11
@@ -1 +1 @@
-python-slip-0.1.11.tar.bz2
+python-slip-0.1.12.tar.bz2


Index: python-slip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/python-slip.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-slip.spec	5 Aug 2008 17:21:51 -0000	1.9
+++ python-slip.spec	29 Aug 2008 12:22:57 -0000	1.10
@@ -1,9 +1,9 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
-%{!?python_version: %define python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
+%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:       python-slip
-Version:    0.1.11
+Version:    0.1.12
 Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
@@ -85,6 +85,9 @@
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Fri Aug 29 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1.12
+- make slip.dbus.service.Object persistence overridable per object
+
 * Tue Aug 05 2008 Nils Philippsen <nphilipp at redhat.com> - 0.1.11
 - implement freezing/thawing hooks
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-slip/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	5 Aug 2008 17:21:51 -0000	1.11
+++ sources	29 Aug 2008 12:22:57 -0000	1.12
@@ -1 +1 @@
-05447924f3d99583cae74a6c3cd81e96  python-slip-0.1.11.tar.bz2
+8ad9f94c1625ace7ed103850aaec5f4e  python-slip-0.1.12.tar.bz2




More information about the fedora-extras-commits mailing list