Author: firewing
Update of /cvs/free/rpms/wxsvg/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16071/devel
Modified Files:
.cvsignore sources wxsvg.spec
Removed Files:
wxsvg-1.0-ffmpeg.patch wxsvg-1.0-internal_expat.patch
Log Message:
* Mon May 2 2011 Stewart Adam <s.adam at diffingo.com> - 1.0.8-1
- Update to 1.0.8
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 18 Jan 2010 21:12:59 -0000 1.3
+++ .cvsignore 2 May 2011 07:21:06 -0000 1.4
@@ -1 +1 @@
-wxsvg-1.0.2_1.tar.bz2
+wxsvg-1.0.8-1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 18 Jan 2010 21:12:59 -0000 1.3
+++ sources 2 May 2011 07:21:06 -0000 1.4
@@ -1 +1 @@
-84122c8782bc5c2a3006501b2e76be12 wxsvg-1.0.2_1.tar.bz2
+81b1b4e9f86b74850d56df6cc3a44faa wxsvg-1.0.8-1.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxsvg.spec 18 Jan 2010 21:10:12 -0000 1.4
+++ wxsvg.spec 2 May 2011 07:21:06 -0000 1.5
@@ -1,14 +1,12 @@
Name: wxsvg
-Version: 1.0.2_1
+Version: 1.0.8
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
License: wxWidgets
URL:
http://www.wxsvg.org/
-Source0:
http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
-Patch0: wxsvg-1.0-internal_expat.patch
-Patch1: wxsvg-1.0-ffmpeg.patch
+Source0:
http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}-1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool, gettext
BuildRequires: expat-devel
@@ -32,10 +30,7 @@
provides the files required to develop programs that use wxsvg.
%prep
-%setup -q -n wxsvg-%{version}
-%patch0 -b .expat
-%patch1 -b .avformat
-%{__rm} -rf src/svgxml/expat
+%setup -q -n wxsvg-%{version}-1
%build
./autogen.sh
@@ -73,8 +68,12 @@
%{_libdir}/*.so
%{_includedir}/wxSVG/
%{_includedir}/wxSVGXML/
+%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Mon May 2 2011 Stewart Adam <s.adam at diffingo.com> - 1.0.8-1
+- Update to 1.0.8
+
* Mon Jan 18 2010 Stewart Adam <s.adam at diffingo.com> - 1.0.2_1-1
- Update to 1.0.2_1 release
--- wxsvg-1.0-ffmpeg.patch DELETED ---
--- wxsvg-1.0-internal_expat.patch DELETED ---