Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update jimtcl to 0.82
@ 2023-08-15  6:22 xoich
  2023-08-15  9:41 ` leahneukirchen
  2023-08-15 10:10 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: xoich @ 2023-08-15  6:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xoich/void-packages update-jimtcl
https://github.com/void-linux/void-packages/pull/45609

Update jimtcl to 0.82
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested jimtcl, not openocd

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



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

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

From f75b92f0a4500db18f8d4369796e8aaf82688322 Mon Sep 17 00:00:00 2001
From: Daniele Parisi <danieleparisi@mailfence.com>
Date: Tue, 15 Aug 2023 08:19:03 +0200
Subject: [PATCH 1/2] jimtcl: update to 0.82

---
 common/shlibs           | 2 +-
 srcpkgs/jimtcl/template | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index fa464bbbfa5f0..4477d4c879782 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2604,7 +2604,7 @@ libmunge.so.2 munge-libs-0.5.14_3
 libmgba.so.0.10 libmgba-0.10.0_1
 libglabels-3.0.so.8 libglabels30-3.2.1_1
 libglbarcode-3.0.so.0 libglabels30-3.2.1_1
-libjim.so.0.81 jimtcl-0.81_1
+libjim.so.0.82 jimtcl-0.82_1
 libftdi1.so.2 libftdi1-1.2_1
 libax25.so.0 libax25-0.0.12rc4_1
 libax25io.so.0 libax25-0.0.12rc4_1
diff --git a/srcpkgs/jimtcl/template b/srcpkgs/jimtcl/template
index 4a63a309fa4a1..0584f0290d7eb 100644
--- a/srcpkgs/jimtcl/template
+++ b/srcpkgs/jimtcl/template
@@ -1,17 +1,17 @@
 # Template file for 'jimtcl'
 pkgname=jimtcl
 # revbump openocd when jimtcl is updated
-version=0.81
+version=0.82
 revision=1
 build_style=gnu-configure
 configure_args="--full --shared --with-ext=sqlite3 --docdir=/usr/share/doc/${pkgname}"
+makedepends="sqlite-devel openssl-devel"
 short_desc="Small footprint implementation of the Tcl programming language"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-makedepends="sqlite-devel"
 license="BSD"
 homepage="http://jim.tcl.tk/"
 distfiles="https://github.com/msteveb/${pkgname}/archive/${version}.tar.gz"
-checksum=ab7eb3680ba0d16f4a9eb1e05b7fcbb7d23438e25185462c55cd032a1954a985
+checksum=e8af929b815e4d30e54ff116b2b933e56c00a02b9110529d1a58660b2469aea7
 
 post_extract() {
 	sed -i '/Unknown option/s/error/notice/' autosetup/autosetup
@@ -23,7 +23,6 @@ pre_configure() {
 post_install() {
 	vlicense LICENSE
 	sed -i "s/$XBPS_CROSS_TRIPLET-//g" $DESTDIR/usr/bin/build-jim-ext
-	ln -s libjim.so.* ${DESTDIR}/usr/lib/libjim.so
 }
 
 jimtcl-devel_package() {

From 6c0283d4b125d8f82fe15309aadeb2cea99d879a Mon Sep 17 00:00:00 2001
From: Daniele Parisi <danieleparisi@mailfence.com>
Date: Tue, 15 Aug 2023 08:20:08 +0200
Subject: [PATCH 2/2] openocd: bump revision for of jimtcl update

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

diff --git a/srcpkgs/openocd/template b/srcpkgs/openocd/template
index 9309090c35def..91f869ae6fb4f 100644
--- a/srcpkgs/openocd/template
+++ b/srcpkgs/openocd/template
@@ -1,10 +1,10 @@
 # Template file for 'openocd'
 pkgname=openocd
 version=0.11.0+1
-revision=2
+revision=3
 # update to a commit that has a compatible jimtcl version
 _commit=830d70bfc66ada2a68c73283b9e4fa4770d408ee
-_jimtcl_version=0.81
+_jimtcl_version=0.82
 build_style=gnu-configure
 configure_args="
  --disable-werror

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

* Re: Update jimtcl to 0.82
  2023-08-15  6:22 [PR PATCH] Update jimtcl to 0.82 xoich
@ 2023-08-15  9:41 ` leahneukirchen
  2023-08-15 10:10 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-08-15  9:41 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/45609#issuecomment-1678668626

Comment:
You need to test OpenOCD too, the jimtcl the last release 0.12 builds with is 0.81.

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

* Re: [PR PATCH] [Merged]: Update jimtcl to 0.82
  2023-08-15  6:22 [PR PATCH] Update jimtcl to 0.82 xoich
  2023-08-15  9:41 ` leahneukirchen
@ 2023-08-15 10:10 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-08-15 10:10 UTC (permalink / raw)
  To: ml

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

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

Update jimtcl to 0.82
https://github.com/void-linux/void-packages/pull/45609

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

#### Testing the changes
- I tested jimtcl, not openocd

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

@leahneukirchen @ericonr 

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

end of thread, other threads:[~2023-08-15 10:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-15  6:22 [PR PATCH] Update jimtcl to 0.82 xoich
2023-08-15  9:41 ` leahneukirchen
2023-08-15 10:10 ` [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).