Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] unrar: update to 6.2.10
@ 2023-09-01 16:07 Zapeth
  2023-09-05 19:24 ` leahneukirchen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zapeth @ 2023-09-01 16:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zapeth/void-packages update-unrar
https://github.com/void-linux/void-packages/pull/45870

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

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

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

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

From 8cbef9952494354f66d7954c2d1892d15e499ba9 Mon Sep 17 00:00:00 2001
From: Zapeth <steami@live.at>
Date: Fri, 1 Sep 2023 15:57:37 +0000
Subject: [PATCH] unrar: update to 6.2.10

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

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index 4eb5b5eb404a3..dce5390cba6a4 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,13 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.5
+version=6.2.10
 revision=1
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c
+checksum=55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
 repository=nonfree
 
 do_build() {
@@ -17,6 +17,8 @@ do_build() {
 	make CXX="$CXX" LD="$LD" STRIP=: -f makefile
 	# early install of unrar because makefile deletes unrar on lib creation
 	vbin unrar
+	# recompile for lib
+	make clean
 	make -d CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
 }
 

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

* Re: unrar: update to 6.2.10
  2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
@ 2023-09-05 19:24 ` leahneukirchen
  2023-09-06 20:26 ` [PR PATCH] [Updated] " Zapeth
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2023-09-05 19:24 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/45870#issuecomment-1707192573

Comment:
While you are at it, please drop the `-d` from make.

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

* Re: [PR PATCH] [Updated] unrar: update to 6.2.10
  2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
  2023-09-05 19:24 ` leahneukirchen
@ 2023-09-06 20:26 ` Zapeth
  2023-09-06 20:27 ` Zapeth
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Zapeth @ 2023-09-06 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zapeth/void-packages update-unrar
https://github.com/void-linux/void-packages/pull/45870

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

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

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

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

From a349ea4dc5a8b42eec5d62e25504fc70a33deb07 Mon Sep 17 00:00:00 2001
From: Zapeth <steami@live.at>
Date: Fri, 1 Sep 2023 15:57:37 +0000
Subject: [PATCH] unrar: update to 6.2.10

---
 srcpkgs/unrar/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index 4eb5b5eb404a3..539523c5d1de2 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,13 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.5
+version=6.2.10
 revision=1
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c
+checksum=55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
 repository=nonfree
 
 do_build() {
@@ -17,7 +17,9 @@ do_build() {
 	make CXX="$CXX" LD="$LD" STRIP=: -f makefile
 	# early install of unrar because makefile deletes unrar on lib creation
 	vbin unrar
-	make -d CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
+	# recompile for lib
+	make clean
+	make CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
 }
 
 do_install() {

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

* Re: [PR PATCH] [Updated] unrar: update to 6.2.10
  2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
  2023-09-05 19:24 ` leahneukirchen
  2023-09-06 20:26 ` [PR PATCH] [Updated] " Zapeth
@ 2023-09-06 20:27 ` Zapeth
  2023-09-06 20:28 ` Zapeth
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Zapeth @ 2023-09-06 20:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zapeth/void-packages update-unrar
https://github.com/void-linux/void-packages/pull/45870

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

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

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

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

From a349ea4dc5a8b42eec5d62e25504fc70a33deb07 Mon Sep 17 00:00:00 2001
From: Zapeth <steami@live.at>
Date: Fri, 1 Sep 2023 15:57:37 +0000
Subject: [PATCH] unrar: update to 6.2.10

---
 srcpkgs/unrar/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index 4eb5b5eb404a3..539523c5d1de2 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,13 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.5
+version=6.2.10
 revision=1
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c
+checksum=55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
 repository=nonfree
 
 do_build() {
@@ -17,7 +17,9 @@ do_build() {
 	make CXX="$CXX" LD="$LD" STRIP=: -f makefile
 	# early install of unrar because makefile deletes unrar on lib creation
 	vbin unrar
-	make -d CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
+	# recompile for lib
+	make clean
+	make CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
 }
 
 do_install() {

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

* Re: [PR PATCH] [Updated] unrar: update to 6.2.10
  2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
                   ` (2 preceding siblings ...)
  2023-09-06 20:27 ` Zapeth
@ 2023-09-06 20:28 ` Zapeth
  2023-09-06 20:31 ` Zapeth
  2023-09-07 12:16 ` [PR PATCH] [Merged]: " leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: Zapeth @ 2023-09-06 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zapeth/void-packages update-unrar
https://github.com/void-linux/void-packages/pull/45870

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

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

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

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

From a349ea4dc5a8b42eec5d62e25504fc70a33deb07 Mon Sep 17 00:00:00 2001
From: Zapeth <steami@live.at>
Date: Fri, 1 Sep 2023 15:57:37 +0000
Subject: [PATCH] unrar: update to 6.2.10

---
 srcpkgs/unrar/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/unrar/template b/srcpkgs/unrar/template
index 4eb5b5eb404a3..539523c5d1de2 100644
--- a/srcpkgs/unrar/template
+++ b/srcpkgs/unrar/template
@@ -1,13 +1,13 @@
 # Template file for 'unrar'
 pkgname=unrar
-version=6.2.5
+version=6.2.10
 revision=1
 short_desc="Unarchiver for .rar files (non-free version)"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="custom:freeware"
 homepage="https://www.rarlab.com/rar_add.htm"
 distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
-checksum=9a3974410d1d340e3998dd2a6f98faefbe838cad556266e714adfb0e8cf9377c
+checksum=55fe6ebd5e48d6655bfda3fd19b55438ca05e13c7e69772420caad9fdb68ef42
 repository=nonfree
 
 do_build() {
@@ -17,7 +17,9 @@ do_build() {
 	make CXX="$CXX" LD="$LD" STRIP=: -f makefile
 	# early install of unrar because makefile deletes unrar on lib creation
 	vbin unrar
-	make -d CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
+	# recompile for lib
+	make clean
+	make CXX="$CXX" LD="$LD" STRIP=: -f makefile lib
 }
 
 do_install() {

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

* Re: unrar: update to 6.2.10
  2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
                   ` (3 preceding siblings ...)
  2023-09-06 20:28 ` Zapeth
@ 2023-09-06 20:31 ` Zapeth
  2023-09-07 12:16 ` [PR PATCH] [Merged]: " leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: Zapeth @ 2023-09-06 20:31 UTC (permalink / raw)
  To: ml

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

New comment by Zapeth on void-packages repository

https://github.com/void-linux/void-packages/pull/45870#issuecomment-1709063356

Comment:
Updated

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

* Re: [PR PATCH] [Merged]: unrar: update to 6.2.10
  2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
                   ` (4 preceding siblings ...)
  2023-09-06 20:31 ` Zapeth
@ 2023-09-07 12:16 ` leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2023-09-07 12:16 UTC (permalink / raw)
  To: ml

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

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

unrar: update to 6.2.10
https://github.com/void-linux/void-packages/pull/45870

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

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

<!-- 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.
-->
#### 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:[~2023-09-07 12:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01 16:07 [PR PATCH] unrar: update to 6.2.10 Zapeth
2023-09-05 19:24 ` leahneukirchen
2023-09-06 20:26 ` [PR PATCH] [Updated] " Zapeth
2023-09-06 20:27 ` Zapeth
2023-09-06 20:28 ` Zapeth
2023-09-06 20:31 ` Zapeth
2023-09-07 12:16 ` [PR PATCH] [Merged]: " leahneukirchen

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