bitwise: update to 0.42
This commit is contained in:
parent
4780d37d71
commit
3be7cc0084
2 changed files with 27 additions and 2 deletions
24
srcpkgs/bitwise/patches/tests-use-bcunit.patch
Normal file
24
srcpkgs/bitwise/patches/tests-use-bcunit.patch
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
diff '--color=auto' -ruN bitwise-v0.42/Makefile.in bitwise-v0.42_new/Makefile.in
|
||||||
|
--- Makefile.in 2021-04-16 17:21:30.000000000 +0200
|
||||||
|
+++ Makefile.in 2021-04-17 09:36:46.661320033 +0200
|
||||||
|
@@ -518,7 +518,7 @@
|
||||||
|
src/misc.c \
|
||||||
|
tests/test-shunting-yard.c
|
||||||
|
|
||||||
|
-tests_test_shunting_yard_LDADD = -lcunit
|
||||||
|
+tests_test_shunting_yard_LDADD = -lbcunit
|
||||||
|
TESTS = $(check_PROGRAMS)
|
||||||
|
all: all-am
|
||||||
|
|
||||||
|
diff '--color=auto' -ruN bitwise-v0.42/tests/test-shunting-yard.c bitwise-v0.42_new/tests/test-shunting-yard.c
|
||||||
|
--- tests/test-shunting-yard.c 2021-04-16 17:17:19.000000000 +0200
|
||||||
|
+++ tests/test-shunting-yard.c 2021-04-17 09:36:46.660320033 +0200
|
||||||
|
@@ -7,7 +7,7 @@
|
||||||
|
|
||||||
|
#include "../inc/shunting-yard.h"
|
||||||
|
|
||||||
|
-#include <CUnit/Basic.h>
|
||||||
|
+#include <BCUnit/Basic.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
#define ASSERT_RESULT(expression, expected) \
|
|
@ -1,13 +1,14 @@
|
||||||
# Template file for 'bitwise'
|
# Template file for 'bitwise'
|
||||||
pkgname=bitwise
|
pkgname=bitwise
|
||||||
version=0.41
|
version=0.42
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
|
checkdepends="bcunit-devel"
|
||||||
short_desc="Terminal based bit manipulator in ncurses"
|
short_desc="Terminal based bit manipulator in ncurses"
|
||||||
maintainer="shtayerc <david.murko@mailbox.org>"
|
maintainer="shtayerc <david.murko@mailbox.org>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/mellowcandle/bitwise"
|
homepage="https://github.com/mellowcandle/bitwise"
|
||||||
distfiles="${homepage}/releases/download/v${version}/bitwise-v${version}.tar.gz"
|
distfiles="${homepage}/releases/download/v${version}/bitwise-v${version}.tar.gz"
|
||||||
checksum=33ce934fb99dadf7652224152cc135a0abf6a211adde53d96e9be7067567749c
|
checksum=d3d43cef47bf8f49e85f7ed381c3eaf1df921ca51805e0962f1a97a517e1d1d2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue