Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bitwise: update to 0.42
@ 2021-04-17  7:03 shtayerc
  2021-04-17  7:40 ` [PR PATCH] [Updated] " shtayerc
  2021-04-17 20:06 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: shtayerc @ 2021-04-17  7:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

There is a new pull request by shtayerc against master on the void-packages repository

https://github.com/shtayerc/void-packages bitwise
https://github.com/void-linux/void-packages/pull/30279

bitwise: update to 0.42
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30279.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitwise-30279.patch --]
[-- Type: text/x-diff, Size: 986 bytes --]

From fb7f76719a8d629412221230fc92bb028b791bb9 Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Sat, 17 Apr 2021 09:01:49 +0200
Subject: [PATCH] bitwise: update to 0.42

---
 srcpkgs/bitwise/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bitwise/template b/srcpkgs/bitwise/template
index e1a3765d41b0..1047dcbd835b 100644
--- a/srcpkgs/bitwise/template
+++ b/srcpkgs/bitwise/template
@@ -1,6 +1,6 @@
 # Template file for 'bitwise'
 pkgname=bitwise
-version=0.41
+version=0.42
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=gnu-configure
@@ -10,4 +10,4 @@ maintainer="shtayerc <david.murko@mailbox.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/mellowcandle/bitwise"
 distfiles="${homepage}/releases/download/v${version}/bitwise-v${version}.tar.gz"
-checksum=33ce934fb99dadf7652224152cc135a0abf6a211adde53d96e9be7067567749c
+checksum=d3d43cef47bf8f49e85f7ed381c3eaf1df921ca51805e0962f1a97a517e1d1d2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] bitwise: update to 0.42
  2021-04-17  7:03 [PR PATCH] bitwise: update to 0.42 shtayerc
@ 2021-04-17  7:40 ` shtayerc
  2021-04-17 20:06 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: shtayerc @ 2021-04-17  7:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]

There is an updated pull request by shtayerc against master on the void-packages repository

https://github.com/shtayerc/void-packages bitwise
https://github.com/void-linux/void-packages/pull/30279

bitwise: update to 0.42
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30279.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitwise-30279.patch --]
[-- Type: text/x-diff, Size: 2379 bytes --]

From 2ccf222515fb1f0565b1d4e7f0339f56fc3833d5 Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Sat, 17 Apr 2021 09:01:49 +0200
Subject: [PATCH] bitwise: update to 0.42

---
 .../bitwise/patches/tests-use-bcunit.patch    | 24 +++++++++++++++++++
 srcpkgs/bitwise/template                      |  5 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/bitwise/patches/tests-use-bcunit.patch

diff --git a/srcpkgs/bitwise/patches/tests-use-bcunit.patch b/srcpkgs/bitwise/patches/tests-use-bcunit.patch
new file mode 100644
index 000000000000..154d098e7d6e
--- /dev/null
+++ b/srcpkgs/bitwise/patches/tests-use-bcunit.patch
@@ -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) \
diff --git a/srcpkgs/bitwise/template b/srcpkgs/bitwise/template
index e1a3765d41b0..16b8b2a23fe4 100644
--- a/srcpkgs/bitwise/template
+++ b/srcpkgs/bitwise/template
@@ -1,13 +1,14 @@
 # Template file for 'bitwise'
 pkgname=bitwise
-version=0.41
+version=0.42
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=gnu-configure
 makedepends="ncurses-devel readline-devel"
+checkdepends="bcunit-devel"
 short_desc="Terminal based bit manipulator in ncurses"
 maintainer="shtayerc <david.murko@mailbox.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/mellowcandle/bitwise"
 distfiles="${homepage}/releases/download/v${version}/bitwise-v${version}.tar.gz"
-checksum=33ce934fb99dadf7652224152cc135a0abf6a211adde53d96e9be7067567749c
+checksum=d3d43cef47bf8f49e85f7ed381c3eaf1df921ca51805e0962f1a97a517e1d1d2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: bitwise: update to 0.42
  2021-04-17  7:03 [PR PATCH] bitwise: update to 0.42 shtayerc
  2021-04-17  7:40 ` [PR PATCH] [Updated] " shtayerc
@ 2021-04-17 20:06 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-04-17 20:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]

There's a merged pull request on the void-packages repository

bitwise: update to 0.42
https://github.com/void-linux/void-packages/pull/30279

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-17 20:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-17  7:03 [PR PATCH] bitwise: update to 0.42 shtayerc
2021-04-17  7:40 ` [PR PATCH] [Updated] " shtayerc
2021-04-17 20:06 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).