diff --git a/.gitignore b/.gitignore index e11a049..5adaf4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pstoedit-3.45.tar.gz /pstoedit-3.60.tar.gz /pstoedit-3.61.tar.gz +/pstoedit-3.62.tar.gz diff --git a/pstoedit.spec b/pstoedit.spec index c57c87b..f6bc3d0 100644 --- a/pstoedit.spec +++ b/pstoedit.spec @@ -1,6 +1,6 @@ Name: pstoedit -Version: 3.61 -Release: 3%{?dist} +Version: 3.62 +Release: 1%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -17,9 +17,6 @@ BuildRequires: plotutils-devel %ifnarch ia64 BuildRequires: libEMF-devel %endif -# autoreconf -BuildRequires: autoconf automake libtool - %description Pstoedit converts PostScript and PDF files to various vector graphic @@ -46,10 +43,6 @@ dos2unix doc/*.htm doc/readme.txt %build -# autoreconf has been added due to bug #926382, -# should be safe to remove once configure is Autoconf => 2.68 generated, i.e. -# with pstoedit > 3.61 -autoreconf --verbose --force --install # Buildling without ImageMagick support, to work around bug 507035 %configure --disable-static --with-emf --without-swf --without-magick @@ -91,6 +84,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog +* Mon Apr 29 2013 Jiri Popelka - 3.62-1 +- 3.62 +- remove autoreconf + * Mon Mar 25 2013 Jiri Popelka - 3.61-3 - Run autoreconf prior to running configure (#926382) diff --git a/sources b/sources index 4efcc7e..7629f39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b60941dd2c9e806cf4fa183a23e9c6f5 pstoedit-3.61.tar.gz +d4ac408d93a8f57dcf0b261cef7785d8 pstoedit-3.62.tar.gz