[packages/libsvgtiny] - updated to 0.1.3
witekfl
witekfl at pld-linux.org
Mon Mar 16 18:25:29 CET 2015
commit b8d631d218a275f74092dd789213f289d7282a28
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 16 18:25:07 2015 +0100
- updated to 0.1.3
libsvgtiny.spec | 14 +++++++-------
no-Werror.patch | 10 +++++-----
2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/libsvgtiny.spec b/libsvgtiny.spec
index edf3695..865fc05 100644
--- a/libsvgtiny.spec
+++ b/libsvgtiny.spec
@@ -5,21 +5,21 @@
Summary: Implementation of SVG Tiny
Summary(pl.UTF-8): Implementacja SVG Tiny
Name: libsvgtiny
-Version: 0.1.2
+Version: 0.1.3
Release: 1
License: MIT
Group: Libraries
Source0: http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
-# Source0-md5: 33471a498cfe206afdf57d747ed93f39
+# Source0-md5: b4dd1cb5a36228604b6cf0f8c87fd6f8
Patch0: no-Werror.patch
URL: http://www.netsurf-browser.org/projects/libsvgtiny/
BuildRequires: gperf
-BuildRequires: libdom-devel >= 0.1.1
-BuildRequires: libwapcaplet-devel >= 0.2.1
-BuildRequires: netsurf-buildsystem >= 1.2
+BuildRequires: libdom-devel >= 0.1.2
+BuildRequires: libwapcaplet-devel >= 0.2.2
+BuildRequires: netsurf-buildsystem >= 1.3
BuildRequires: pkgconfig
-Requires: libdom >= 0.1.1
-Requires: libwapcaplet >= 0.2.1
+Requires: libdom >= 0.1.2
+Requires: libwapcaplet >= 0.2.2
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
diff --git a/no-Werror.patch b/no-Werror.patch
index e0f99cb..249104a 100644
--- a/no-Werror.patch
+++ b/no-Werror.patch
@@ -1,12 +1,12 @@
---- libsvgtiny-0.1.1/Makefile~ 2014-04-18 13:19:22.000000000 +0200
-+++ libsvgtiny-0.1.1/Makefile 2014-11-25 19:33:17.289018921 +0100
-@@ -15,12 +15,6 @@
+--- libsvgtiny-0.1.3/Makefile.orig 2015-03-16 12:36:00.650745157 +0100
++++ libsvgtiny-0.1.3/Makefile 2015-03-16 12:36:30.867248123 +0100
+@@ -15,12 +15,6 @@ TESTRUNNER := $(ECHO)
WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -pedantic
-# BeOS/Haiku/AmigaOS standard library headers create warnings
--ifneq ($(TARGET),beos)
-- ifneq ($(TARGET),amiga)
+-ifneq ($(BUILD),i586-pc-haiku)
+- ifneq ($(findstring amigaos,$(BUILD)),amigaos)
- WARNFLAGS := $(WARNFLAGS) -Werror
- endif
-endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libsvgtiny.git/commitdiff/b8d631d218a275f74092dd789213f289d7282a28
More information about the pld-cvs-commit
mailing list