Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] occt: update to 7.4.0p1
@ 2020-08-31 20:58 karl-nilsson
  2020-08-31 21:05 ` [PR PATCH] [Updated] " karl-nilsson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: karl-nilsson @ 2020-08-31 20:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages occt_update
https://github.com/void-linux/void-packages/pull/24582

occt: update to 7.4.0p1
@yopito any objections?

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

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

From e19838eea94ba2839574b8ba0a19d56144f6bd3d Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 31 Aug 2020 14:41:53 -0400
Subject: [PATCH 1/2] occt: update to 7.4.0p1.

---
 srcpkgs/occt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/occt/template b/srcpkgs/occt/template
index 3b131d74512..ce9fc7480e9 100644
--- a/srcpkgs/occt/template
+++ b/srcpkgs/occt/template
@@ -1,6 +1,6 @@
 # Template file for 'occt'
 pkgname=occt
-version=7.4.0
+version=7.4.0p1
 revision=1
 _gittag="V${version//./_}"
 wrksrc=occt-${_gittag}

From e6f6647345d36d43d8da4594b3551e492915c848 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 31 Aug 2020 16:55:20 -0400
Subject: [PATCH 2/2] occt: update to 7.4.0p1.

---
 srcpkgs/occt/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/occt/template b/srcpkgs/occt/template
index ce9fc7480e9..fc6a9fc80dc 100644
--- a/srcpkgs/occt/template
+++ b/srcpkgs/occt/template
@@ -16,7 +16,7 @@ homepage="https://www.opencascade.com"
 # distfile: use git instead of official tarball, which requires registration
 # see https://www.opencascade.com/content/packaging-again-debian
 distfiles="https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_gittag};sf=tgz>occt-${_gittag}.tar.gz"
-checksum=655da7717dac3460a22a6a7ee68860c1da56da2fec9c380d8ac0ac0349d67676
+checksum=e00fedc221560fda31653c23a8f3d0eda78095c87519f338d4f4088e2ee9a9c0
 conflicts="oce>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] occt: update to 7.4.0p1
  2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
@ 2020-08-31 21:05 ` karl-nilsson
  2020-08-31 21:07 ` karl-nilsson
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: karl-nilsson @ 2020-08-31 21:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages occt_update
https://github.com/void-linux/void-packages/pull/24582

occt: update to 7.4.0p1
@yopito any objections?

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

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

From 3f9216787064efb5b50c4617bceece8eeff9d43c Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 31 Aug 2020 14:41:53 -0400
Subject: [PATCH] occt: update to 7.4.0p1.

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

diff --git a/srcpkgs/occt/template b/srcpkgs/occt/template
index 3b131d74512..fc6a9fc80dc 100644
--- a/srcpkgs/occt/template
+++ b/srcpkgs/occt/template
@@ -1,6 +1,6 @@
 # Template file for 'occt'
 pkgname=occt
-version=7.4.0
+version=7.4.0p1
 revision=1
 _gittag="V${version//./_}"
 wrksrc=occt-${_gittag}
@@ -16,7 +16,7 @@ homepage="https://www.opencascade.com"
 # distfile: use git instead of official tarball, which requires registration
 # see https://www.opencascade.com/content/packaging-again-debian
 distfiles="https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_gittag};sf=tgz>occt-${_gittag}.tar.gz"
-checksum=655da7717dac3460a22a6a7ee68860c1da56da2fec9c380d8ac0ac0349d67676
+checksum=e00fedc221560fda31653c23a8f3d0eda78095c87519f338d4f4088e2ee9a9c0
 conflicts="oce>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] occt: update to 7.4.0p1
  2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
  2020-08-31 21:05 ` [PR PATCH] [Updated] " karl-nilsson
@ 2020-08-31 21:07 ` karl-nilsson
  2020-09-02 14:08 ` yopito
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: karl-nilsson @ 2020-08-31 21:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages occt_update
https://github.com/void-linux/void-packages/pull/24582

occt: update to 7.4.0p1
@yopito any objections?

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

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

From a63aab4c4295816160f7ba76c7628d167b389c27 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Mon, 31 Aug 2020 14:41:53 -0400
Subject: [PATCH] occt: update to 7.4.0p1.

[ci skip]
---
 srcpkgs/occt/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/occt/template b/srcpkgs/occt/template
index 3b131d74512..fc6a9fc80dc 100644
--- a/srcpkgs/occt/template
+++ b/srcpkgs/occt/template
@@ -1,6 +1,6 @@
 # Template file for 'occt'
 pkgname=occt
-version=7.4.0
+version=7.4.0p1
 revision=1
 _gittag="V${version//./_}"
 wrksrc=occt-${_gittag}
@@ -16,7 +16,7 @@ homepage="https://www.opencascade.com"
 # distfile: use git instead of official tarball, which requires registration
 # see https://www.opencascade.com/content/packaging-again-debian
 distfiles="https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_gittag};sf=tgz>occt-${_gittag}.tar.gz"
-checksum=655da7717dac3460a22a6a7ee68860c1da56da2fec9c380d8ac0ac0349d67676
+checksum=e00fedc221560fda31653c23a8f3d0eda78095c87519f338d4f4088e2ee9a9c0
 conflicts="oce>=0"
 
 post_install() {

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

* Re: occt: update to 7.4.0p1
  2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
  2020-08-31 21:05 ` [PR PATCH] [Updated] " karl-nilsson
  2020-08-31 21:07 ` karl-nilsson
@ 2020-09-02 14:08 ` yopito
  2020-09-29  2:45 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: yopito @ 2020-09-02 14:08 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/24582#issuecomment-685761438

Comment:
No objection. I did not tried, but since it's a patch update, feel confident as you are i guess  ;)

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

* Re: occt: update to 7.4.0p1
  2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
                   ` (2 preceding siblings ...)
  2020-09-02 14:08 ` yopito
@ 2020-09-29  2:45 ` ericonr
  2020-09-29  2:54 ` ericonr
  2020-09-29  3:01 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-09-29  2:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24582#issuecomment-700392743

Comment:
Seems fine with KiCad.

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

* Re: occt: update to 7.4.0p1
  2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
                   ` (3 preceding siblings ...)
  2020-09-29  2:45 ` ericonr
@ 2020-09-29  2:54 ` ericonr
  2020-09-29  3:01 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-09-29  2:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24582#issuecomment-700394960

Comment:
Cross build also worked, should be able to merge in a bit.

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

* Re: [PR PATCH] [Merged]: occt: update to 7.4.0p1
  2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
                   ` (4 preceding siblings ...)
  2020-09-29  2:54 ` ericonr
@ 2020-09-29  3:01 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-09-29  3:01 UTC (permalink / raw)
  To: ml

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

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

occt: update to 7.4.0p1
https://github.com/void-linux/void-packages/pull/24582

Description:
@yopito any objections?

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

end of thread, other threads:[~2020-09-29  3:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-31 20:58 [PR PATCH] occt: update to 7.4.0p1 karl-nilsson
2020-08-31 21:05 ` [PR PATCH] [Updated] " karl-nilsson
2020-08-31 21:07 ` karl-nilsson
2020-09-02 14:08 ` yopito
2020-09-29  2:45 ` ericonr
2020-09-29  2:54 ` ericonr
2020-09-29  3:01 ` [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).