rpms/ntfs-config/devel ntfs-config-1.0.1-py26.patch, 1.1, 1.2 ntfs-config.spec, 1.21, 1.22

dmalcolm dmalcolm at fedoraproject.org
Tue Jul 27 00:32:26 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/ntfs-config/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23769

Modified Files:
	ntfs-config-1.0.1-py26.patch ntfs-config.spec 
Log Message:
extend patch for python 2.6 so it also works with 2.7 (patch 0)


ntfs-config-1.0.1-py26.patch:
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: ntfs-config-1.0.1-py26.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ntfs-config/devel/ntfs-config-1.0.1-py26.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ntfs-config-1.0.1-py26.patch	5 Dec 2008 03:32:02 -0000	1.1
+++ ntfs-config-1.0.1-py26.patch	27 Jul 2010 00:32:26 -0000	1.2
@@ -5,7 +5,7 @@
  
  # Check for python > 2.4 and pygtk > 2.6
 -AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0)
-+AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0, 2.6, 2.6.0)
++AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0, 2.6, 2.6.0, 2.7)
  AC_DEFUN([required_pygtk_version], [2.6.0])
  AC_SUBST([PYOPTIONS], [-OOt])
  AC_MSG_CHECKING(for pygtk >= required_pygtk_version installed)


Index: ntfs-config.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntfs-config/devel/ntfs-config.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- ntfs-config.spec	22 Jul 2010 02:40:00 -0000	1.21
+++ ntfs-config.spec	27 Jul 2010 00:32:26 -0000	1.22
@@ -5,7 +5,7 @@
 
 Name:		ntfs-config
 Version:	1.0.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	A front-end to Enable/disable NTFS write support
 
 Group:		Applications/System          
@@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 26 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.1-10
+- extend patch for python 2.6 so it also works with 2.7 (patch 0)
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list