rpms/ntfs-config/devel ntfs-config-1.0.1-py26.patch, 1.2, 1.3 ntfs-config.spec, 1.22, 1.23

dmalcolm dmalcolm at fedoraproject.org
Tue Jul 27 00:48:05 UTC 2010


Author: dmalcolm

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

Modified Files:
	ntfs-config-1.0.1-py26.patch ntfs-config.spec 
Log Message:
actually fix the patch this time


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.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- ntfs-config-1.0.1-py26.patch	27 Jul 2010 00:32:26 -0000	1.2
+++ ntfs-config-1.0.1-py26.patch	27 Jul 2010 00:48:05 -0000	1.3
@@ -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, 2.7)
++AM_PATH_PYTHON_VERSION(2.4, 2.4.0, 2.5, 2.5.0, 2.6, 2.6.0, 2.7, 2.7.0)
  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.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- ntfs-config.spec	27 Jul 2010 00:32:26 -0000	1.22
+++ ntfs-config.spec	27 Jul 2010 00:48:05 -0000	1.23
@@ -5,7 +5,7 @@
 
 Name:		ntfs-config
 Version:	1.0.1
-Release:	10%{?dist}
+Release:	11%{?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-11
+- actually fix the patch this time
+
 * 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)
 



More information about the scm-commits mailing list