rpms/scribes/devel scribes-configure.ac-no-python-depcheck.patch, 1.3, 1.4 scribes.spec, 1.24, 1.25

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sun Apr 1 17:33:36 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/scribes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv659

Modified Files:
	scribes-configure.ac-no-python-depcheck.patch scribes.spec 
Log Message:
Update to new upstream release (0.3.2)

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

Index: scribes-configure.ac-no-python-depcheck.patch
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes-configure.ac-no-python-depcheck.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scribes-configure.ac-no-python-depcheck.patch	19 Dec 2006 07:04:10 -0000	1.3
+++ scribes-configure.ac-no-python-depcheck.patch	1 Apr 2007 17:33:02 -0000	1.4
@@ -2,7 +2,7 @@
 +++ configure.ac	2006-12-18 21:59:19.000000000 -0800
 @@ -3,7 +3,6 @@
  
- AC_INIT([scribes], [0.3.1], [<mystilleef at gmail.com>])
+ 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])


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- scribes.spec	17 Mar 2007 17:51:26 -0000	1.24
+++ scribes.spec	1 Apr 2007 17:33:02 -0000	1.25
@@ -3,14 +3,14 @@
 %define	python_module_name	SCRIBES
 
 Name:		scribes
-Version:	0.3.1
+Version:	0.3.2
 Release:	1%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
 URL:		http://scribes.sourceforge.net/           
 
-Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source0:	http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Patch0:		%{name}-configure.ac-no-python-depcheck.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -41,9 +41,12 @@
 Requires:	PyXML
 
 Requires(pre):	GConf2
+
 Requires(post):	GConf2
 Requires(post):	scrollkeeper
+
 Requires(preun):	GConf2
+
 Requires(postun):	scrollkeeper
 
 
@@ -160,6 +163,9 @@
 
 
 %changelog
+* Sat Apr 01 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.2-1
+- Update to new upstream release (0.3.2).
+
 * Sat Mar 17 2007 Peter Gordon <peter at thecodergeek.com> - 0.3.1-1
 - Update to new upstream release (0.3.1).
 - Update Source0 URL




More information about the scm-commits mailing list