Author: sergiomb
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31515
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Tue Oct 27 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.5-1
- Update to 1.5.5.
- Use autoreconf -i instead autogen.sh
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 9 Apr 2015 00:44:01 -0000 1.17
+++ .cvsignore 27 Oct 2015 01:58:33 -0000 1.18
@@ -1 +1 @@
-wxsvg-1.5.4.tar.bz2
+wxsvg-1.5.5.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 9 Apr 2015 00:44:01 -0000 1.17
+++ sources 27 Oct 2015 01:58:33 -0000 1.18
@@ -1 +1 @@
-5c417a4448942c000de415d710b37751 wxsvg-1.5.4.tar.bz2
+0aadf0a5ad80c19c003013ba63358d53 wxsvg-1.5.5.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- wxsvg.spec 9 Apr 2015 00:44:01 -0000 1.37
+++ wxsvg.spec 27 Oct 2015 01:58:33 -0000 1.38
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.5.4
+Version: 1.5.5
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -8,7 +8,7 @@
URL:
http://sourceforge.net/projects/wxsvg
Source0:
http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool gettext
+BuildRequires: autoconf automake libtool gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
@@ -31,9 +31,11 @@
%prep
%setup -q
+rm install-sh mkinstalldirs missing depcomp config.sub ltmain.sh config.guess compile
aclocal.m4 Makefile.in configure
+rm m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
%build
-./autogen.sh
+autoreconf -i
%configure \
--disable-dependency-tracking \
--disable-static
@@ -67,6 +69,10 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Tue Oct 27 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.5-1
+- Update to 1.5.5.
+- Use autoreconf -i instead autogen.sh
+
* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.4-1
- Update to 1.5.4.