- Update to new upstream 3.45, bugfix release

- Updated quiet patch for 3.45
This commit is contained in:
Denis Leroy 2007-09-20 09:54:36 +00:00
parent fcf33057f4
commit ba84366d52
4 changed files with 14 additions and 10 deletions

View File

@ -1 +1 @@
pstoedit-3.44.tar.gz
pstoedit-3.45.tar.gz

View File

@ -1,5 +1,5 @@
--- pstoedit-3.44/src/pstoedit.cpp.orig 2007-03-25 15:28:36.000000000 +0200
+++ pstoedit-3.44/src/pstoedit.cpp 2007-03-25 15:53:12.000000000 +0200
--- 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
@ -9,7 +9,7 @@
+ if (!options.quiet) {
errstream << "pstoedit: version " << version << " / DLL interface " <<
drvbaseVersion << " (build " << __DATE__ << " - " << buildtype << " - " << compversion << ")"
" : Copyright (C) 1993 - 2006 Wolfgang Glunz\n";
" : Copyright (C) 1993 - 2007 Wolfgang Glunz\n";
+ }
// int arg = 1;
drvbase::SetVerbose( false ); // init
@ -19,8 +19,8 @@
// handling of derived parameters
drvbase::SetVerbose(options.verbose);
closerObject.fromgui = (bool) options.fromgui;
--- pstoedit-3.44/src/pstoeditoptions.h.orig 2007-03-25 15:26:10.000000000 +0200
+++ pstoedit-3.44/src/pstoeditoptions.h 2007-03-25 15:26:49.000000000 +0200
--- 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;

View File

@ -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 @@ License: GPLv2+
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 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*.m4
%changelog
* Thu Sep 20 2007 Denis Leroy <denis@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@poolshark.org> - 3.44-7
- License tag update

View File

@ -1 +1 @@
13f24cb070da3f6af82ed84f4e53f049 pstoedit-3.44.tar.gz
071efc64d9edf5d942b407348ac7451d pstoedit-3.45.tar.gz