rpms/scribes/F-7 scribes-configure.ac-no-python-depcheck.patch, 1.4, 1.5 scribes.spec, 1.32, 1.33

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Mon Dec 31 06:10:51 UTC 2007


Author: pgordon

Update of /cvs/pkgs/rpms/scribes/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13235

Modified Files:
	scribes-configure.ac-no-python-depcheck.patch scribes.spec 
Log Message:
Update to 0.3.3.1

scribes-configure.ac-no-python-depcheck.patch:

Index: scribes-configure.ac-no-python-depcheck.patch
===================================================================
RCS file: /cvs/pkgs/rpms/scribes/F-7/scribes-configure.ac-no-python-depcheck.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scribes-configure.ac-no-python-depcheck.patch	1 Apr 2007 17:33:02 -0000	1.4
+++ scribes-configure.ac-no-python-depcheck.patch	31 Dec 2007 06:10:39 -0000	1.5
@@ -1,17 +1,10 @@
---- configure.ac.old	2006-12-18 21:59:01.000000000 -0800
-+++ configure.ac	2006-12-18 21:59:19.000000000 -0800
-@@ -3,7 +3,6 @@
- 
- AC_INIT([scribes], [0.3.2], [<mystilleef at gmail.com>])
- GNOME_COMMON_INIT
--AC_PREREQ(2.60)
- AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip])
- AM_MAINTAINER_MODE
- 
-@@ -29,8 +28,6 @@
+diff -up ./configure.ac.old ./configure.ac
+--- ./configure.ac.old	2007-12-29 14:14:54.000000000 -0800
++++ ./configure.ac	2007-12-29 14:15:15.000000000 -0800
+@@ -30,8 +30,6 @@ GNOME_DOC_INIT
  AM_GCONF_SOURCE_2
  
- AM_PATH_PYTHON([2.4])
+ AM_PATH_PYTHON([2.5])
 -AC_LANG([C])
 -AC_RUN_IFELSE([AC_LANG_PROGRAM([[#include <stdlib.h>]],[[int result = system("python depcheck.py"); if (result != 0) exit(EXIT_FAILURE);]])], [], [AC_MSG_ERROR([Error: Dependency check failed])])
  


Index: scribes.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scribes/F-7/scribes.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- scribes.spec	30 Sep 2007 21:18:58 -0000	1.32
+++ scribes.spec	31 Dec 2007 06:10:39 -0000	1.33
@@ -3,7 +3,7 @@
 %define	python_module_name	SCRIBES
 
 Name:		scribes
-Version:	0.3.2.9
+Version:	0.3.3.1
 Release:	1%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
@@ -33,7 +33,7 @@
 ## dependency for us.
 Requires:	dbus-python >= 0.70
 Requires:	pygtk2 >= 2.10
-Requires:	python >= 2.4
+Requires:	python >= 2.5
 Requires:	gnome-python2-gconf >= 2.12
 Requires:	gnome-python2-gnomeprint >= 2.12
 Requires:	gnome-python2-gnomevfs >= 2.12
@@ -158,6 +158,9 @@
 
 
 %changelog
+* Sat Dec 29 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.3.1-1
+- Update to new upstream release (0.3.3.1).
+
 * Sun Sep 30 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.2.9-1
 - Update to new upstream release (0.3.2.9).
 - Update License tag (GPLv2+).




More information about the fedora-extras-commits mailing list