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

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

calc: update to 2.14.1.2.
<!-- 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/41696.patch is attached

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

From 3486003588b45a5c49545b920e35c9b6172cb63a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 17 Jan 2023 18:29:07 +0100
Subject: [PATCH] calc: update to 2.14.1.2.

---
 common/shlibs                 | 4 ++--
 srcpkgs/calc/files/musl.patch | 8 ++++----
 srcpkgs/calc/template         | 5 +++--
 srcpkgs/calc/update           | 2 +-
 4 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 0a803960ab55..32b6337a4f92 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1623,8 +1623,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.0.8 libcalc-2.14.0.8_1
-libcustcalc.so.2.14.0.8 libcalc-2.14.0.8_1
+libcalc.so.2.14.1.2 libcalc-2.14.1.2_1
+libcustcalc.so.2.14.1.2 libcalc-2.14.1.2_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 2dffadb8aa58..c8d224424955 100644
--- a/srcpkgs/calc/files/musl.patch
+++ b/srcpkgs/calc/files/musl.patch
@@ -6,10 +6,10 @@ index 8b68804..db24dce 100644
  #
  # If in doubt, leave HAVE_FPOS empty and this Makefile will figure it out.
  #
--HAVE_FPOS=
--#HAVE_FPOS= -DHAVE_NO_FPOS
-+#HAVE_FPOS=
-+HAVE_FPOS= -DHAVE_NO_FPOS
+-HAVE_FGETSETPOS=
+-#HAVE_FGETSETPOS= -DHAVE_NO_FGETSETPOS
++#HAVE_FGETSETPOS=
++HAVE_FGETSETPOS= -DHAVE_NO_FGETSETPOS
  
  # Determine if we have an __pos element of a file position (fpos_t) structure.
  #
diff --git a/srcpkgs/calc/template b/srcpkgs/calc/template
index c150081ac2f7..c8e786a1e974 100644
--- a/srcpkgs/calc/template
+++ b/srcpkgs/calc/template
@@ -1,16 +1,17 @@
 # Template file for 'calc'
 pkgname=calc
-version=2.14.0.8
+version=2.14.1.2
 revision=1
 build_style=gnu-makefile
 make_build_args="ARCH_CFLAGS="
 make_install_args="T=$""{DESTDIR}"
+makedepends="readline-devel"
 short_desc="C-style arbitrary precision calculator"
 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=ad6a2c44eeea7e06efca5384f107ffaee7564407a7474d7cd4928a53b1a28386
+checksum=de8f232a6118c4d42d1313a48ea4d5536e26b52a24f93fd19d1c3a8283734e13
 disable_parallel_build=yes
 
 post_extract() {
diff --git a/srcpkgs/calc/update b/srcpkgs/calc/update
index 83e6ee159713..ef22635880bd 100644
--- a/srcpkgs/calc/update
+++ b/srcpkgs/calc/update
@@ -1 +1 @@
-pattern='([0-9.])+(?=_IS_LATEST_STABLE)'
+pattern='([0-9.])+(?=_IS_LATEST_PRODUCTION)'

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

* Re: [PR PATCH] [Merged]: calc: update to 2.14.1.2.
  2023-01-17 17:29 [PR PATCH] calc: update to 2.14.1.2 Chocimier
@ 2023-01-17 17:51 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2023-01-17 17:51 UTC (permalink / raw)
  To: ml

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

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

calc: update to 2.14.1.2.
https://github.com/void-linux/void-packages/pull/41696

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-01-17 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17 17:29 [PR PATCH] calc: update to 2.14.1.2 Chocimier
2023-01-17 17:51 ` [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).