Github messages for voidlinux
 help / color / mirror / Atom feed
From: saqfish <saqfish@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] calc: update to 2.12.7.6
Date: Fri, 12 Feb 2021 23:47:19 +0100	[thread overview]
Message-ID: <20210212224719.4L-m0Yq4qHeWKleCcbQ_Xkg16eKMO5nxERB8zKJCUwg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-28681@inbox.vuxu.org>

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

There is an updated pull request by saqfish against master on the void-packages repository

https://github.com/saqfish/void-packages master
https://github.com/void-linux/void-packages/pull/28681

calc: update to 2.12.7.6
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 74ea22d8c9bd611939d284ebd775aaf73e808a09 Mon Sep 17 00:00:00 2001
From: saqfish <saqfish@gmail.com>
Date: Thu, 11 Feb 2021 19:00:52 -0600
Subject: [PATCH 1/2] calc: update to 2.12.7.6

common/shlibs: calc update to 2.12.7.6
---
 common/shlibs         | 4 ++--
 srcpkgs/calc/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4f052075d83..0d3852920ac 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1605,8 +1605,8 @@ libfreerdp-gdi.so.1.0 libfreerdp-1.0.2_2
 libfreerdp-cache.so.1.0 libfreerdp-1.0.2_2
 libuwac0.so.0 libfreerdp-2.2.0_1
 libcppunit-1.14.so.0 libcppunit-1.14.0_1
-libcalc.so.2.12.7.1 libcalc-2.12.7.1_1
-libcustcalc.so.2.12.7.1 libcalc-2.12.7.1_1
+libcalc.so.2.12.7.6 libcalc-2.12.7.6_1
+libcustcalc.so.2.12.7.6 libcalc-2.12.7.6_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/template b/srcpkgs/calc/template
index bc2087ca2bd..23c590f0275 100644
--- a/srcpkgs/calc/template
+++ b/srcpkgs/calc/template
@@ -1,6 +1,6 @@
 # Template file for 'calc'
 pkgname=calc
-version=2.12.7.1
+version=2.12.7.6
 revision=1
 build_style=gnu-makefile
 make_install_args="T=$""{DESTDIR}"
@@ -9,7 +9,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=eb1dc5dd680019e30264109167e20539fe9ac869049d8b1639781a51d1dea84c
+checksum=3e0f27bd6f910f2d556fe5e0fb9b670f16445640fcd157101b26556b2abccec9
 disable_parallel_build=yes
 
 post_extract() {

From 26f0494a62b7fbb866e0b302584350d41990879f Mon Sep 17 00:00:00 2001
From: saqfish <saqfish@gmail.com>
Date: Fri, 12 Feb 2021 16:47:10 -0600
Subject: [PATCH 2/2] mpd: update to 0.22.4.

mpd: upgrade to 0.22.4
---
 srcpkgs/mpd/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mpd/template b/srcpkgs/mpd/template
index 42e12041856..bba9320b8fa 100644
--- a/srcpkgs/mpd/template
+++ b/srcpkgs/mpd/template
@@ -1,6 +1,6 @@
 # Template file for 'mpd'
 pkgname=mpd
-version=0.22.3
+version=0.22.4
 revision=2
 build_style=meson
 configure_args="-Dopus=enabled -Dmikmod=enabled -Dneighbor=true
@@ -37,7 +37,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.musicpd.org/"
 changelog="https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v${version}/NEWS"
 distfiles="https://www.musicpd.org/download/mpd/${version%.*}/mpd-${version}.tar.xz"
-checksum=338012037b5e67730529187c555a54cc567a85b15a7e8ddb3a807b1971566ccf
+checksum=891ea993a539246fa8f670346e5aa6c8cc85ce4be739ff12261712b0b3149dd0
 LDFLAGS+=" -Wl,-z,stack-size=1048576"
 patch_args="-Np1"
 

  parent reply	other threads:[~2021-02-12 22:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12  1:12 [PR PATCH] " saqfish
2021-02-12  1:25 ` [PR PATCH] [Updated] " saqfish
2021-02-12  1:34 ` ericonr
2021-02-12 18:15 ` Chocimier
2021-02-12 18:22 ` ericonr
2021-02-12 22:47 ` saqfish [this message]
2021-02-12 22:50 ` [PR PATCH] [Updated] " saqfish
2021-02-12 22:55 ` [PR PATCH] [Closed]: " saqfish

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=20210212224719.4L-m0Yq4qHeWKleCcbQ_Xkg16eKMO5nxERB8zKJCUwg@z \
    --to=saqfish@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).