Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] freecad: update to 0.19.3
@ 2022-05-05  6:53 faulesocke
  2022-05-05 18:06 ` [PR PATCH] [Updated] " faulesocke
  2022-05-07 16:43 ` [PR PATCH] [Closed]: freecad: update to 0.19.4 Piraty
  0 siblings, 2 replies; 3+ messages in thread
From: faulesocke @ 2022-05-05  6:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages freecad
https://github.com/void-linux/void-packages/pull/36984

freecad: update to 0.19.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

The pivy update fixes important bugs affecting FreeCADs Path workbench.

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

[ci skip]

#### 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/36984.patch is attached

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

From 1d542f6486e17ba190fc39d9c317e8742e02f3b8 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Wed, 4 May 2022 16:45:42 +0200
Subject: [PATCH 1/2] python3-pivy: update to 0.6.7.

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

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index 6105058d9982..a442b6a94c87 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.6
-revision=3
+version=0.6.7
+revision=1
 wrksrc="pivy-${version}"
 build_style=cmake
 hostmakedepends="python3-devel swig"
@@ -12,7 +12,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="ISC"
 homepage="https://github.com/coin3d/pivy"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=27204574d894cc12aba5df5251770f731f326a3e7de4499e06b5f5809cc5659e
+checksum=37e33d85117aac27640e011df74ddcd77f270428300df916b46ee5c50645d582
 
 # still relevant with pivy 0.6.6 ?
 case "$XBPS_TARGET_MACHINE" in

From 6d77babb8cf5697a4e52878952427ed952b6a05e Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Wed, 4 May 2022 16:45:48 +0200
Subject: [PATCH 2/2] freecad: update to 0.19.3.

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

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index a2f04bd91f1b..2a4355468616 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
-version=0.19.2
-revision=4
+version=0.19.3
+revision=1
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 
@@ -36,7 +36,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-2.0-or-later"
 homepage="https://freecadweb.org/"
 distfiles="https://github.com/FreeCAD/FreeCAD/archive/${version}.tar.gz"
-checksum=47e39e3d6fcafe6e0c68923fb1b86acda16986268e5e6011694057b940139fba
+checksum=568fa32a9601693ff9273f3a5a2e825915f58b2455ffa173bc23f981edecd07d
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Updated] freecad: update to 0.19.3
  2022-05-05  6:53 [PR PATCH] freecad: update to 0.19.3 faulesocke
@ 2022-05-05 18:06 ` faulesocke
  2022-05-07 16:43 ` [PR PATCH] [Closed]: freecad: update to 0.19.4 Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: faulesocke @ 2022-05-05 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/faulesocke/void-packages freecad
https://github.com/void-linux/void-packages/pull/36984

freecad: update to 0.19.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

The pivy update fixes important bugs affecting FreeCADs Path workbench.

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

[ci skip]

#### 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/36984.patch is attached

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

From 1d542f6486e17ba190fc39d9c317e8742e02f3b8 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Wed, 4 May 2022 16:45:42 +0200
Subject: [PATCH 1/2] python3-pivy: update to 0.6.7.

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

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index 6105058d9982..a442b6a94c87 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
-version=0.6.6
-revision=3
+version=0.6.7
+revision=1
 wrksrc="pivy-${version}"
 build_style=cmake
 hostmakedepends="python3-devel swig"
@@ -12,7 +12,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="ISC"
 homepage="https://github.com/coin3d/pivy"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=27204574d894cc12aba5df5251770f731f326a3e7de4499e06b5f5809cc5659e
+checksum=37e33d85117aac27640e011df74ddcd77f270428300df916b46ee5c50645d582
 
 # still relevant with pivy 0.6.6 ?
 case "$XBPS_TARGET_MACHINE" in

From c0e63780415c34ce948cc4d0d86c6e7fa9e7f748 Mon Sep 17 00:00:00 2001
From: Urs Schulz <voidpkgs@ursschulz.de>
Date: Wed, 4 May 2022 16:45:48 +0200
Subject: [PATCH 2/2] freecad: update to 0.19.4.

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

diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template
index a2f04bd91f1b..1e2aec024fd7 100644
--- a/srcpkgs/freecad/template
+++ b/srcpkgs/freecad/template
@@ -1,7 +1,7 @@
 # Template file for 'freecad'
 pkgname=freecad
-version=0.19.2
-revision=4
+version=0.19.4
+revision=1
 wrksrc="FreeCAD-${version}"
 build_style=cmake
 
@@ -36,7 +36,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-2.0-or-later"
 homepage="https://freecadweb.org/"
 distfiles="https://github.com/FreeCAD/FreeCAD/archive/${version}.tar.gz"
-checksum=47e39e3d6fcafe6e0c68923fb1b86acda16986268e5e6011694057b940139fba
+checksum=e40a1c343956e13c56cc8578d025ae83d68d9d20acda1732953bc8a3883e9722
 
 if [ "$XBPS_TARGET_LIBC" = musl ]; then
 	makedepends+=" libexecinfo-devel"

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

* Re: [PR PATCH] [Closed]: freecad: update to 0.19.4.
  2022-05-05  6:53 [PR PATCH] freecad: update to 0.19.3 faulesocke
  2022-05-05 18:06 ` [PR PATCH] [Updated] " faulesocke
@ 2022-05-07 16:43 ` Piraty
  1 sibling, 0 replies; 3+ messages in thread
From: Piraty @ 2022-05-07 16:43 UTC (permalink / raw)
  To: ml

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

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

freecad: update to 0.19.4.
https://github.com/void-linux/void-packages/pull/36984

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

The pivy update fixes important bugs affecting FreeCADs Path workbench.

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

[ci skip]

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


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

end of thread, other threads:[~2022-05-07 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05  6:53 [PR PATCH] freecad: update to 0.19.3 faulesocke
2022-05-05 18:06 ` [PR PATCH] [Updated] " faulesocke
2022-05-07 16:43 ` [PR PATCH] [Closed]: freecad: update to 0.19.4 Piraty

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