Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calc: update to 2.14.3.5.
@ 2023-09-16 21:12 Chocimier
  2023-09-16 21:16 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2023-09-16 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org calc
https://github.com/void-linux/void-packages/pull/46094

calc: update to 2.14.3.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From f23c05ab4d016ef4503ce3eb74874d1436e96102 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Sat, 16 Sep 2023 23:08:11 +0200
Subject: [PATCH] calc: update to 2.14.3.5.

---
 common/shlibs                 | 4 ++--
 srcpkgs/calc/files/musl.patch | 6 +++---
 srcpkgs/calc/template         | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4ee2d172e6617..44cd27132a6ba 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1627,8 +1627,8 @@ libfreerdp-server2.so.2 libfreerdp-server-2.4.0_1
 libfreerdp-shadow-subsystem2.so.2 libfreerdp-server-2.4.0_1
 libfreerdp-shadow2.so.2 libfreerdp-server-2.4.0_1
 libcppunit-1.15.so.1 libcppunit-1.15.1_1
-libcalc.so.2.14.2.0 libcalc-2.14.2.0_1
-libcustcalc.so.2.14.2.0 libcalc-2.14.2.0_1
+libcalc.so.2.14.3.5 libcalc-2.14.3.5_1
+libcustcalc.so.2.14.3.5 libcalc-2.14.3.5_1
 libOgreMain.so.1.12.9 libogre-1.12.9_1
 libOgreBites.so.1.12.9 libogre-1.12.9_1
 libOgreOverlay.so.1.12.9 libogre-1.12.9_1
diff --git a/srcpkgs/calc/files/musl.patch b/srcpkgs/calc/files/musl.patch
index c8d2244249559..48131fdd1a1d0 100644
--- a/srcpkgs/calc/files/musl.patch
+++ b/srcpkgs/calc/files/musl.patch
@@ -1,7 +1,7 @@
-diff --git Makefile Makefile
+diff --git Makefile.config Makefile.config
 index 8b68804..db24dce 100644
---- Makefile
-+++ Makefile
+--- Makefile.config
++++ Makefile.config
 @@ -156,8 +156,8 @@ LONG_BITS=
  #
  # If in doubt, leave HAVE_FPOS empty and this Makefile will figure it out.
diff --git a/srcpkgs/calc/template b/srcpkgs/calc/template
index 5c9442012e7e6..ce3796ff3782e 100644
--- a/srcpkgs/calc/template
+++ b/srcpkgs/calc/template
@@ -1,6 +1,6 @@
 # Template file for 'calc'
 pkgname=calc
-version=2.14.2.0
+version=2.14.3.5
 revision=1
 build_style=gnu-makefile
 make_build_args="ARCH_CFLAGS="
@@ -11,7 +11,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="LGPL-2.1-only"
 homepage="http://www.isthe.com/chongo/tech/comp/calc/index.html"
 distfiles="http://www.isthe.com/chongo/src/calc/calc-${version}.tar.bz2"
-checksum=6ef6499b128f409bea7e819d98a1a36efba0ef6a80e68ae691b481832166e74d
+checksum=e1e5ece8d0dfb093b956bf4ca368c2d7a853440cadfbed6cf99fc9ad60cac149
 disable_parallel_build=yes
 
 post_extract() {

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

* Re: [PR PATCH] [Merged]: calc: update to 2.14.3.5.
  2023-09-16 21:12 [PR PATCH] calc: update to 2.14.3.5 Chocimier
@ 2023-09-16 21:16 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2023-09-16 21:16 UTC (permalink / raw)
  To: ml

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

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

calc: update to 2.14.3.5.
https://github.com/void-linux/void-packages/pull/46094

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

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-09-16 21:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 21:12 [PR PATCH] calc: update to 2.14.3.5 Chocimier
2023-09-16 21:16 ` [PR PATCH] [Merged]: " Chocimier

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