Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Bear: update to 3.0.19.
@ 2022-07-17 21:22 motorto
  2022-07-20  1:24 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: motorto @ 2022-07-17 21:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages Bear_3.0.19
https://github.com/void-linux/void-packages/pull/38117

Bear: update to 3.0.19.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From a9990ba6cc0ce9e0763a5073ac5dce872122f194 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 17 Jul 2022 22:21:28 +0100
Subject: [PATCH] Bear: update to 3.0.19.

---
 srcpkgs/Bear/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/Bear/template b/srcpkgs/Bear/template
index c8c6efebccf2..7a374bfbe728 100644
--- a/srcpkgs/Bear/template
+++ b/srcpkgs/Bear/template
@@ -1,7 +1,7 @@
 # Template file for 'Bear'
 pkgname=Bear
-version=3.0.18
-revision=3
+version=3.0.19
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config protobuf protobuf-devel grpc"
 makedepends="json-c++ spdlog grpc-devel protobuf-devel gtest-devel"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/rizsotto/Bear"
 changelog="https://raw.githubusercontent.com/rizsotto/Bear/master/ChangeLog.md"
 distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ae94047c79b4f48462b66981f66a67b6a833d75d4c40e7afead491b1865f1142
+checksum=2fcfe2c6e029182cfc54ed26b3505c0ef12b0f43df03fb587f335afdc2ca9431
 conflicts="interception-tools>=0" # /usr/bin/intercept
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then

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

* Re: [PR REVIEW] Bear: update to 3.0.19.
  2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
@ 2022-07-20  1:24 ` classabbyamp
  2022-07-20  7:27 ` motorto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-20  1:24 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38117#discussion_r925080535

Comment:
looks like the changelog was removed sometime between 2.4.4 and 3.0 :/

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

* Re: [PR REVIEW] Bear: update to 3.0.19.
  2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
  2022-07-20  1:24 ` [PR REVIEW] " classabbyamp
@ 2022-07-20  7:27 ` motorto
  2022-07-20  7:30 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-20  7:27 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38117#discussion_r925266520

Comment:
You are right, sorry didn't check the links. 

Should I simply remove it ? Didn't find an alternative in the Bear git page

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

* Re: [PR REVIEW] Bear: update to 3.0.19.
  2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
  2022-07-20  1:24 ` [PR REVIEW] " classabbyamp
  2022-07-20  7:27 ` motorto
@ 2022-07-20  7:30 ` classabbyamp
  2022-07-20  8:14 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-20  7:30 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38117#discussion_r925269030

Comment:
yeah, doesn't seem like they're doing a changelog anymore

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

* Re: [PR PATCH] [Updated] Bear: update to 3.0.19.
  2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
                   ` (2 preceding siblings ...)
  2022-07-20  7:30 ` classabbyamp
@ 2022-07-20  8:14 ` motorto
  2022-07-20  8:14 ` motorto
  2022-07-20 14:36 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-20  8:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages Bear_3.0.19
https://github.com/void-linux/void-packages/pull/38117

Bear: update to 3.0.19.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

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

From 838f79c602f439b35458c4462666a9ea5610a477 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 17 Jul 2022 22:21:28 +0100
Subject: [PATCH] Bear: update to 3.0.19.

---
 srcpkgs/Bear/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/Bear/template b/srcpkgs/Bear/template
index c8c6efebccf2..06dfd147a51d 100644
--- a/srcpkgs/Bear/template
+++ b/srcpkgs/Bear/template
@@ -1,7 +1,7 @@
 # Template file for 'Bear'
 pkgname=Bear
-version=3.0.18
-revision=3
+version=3.0.19
+revision=1
 build_style=cmake
 hostmakedepends="pkg-config protobuf protobuf-devel grpc"
 makedepends="json-c++ spdlog grpc-devel protobuf-devel gtest-devel"
@@ -10,9 +10,8 @@ short_desc="Tool that generates a compilation database for clang tooling"
 maintainer="John <me@johnnynator.dev>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/rizsotto/Bear"
-changelog="https://raw.githubusercontent.com/rizsotto/Bear/master/ChangeLog.md"
 distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=ae94047c79b4f48462b66981f66a67b6a833d75d4c40e7afead491b1865f1142
+checksum=2fcfe2c6e029182cfc54ed26b3505c0ef12b0f43df03fb587f335afdc2ca9431
 conflicts="interception-tools>=0" # /usr/bin/intercept
 
 if [ -z "$XBPS_CHECK_PKGS" ]; then

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

* Re: Bear: update to 3.0.19.
  2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
                   ` (3 preceding siblings ...)
  2022-07-20  8:14 ` [PR PATCH] [Updated] " motorto
@ 2022-07-20  8:14 ` motorto
  2022-07-20 14:36 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-20  8:14 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38117#issuecomment-1189968549

Comment:
Done, thanks for the input !


On 22/07/20 12:31AM, classabbyamp wrote:
> @classabbyamp commented on this pull request.
> 
> 
> 
> > @@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
>  homepage="https://github.com/rizsotto/Bear"
>  changelog="https://raw.githubusercontent.com/rizsotto/Bear/master/ChangeLog.md"
> 
> yeah, doesn't seem like they're doing a changelog anymore
> 
> -- 
> Reply to this email directly or view it on GitHub:
> https://github.com/void-linux/void-packages/pull/38117#discussion_r925269030
> You are receiving this because you authored the thread.
> 
> Message ID: ***@***.***>


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

* Re: [PR PATCH] [Merged]: Bear: update to 3.0.19.
  2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
                   ` (4 preceding siblings ...)
  2022-07-20  8:14 ` motorto
@ 2022-07-20 14:36 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-20 14:36 UTC (permalink / raw)
  To: ml

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

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

Bear: update to 3.0.19.
https://github.com/void-linux/void-packages/pull/38117

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc


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

end of thread, other threads:[~2022-07-20 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-17 21:22 [PR PATCH] Bear: update to 3.0.19 motorto
2022-07-20  1:24 ` [PR REVIEW] " classabbyamp
2022-07-20  7:27 ` motorto
2022-07-20  7:30 ` classabbyamp
2022-07-20  8:14 ` [PR PATCH] [Updated] " motorto
2022-07-20  8:14 ` motorto
2022-07-20 14:36 ` [PR PATCH] [Merged]: " classabbyamp

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).