Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0
@ 2023-06-17 16:53 cinerea0
  2023-06-18 14:27 ` cinerea0
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: cinerea0 @ 2023-06-17 16:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 408 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/44493

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


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

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

From f9c3b77733009deed8f1b53154f14b0032679dc7 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 17 Jun 2023 12:51:27 -0400
Subject: [PATCH 1/2] libjodycode: update to 3.0

---
 common/shlibs                | 2 +-
 srcpkgs/libjodycode/template | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 494e99b89550..4744dc450a17 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4270,5 +4270,5 @@ libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
 libplayerctl.so.2 playerctl-2.4.1_1
 libwireplumber-0.4.so.0 wireplumber-0.4.14_1
-libjodycode.so.2 libjodycode-2.0.1_1
+libjodycode.so.3 libjodycode-3.0_1
 libgsoapssl++-2.8.124.so gsoap-2.8.124_1
diff --git a/srcpkgs/libjodycode/template b/srcpkgs/libjodycode/template
index 645266101089..f202dc0e1574 100644
--- a/srcpkgs/libjodycode/template
+++ b/srcpkgs/libjodycode/template
@@ -1,6 +1,6 @@
 # Template file for 'libjodycode'
 pkgname=libjodycode
-version=2.0.1
+version=3.0
 revision=1
 build_style=gnu-makefile
 make_use_env=yes
@@ -8,12 +8,12 @@ short_desc="Shared code used by several utilities written by Jody Bruchon"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/libjodycode"
-changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/libjodycode/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/libjodycode/archive/refs/tags/v${version}.tar.gz"
-checksum=1fdd106ab4d90aa1c0a2546299144f62d18b90acada2d6ee25370c4907048927
+checksum=4393d3990189e9c2831f5a192b4333eb0f526eec5babacc7aafc3dcb02aaa25b
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 libjodycode-devel_package() {

From 5c6f76ef782f44558f07ee60ea7272014dae61fd Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 17 Jun 2023 12:51:46 -0400
Subject: [PATCH 2/2] jdupes: update to 1.25.0

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

diff --git a/srcpkgs/jdupes/template b/srcpkgs/jdupes/template
index 3124ed79ffea..8c95520b1091 100644
--- a/srcpkgs/jdupes/template
+++ b/srcpkgs/jdupes/template
@@ -1,6 +1,6 @@
 # Template file for 'jdupes'
 pkgname=jdupes
-version=1.24.0
+version=1.25.0
 revision=1
 build_style=gnu-makefile
 make_build_args="ENABLE_BTRFS=1 ENABLE_DEDUPE=1"
@@ -10,12 +10,12 @@ short_desc="Powerful duplicate file finder and an enhanced fork of fdupes"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="MIT"
 homepage="https://github.com/jbruchon/jdupes"
-changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES"
+changelog="https://raw.githubusercontent.com/jbruchon/jdupes/master/CHANGES.txt"
 distfiles="https://github.com/jbruchon/jdupes/archive/refs/tags/v${version}.tar.gz"
-checksum=76ee1ffcf958958c3e093bbe9674c9410d4b1d730081b50f6d1e2dc342b230dd
+checksum=210b7eee65a6a0eb86302a7a39d19d79add78e7ecc745b40fec8dcd6d47c4951
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.txt
 }
 
 do_check() {

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

end of thread, other threads:[~2023-06-23 13:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17 16:53 [PR PATCH] libjodycode: update to 3.0; jdupes: update to 1.25.0 cinerea0
2023-06-18 14:27 ` cinerea0
2023-06-19  2:10 ` [PR PATCH] [Updated] " cinerea0
2023-06-19  2:12 ` cinerea0
2023-06-20  1:02 ` libjodycode: update to 3.0.1; " cinerea0
2023-06-20  1:15 ` [PR PATCH] [Updated] " cinerea0
2023-06-20  1:18 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.1 cinerea0
2023-06-22 18:51 ` cinerea0
2023-06-23  1:46 ` [PR PATCH] [Updated] " cinerea0
2023-06-23  1:49 ` libjodycode: update to 3.0.1; jdupes: update to 1.25.2 cinerea0
2023-06-23 13:01 ` [PR PATCH] [Merged]: " Duncaen

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