Author: kwizart
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16744/devel
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
Update to 1.1.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 28 Sep 2011 06:26:08 -0000 1.5
+++ .cvsignore 3 May 2012 20:28:25 -0000 1.6
@@ -1 +1 @@
-wxsvg-1.1.2.tar.bz2
+wxsvg-1.1.8.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 28 Sep 2011 06:26:08 -0000 1.5
+++ sources 3 May 2012 20:28:25 -0000 1.6
@@ -1 +1 @@
-d88b0a68334df157fa560413681c3264 wxsvg-1.1.2.tar.bz2
+884230115546590d162e8e91be5f076b wxsvg-1.1.8.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wxsvg.spec 28 Feb 2012 11:32:55 -0000 1.9
+++ wxsvg.spec 3 May 2012 20:28:25 -0000 1.10
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.1.2
-Release: 3%{?dist}
+Version: 1.1.8
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -8,7 +8,7 @@
URL:
http://www.wxsvg.org/
Source0:
http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool, gettext
+#BuildRequires: libtool, gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
@@ -33,7 +33,6 @@
%setup -q
%build
-./autogen.sh
%configure \
--disable-dependency-tracking \
--disable-static
@@ -71,6 +70,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu May 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.8-1
+- Update to 1.1.8
+
* Tue Feb 28 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.2-3
- Rebuilt for x264/FFmpeg