Github messages for voidlinux
 help / color / mirror / Atom feed
From: Chocimier <Chocimier@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] calc: update to 2.14.3.5.
Date: Sat, 16 Sep 2023 23:12:46 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46094@inbox.vuxu.org> (raw)

[-- 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() {

             reply	other threads:[~2023-09-16 21:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-16 21:12 Chocimier [this message]
2023-09-16 21:16 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46094@inbox.vuxu.org \
    --to=chocimier@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).