Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] liborcus 0.19.2
@ 2023-11-13 21:06 mhmdanas
  2023-11-26  9:03 ` [PR PATCH] [Merged]: Update libixion and liborcus classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-11-13 21:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages liborcus-0.19.2
https://github.com/void-linux/void-packages/pull/47217

liborcus 0.19.2

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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/47217.patch is attached

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

From 65486dbb2960dcfc34ee346782f6dbc356ebdc5a Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 13 Nov 2023 20:47:13 +0000
Subject: [PATCH 1/2] libixion: update to 0.19.0.

---
 srcpkgs/libixion/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template
index f97908ff333cc..74bfc536355ba 100644
--- a/srcpkgs/libixion/template
+++ b/srcpkgs/libixion/template
@@ -1,7 +1,7 @@
 # Template file for 'libixion'
 pkgname=libixion
-version=0.18.1
-revision=2
+version=0.19.0
+revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config python3"
 makedepends="boost-devel fmt-devel mdds python3-devel spdlog"
@@ -9,9 +9,10 @@ short_desc="General purpose formula parser and interpreter"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://gitlab.com/ixion/ixion/"
-distfiles="http://kohei.us/files/ixion/src/${pkgname}-${version}.tar.xz"
+changelog="https://gitlab.com/ixion/ixion/-/raw/master/CHANGELOG"
+distfiles="http://kohei.us/files/ixion/src/libixion-${version}.tar.xz"
 # distfiles="${DEBIAN_SITE}/main/libi/libixion/libixion_${version}.orig.tar.gz"
-checksum=ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1
+checksum=b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15
 replaces="libixion11>=0"
 
 libixion-devel_package() {
@@ -19,7 +20,7 @@ libixion-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 	}
 }

From a4d9172e12995eeb16277bef941ee67628aae160 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 13 Nov 2023 21:04:34 +0000
Subject: [PATCH 2/2] liborcus: update to 0.19.2.

---
 srcpkgs/liborcus/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template
index 91447f0c151ee..8615c7ce97a31 100644
--- a/srcpkgs/liborcus/template
+++ b/srcpkgs/liborcus/template
@@ -1,7 +1,7 @@
 # Template file for 'liborcus'
 pkgname=liborcus
-version=0.18.1
-revision=2
+version=0.19.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config python3"
 makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel"
@@ -9,9 +9,10 @@ short_desc="Library for processing spreadsheet documents"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MPL-2.0"
 homepage="https://gitlab.com/orcus/orcus"
+changelog="https://gitlab.com/orcus/orcus/-/raw/master/CHANGELOG"
 distfiles="http://kohei.us/files/orcus/src/liborcus-${version}.tar.xz"
 # distfiles="${DEBIAN_SITE}/main/libo/liborcus/liborcus_${version}.orig.tar.xz"
-checksum=6006b9f1576315e313df715a7e72a17f3e0b17d7b6bd119cfa8a0b608ce971eb
+checksum=69ed26a00d4aaa7688e62a6e003cbc81928521a45e96605e53365aa499719e39
 replaces="liborcus11>=0"
 
 pre_configure() {

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

* Re: [PR PATCH] [Merged]: Update libixion and liborcus
  2023-11-13 21:06 [PR PATCH] liborcus 0.19.2 mhmdanas
@ 2023-11-26  9:03 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-11-26  9:03 UTC (permalink / raw)
  To: ml

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

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

Update libixion and liborcus
https://github.com/void-linux/void-packages/pull/47217

Description:

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### 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-11-26  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13 21:06 [PR PATCH] liborcus 0.19.2 mhmdanas
2023-11-26  9:03 ` [PR PATCH] [Merged]: Update libixion and liborcus classabbyamp

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