[dvisvgm/el6] update to version 1.3

Martin Gieseking mgieseki at fedoraproject.org
Mon Jun 17 13:58:14 UTC 2013


commit 47809f92cd2d8543a1b9afa045672fb91936bfa0
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Mon Jun 17 15:57:54 2013 +0200

    update to version 1.3

 dvisvgm.spec |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/dvisvgm.spec b/dvisvgm.spec
index 9d248f1..d043068 100644
--- a/dvisvgm.spec
+++ b/dvisvgm.spec
@@ -1,5 +1,5 @@
 Name:           dvisvgm
-Version:        1.2
+Version:        1.3
 Release:        1%{?dist}
 Summary:        DVI to SVG converter
 
@@ -10,8 +10,6 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  autoconf 
-BuildRequires:  automake 
 BuildRequires:  freetype-devel 
 BuildRequires:  ghostscript-devel 
 BuildRequires:  potrace-devel
@@ -39,8 +37,6 @@ so that the generated SVG is freely scalable without loss of quality.
 
 %prep
 %setup -q
-# Remove bundled potracelib
-rm -rf potracelib
 # Remove bundled Ghostscript API headers
 %if !(0%{?rhel} == 4 || 0%{?rhel} == 5)
 rm -f src/iapi.h src/ierrors.h
@@ -48,10 +44,6 @@ rm -f src/iapi.h src/ierrors.h
 
 
 %build
-# remove references to bundled potrace library
-sed -i "s/ potracelib\/Makefile / /" configure.ac
-sed -i "s/potracelib //" Makefile.am
-autoreconf
 %configure
 make %{?_smp_mflags}
 
@@ -73,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 17 2013 Martin Gieseking <martin.gieseking at uos.de> 1.3-1
+- Updated to release 1.3.
+- Removed the stuff releated to the formerly bundled potrace library. It's no longer present in the tarball.
+
 * Sun Mar 03 2013 Martin Gieseking <martin.gieseking at uos.de> 1.2-1
 - Updated to release 1.2.
 


More information about the scm-commits mailing list