rpms/pstoedit/devel pstoedit-3.45-quiet.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 pstoedit.spec, 1.6, 1.7 sources, 1.2, 1.3 pstoedit-3.44-quiet.patch, 1.1, NONE

Denis Leroy (denis) fedora-extras-commits at redhat.com
Thu Sep 20 09:55:08 UTC 2007


Author: denis

Update of /cvs/pkgs/rpms/pstoedit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4523

Modified Files:
	.cvsignore pstoedit.spec sources 
Added Files:
	pstoedit-3.45-quiet.patch 
Removed Files:
	pstoedit-3.44-quiet.patch 
Log Message:
- Update to new upstream 3.45, bugfix release
- Updated quiet patch for 3.45


pstoedit-3.45-quiet.patch:

--- NEW FILE pstoedit-3.45-quiet.patch ---
--- pstoedit-3.45/src/pstoedit.cpp.orig	2007-07-22 13:27:38.000000000 +0200
+++ pstoedit-3.45/src/pstoedit.cpp	2007-09-20 11:08:32.000000000 +0200
@@ -352,14 +352,16 @@
 	#endif
 #endif
 
+	const unsigned int remaining = options.parseoptions(errstream,argc,argv);
+
+	if (!options.quiet) {
 	errstream << "pstoedit: version " << version << " / DLL interface " <<
 		drvbaseVersion << " (build " << __DATE__ << " - " << buildtype << " - " << compversion << ")" 
 		" : Copyright (C) 1993 - 2007 Wolfgang Glunz\n";
+	}
 	// int arg = 1;
 	drvbase::SetVerbose( false );	// init
 
-
-	const unsigned int remaining = options.parseoptions(errstream,argc,argv);
 	//  handling of derived parameters
 	drvbase::SetVerbose(options.verbose);
 	closerObject.fromgui = (bool) options.fromgui;
--- pstoedit-3.45/src/pstoeditoptions.h.orig	2007-09-20 11:07:14.000000000 +0200
+++ pstoedit-3.45/src/pstoeditoptions.h	2007-09-20 11:06:49.000000000 +0200
@@ -156,6 +156,7 @@
 
 	Option < bool, BoolTrueExtractor > splitpages ;//= false;
 	Option < bool, BoolTrueExtractor > verbose ;//= false;
+	Option < bool, BoolTrueExtractor > quiet ;//= false;
 	Option < bool, BoolTrueExtractor > useBBfrominput; //= false;
 	Option < bool, BoolTrueExtractor > simulateSubPaths ;//= false;
 	Option < RSString, RSStringValueExtractor> unmappablecharstring ;//= 0;
@@ -333,6 +334,9 @@
 		"Switch on verbose mode. Some additional information is shown "
 		"during processing. ",
 		false),
+	quiet				(true, "-quiet",noArgument,b_t,"turns on quiet mode", 
+		"Switch on quiet mode. Version information is not shown. ",
+		false),
 	useBBfrominput		(true, "-usebbfrominput",noArgument,g_t,"extract BoundingBox from input file rather than determining it during processing", 
 		"If specified, pstoedit uses the BoundingBox as is (hopefully) found in the input file instead of one that is calculated by its own. ",
 		false),
@@ -573,6 +577,7 @@
 
 	ADD(splitpages);
 	ADD(verbose );
+	ADD(quiet);
 	ADD(useBBfrominput);
 	ADD(simulateSubPaths);
 	ADD(unmappablecharstring);


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pstoedit/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Jun 2006 15:31:09 -0000	1.2
+++ .cvsignore	20 Sep 2007 09:54:36 -0000	1.3
@@ -1 +1 @@
-pstoedit-3.44.tar.gz
+pstoedit-3.45.tar.gz


Index: pstoedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pstoedit/devel/pstoedit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pstoedit.spec	20 Aug 2007 14:35:15 -0000	1.6
+++ pstoedit.spec	20 Sep 2007 09:54:36 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           pstoedit
-Version:        3.44
-Release:        7%{?dist}
+Version:        3.45
+Release:        1%{?dist}
 Summary:        Translates PostScript and PDF graphics into other vector formats
 
 Group:          Applications/Productivity
@@ -8,7 +8,7 @@
 URL:            http://www.pstoedit.net/
 Source0:        http://download.sourceforge.net/pstoedit/pstoedit-%{version}.tar.gz
 Patch0:		pstoedit-3.44-cxxflags.patch
-Patch1:		pstoedit-3.44-quiet.patch
+Patch1:		pstoedit-3.45-quiet.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	ghostscript
 BuildRequires:	gd-devel
@@ -86,6 +86,10 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Thu Sep 20 2007 Denis Leroy <denis at poolshark.org> - 3.45-1
+- Update to new upstream 3.45, bugfix release
+- Updated quiet patch for 3.45
+
 * Mon Aug 20 2007 Denis Leroy <denis at poolshark.org> - 3.44-7
 - License tag update
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pstoedit/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Jun 2006 15:31:09 -0000	1.2
+++ sources	20 Sep 2007 09:54:36 -0000	1.3
@@ -1 +1 @@
-13f24cb070da3f6af82ed84f4e53f049  pstoedit-3.44.tar.gz
+071efc64d9edf5d942b407348ac7451d  pstoedit-3.45.tar.gz


--- pstoedit-3.44-quiet.patch DELETED ---




More information about the fedora-extras-commits mailing list