Author: sergiomb
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4911
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Mon Apr 08 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.14-1
- Update to 1.1.14
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 21 Feb 2013 17:27:55 -0000 1.9
+++ .cvsignore 8 Apr 2013 00:26:59 -0000 1.10
@@ -1 +1 @@
-wxsvg-1.1.13.tar.bz2
+wxsvg-1.1.14.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 21 Feb 2013 17:27:55 -0000 1.9
+++ sources 8 Apr 2013 00:26:59 -0000 1.10
@@ -1 +1 @@
-e8ab2cd0398fbc5cafff2cee43150ec5 wxsvg-1.1.13.tar.bz2
+93f44b9dfe79f9c96c972c80220bf0c8 wxsvg-1.1.14.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- wxsvg.spec 21 Feb 2013 17:27:55 -0000 1.21
+++ wxsvg.spec 8 Apr 2013 00:26:59 -0000 1.22
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.1.13
+Version: 1.1.14
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -15,6 +15,7 @@
BuildRequires: libart_lgpl-devel
BuildRequires: pango-devel
BuildRequires: wxGTK-devel
+BuildRequires: perl-Carp
%description
wxSVG is C++ library to create, manipulate and render SVG files.
@@ -33,6 +34,7 @@
%setup -q
%build
+chmod +x ./autogen.sh ./configure
./autogen.sh
%configure \
--disable-dependency-tracking \
@@ -67,6 +69,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Mon Apr 08 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.14-1
+- Update to 1.1.14
+
* Wed Feb 20 2013 Sérgio Basto <sergio(a)serjux.com> - 1.1.13-1
- Update to 1.1.13