[packages/libparserutils] - updated to 0.2.1
witekfl
witekfl at pld-linux.org
Mon Mar 16 11:51:31 CET 2015
commit 9661b6b44aa7cd507fe837ba0fbd809ebcc4a3cc
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 16 11:51:07 2015 +0100
- updated to 0.2.1
libparserutils-build.patch | 11 +++++------
libparserutils.spec | 8 ++++----
2 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/libparserutils.spec b/libparserutils.spec
index cea625f..be139a0 100644
--- a/libparserutils.spec
+++ b/libparserutils.spec
@@ -5,15 +5,15 @@
Summary: Library for building efficient parsers
Summary(pl.UTF-8): Biblioteka do tworzenia wydajnych analizatorów
Name: libparserutils
-Version: 0.2.0
-Release: 2
+Version: 0.2.1
+Release: 1
License: MIT
Group: Libraries
Source0: http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
-# Source0-md5: 3a52cff73006e9b7feb6dd23410373c2
+# Source0-md5: 4690e29df753e6587c579ad8cba1e048
Patch0: %{name}-build.patch
URL: http://www.netsurf-browser.org/projects/libparserutils/
-BuildRequires: netsurf-buildsystem >= 1.1
+BuildRequires: netsurf-buildsystem >= 1.3
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
diff --git a/libparserutils-build.patch b/libparserutils-build.patch
index 9dcb3cb..4eaa623 100644
--- a/libparserutils-build.patch
+++ b/libparserutils-build.patch
@@ -1,14 +1,13 @@
---- libparserutils-0.2.0/Makefile~ 2014-04-18 11:35:42.000000000 +0200
-+++ libparserutils-0.2.0/Makefile 2014-10-09 08:23:51.426250318 +0200
-@@ -15,11 +15,6 @@
+--- libparserutils-0.2.1/Makefile.orig 2015-03-16 11:49:25.184170926 +0100
++++ libparserutils-0.2.1/Makefile 2015-03-16 11:49:37.534104020 +0100
+@@ -15,10 +15,6 @@ TESTRUNNER := $(PERL) $(NSTESTTOOLS)/tes
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/libparserutils.git/commitdiff/9661b6b44aa7cd507fe837ba0fbd809ebcc4a3cc
More information about the pld-cvs-commit
mailing list