[packages/libnsgif] - updated to 0.1.2
witekfl
witekfl at pld-linux.org
Mon Mar 16 12:34:40 CET 2015
commit ebb11c50abc1e2a5757c305de8c6a2d41f666794
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 16 12:34:22 2015 +0100
- updated to 0.1.2
libnsgif.spec | 8 ++++----
no-Werror.patch | 9 +++++----
2 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/libnsgif.spec b/libnsgif.spec
index 2d8aac4..e602ca5 100644
--- a/libnsgif.spec
+++ b/libnsgif.spec
@@ -5,15 +5,15 @@
Summary: Decoding library for the GIF format
Summary(pl.UTF-8): Biblioteka dekodująca pliki w formacie GIF
Name: libnsgif
-Version: 0.1.1
-Release: 2
+Version: 0.1.2
+Release: 1
License: MIT
Group: Libraries
Source0: http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
-# Source0-md5: 5414dfc1db924b99223bbf6f7427377a
+# Source0-md5: 2217255323e85dc3c0a295e1fcca9e05
Patch0: no-Werror.patch
URL: http://www.netsurf-browser.org/projects/libnsgif/
-BuildRequires: netsurf-buildsystem >= 1.1
+BuildRequires: netsurf-buildsystem >= 1.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
diff --git a/no-Werror.patch b/no-Werror.patch
index 74fd794..aa08b75 100644
--- a/no-Werror.patch
+++ b/no-Werror.patch
@@ -1,13 +1,14 @@
---- libnsgif-0.1.1/Makefile~ 2014-04-18 12:40:14.000000000 +0200
-+++ libnsgif-0.1.1/Makefile 2014-11-25 19:31:16.082347185 +0100
-@@ -13,10 +13,6 @@
+--- libnsgif-0.1.2/Makefile.orig 2015-03-16 12:32:37.351846552 +0100
++++ libnsgif-0.1.2/Makefile 2015-03-16 12:33:06.331689551 +0100
+@@ -13,10 +13,7 @@ include $(NSSHARED)/makefiles/Makefile.t
WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -pedantic
-# BeOS/Haiku standard library headers create warnings
--ifneq ($(TARGET),beos)
+-ifneq ($(BUILD),i586-pc-haiku)
- WARNFLAGS := $(WARNFLAGS) -Werror
-endif
++
CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
-I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
ifneq ($(GCCVER),2)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libnsgif.git/commitdiff/ebb11c50abc1e2a5757c305de8c6a2d41f666794
More information about the pld-cvs-commit
mailing list