Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libjodycode: update to 3.1; jdupes: update to 1.26
@ 2023-07-02 20:49 cinerea0
  2023-07-04 17:15 ` [PR PATCH] [Updated] " cinerea0
  2023-07-05  3:42 ` [PR PATCH] [Merged]: libjodycode: update to 3.1; jdupes: update to 1.26.1 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-02 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/44803

libjodycode: update to 3.1; jdupes: update to 1.26
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From c169ecbfda8b5048d263fb3e04c1ec70be28047d Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Jul 2023 16:48:04 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.1

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

diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 92f5ed05e736..fa91b332c5f4 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=3.0.1
+version=3.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
 changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf
+checksum=c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184
 
 post_install() {
 	vlicense LICENSE.txt
@@ -21,6 +21,7 @@ libjodycode-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.so"
 		vmove "usr/lib/*.a"
 	}
 }

From 7bb6f319f5155443a8d44299f44572d282986b43 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 2 Jul 2023 16:48:23 -0400
Subject: [PATCH 2/2] jdupes: update to 1.26

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

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 9c77eb429b69..bacd71180cad 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.25.3
+version=1.26
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
 changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=89814310bb1884db6023436c523d03e405e1dda722a01caa336167e7938ac95e
+checksum=5a9665c0435cb43f23b32be62f72ff32c9adfcce829cd2d9dfff425bae98eb65
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] libjodycode: update to 3.1; jdupes: update to 1.26
  2023-07-02 20:49 [PR PATCH] libjodycode: update to 3.1; jdupes: update to 1.26 cinerea0
@ 2023-07-04 17:15 ` cinerea0
  2023-07-05  3:42 ` [PR PATCH] [Merged]: libjodycode: update to 3.1; jdupes: update to 1.26.1 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-07-04 17:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages jdupes
https://github.com/void-linux/void-packages/pull/44803

libjodycode: update to 3.1; jdupes: update to 1.26
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From abb8f31a3cde8f42a410864fa6f47f8622467283 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 4 Jul 2023 13:14:54 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.1

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

diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 92f5ed05e736..fa91b332c5f4 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=3.0.1
+version=3.1
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -10,7 +10,7 @@ license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
 changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=e02aa4b96577fb5b6ca26018759cdaf71e3768dac321c07a84f2fb93ca4871bf
+checksum=c72974eb1d38873e06ea84b3d78990f87192f0113da5bd13fcac6bbc6a6e2184
 
 post_install() {
 	vlicense LICENSE.txt
@@ -21,6 +21,7 @@ libjodycode-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
+		vmove "usr/lib/*.so"
 		vmove "usr/lib/*.a"
 	}
 }

From e84f9407bd8d2e40c7f00ebad176f78398947d54 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 4 Jul 2023 13:15:09 -0400
Subject: [PATCH 2/2] jdupes: update to 1.26.1

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

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 9c77eb429b69..657ce382ec07 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.25.3
+version=1.26.1
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
 changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=89814310bb1884db6023436c523d03e405e1dda722a01caa336167e7938ac95e
+checksum=09153824320c65ad529f8f97cd3b7e792c50e9f9018192ea1a76f2e33a196225
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Merged]: libjodycode: update to 3.1; jdupes: update to 1.26.1
  2023-07-02 20:49 [PR PATCH] libjodycode: update to 3.1; jdupes: update to 1.26 cinerea0
  2023-07-04 17:15 ` [PR PATCH] [Updated] " cinerea0
@ 2023-07-05  3:42 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-07-05  3:42 UTC (permalink / raw)
  To: ml

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

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

libjodycode: update to 3.1; jdupes: update to 1.26.1
https://github.com/void-linux/void-packages/pull/44803

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


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

end of thread, other threads:[~2023-07-05  3:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-02 20:49 [PR PATCH] libjodycode: update to 3.1; jdupes: update to 1.26 cinerea0
2023-07-04 17:15 ` [PR PATCH] [Updated] " cinerea0
2023-07-05  3:42 ` [PR PATCH] [Merged]: libjodycode: update to 3.1; jdupes: update to 1.26.1 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).