[packages/libnsbmp] - updated to 0.1.2
witekfl
witekfl at pld-linux.org
Mon Mar 16 12:29:24 CET 2015
commit b344e9d3ced3d5b642153e345a696567efac5850
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 16 12:29:04 2015 +0100
- updated to 0.1.2
libnsbmp.spec | 8 ++++----
no-Werror.patch | 9 +++++----
2 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/libnsbmp.spec b/libnsbmp.spec
index d515d2e..abeb7b7 100644
--- a/libnsbmp.spec
+++ b/libnsbmp.spec
@@ -5,15 +5,15 @@
Summary: Decoding library for BMP and ICO file formats
Summary(pl.UTF-8): Biblioteka dekodująca pliki w formatach BMP oraz ICO
Name: libnsbmp
-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: f9552402c748f976e68bb40a14bb82c7
+# Source0-md5: fb945a2ee71c2d360368055616d7e191
Patch0: no-Werror.patch
URL: http://www.netsurf-browser.org/projects/libnsbmp/
-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 ff0d324..79deb16 100644
--- a/no-Werror.patch
+++ b/no-Werror.patch
@@ -1,13 +1,14 @@
---- libnsbmp-0.1.1/Makefile~ 2014-04-18 12:38:41.000000000 +0200
-+++ libnsbmp-0.1.1/Makefile 2014-11-25 19:29:51.412343644 +0100
-@@ -13,10 +13,6 @@
+--- libnsbmp-0.1.2/Makefile.orig 2015-03-16 12:27:23.430213925 +0100
++++ libnsbmp-0.1.2/Makefile 2015-03-16 12:28:03.146665424 +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/libnsbmp.git/commitdiff/b344e9d3ced3d5b642153e345a696567efac5850
More information about the pld-cvs-commit
mailing list