Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aqbanking: update to 6.2.9
@ 2021-04-09 23:00 manfredu
  2021-04-09 23:09 ` [PR PATCH] [Updated] [WIP] " manfredu
  2021-04-09 23:14 ` [PR PATCH] [Closed]: " manfredu
  0 siblings, 2 replies; 3+ messages in thread
From: manfredu @ 2021-04-09 23:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/manfredu/void-packages aqbanking
https://github.com/void-linux/void-packages/pull/30116

aqbanking: update to 6.2.9
#### 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


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

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

From 8cc17a260f7e68abc38f367c32bc70f14a5c5a54 Mon Sep 17 00:00:00 2001
From: Manfred Usselmann <mu@usselmann.it>
Date: Tue, 23 Feb 2021 23:43:23 +0100
Subject: [PATCH 1/2] gwenhywfar: update to 5.6.0

---
 srcpkgs/gwenhywfar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template
index 89adfe051249..c00c9fca4c58 100644
--- a/srcpkgs/gwenhywfar/template
+++ b/srcpkgs/gwenhywfar/template
@@ -1,7 +1,7 @@
 # Template file for 'gwenhywfar'
 pkgname=gwenhywfar
-version=5.4.0
-revision=2
+version=5.6.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-visibility --disable-binreloc
  --with-qt5-moc=/usr/lib/qt5/bin/moc --with-qt5-uic=/usr/lib/qt5/bin/uic"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/aqbanking/gwenhywfar"
 distfiles="https://github.com/aqbanking/gwenhywfar/archive/${version}.tar.gz"
-checksum=e46c3450d610b36f51b46ab97640ae340e8b68850f03b23b98c4ab682a5027c0
+checksum=9f2876770824a283d02fd730bb1f7a98970fa6f20121f4af433d6698831c3a84
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

From 74cfeaf85e0a1bcdfe68ceb40f6bbcf48044fdab Mon Sep 17 00:00:00 2001
From: Manfred Usselmann <mu@usselmann.it>
Date: Wed, 24 Feb 2021 00:01:39 +0100
Subject: [PATCH 2/2] aqbanking: update to 6.2.9

---
 srcpkgs/aqbanking/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aqbanking/template b/srcpkgs/aqbanking/template
index 3d2289d73684..ceeca0425f19 100644
--- a/srcpkgs/aqbanking/template
+++ b/srcpkgs/aqbanking/template
@@ -1,6 +1,6 @@
 # Template file for 'aqbanking'
 pkgname=aqbanking
-version=6.2.5
+version=6.2.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config gwenhywfar tar"
@@ -9,8 +9,8 @@ short_desc="Library for online banking and financial applications"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only, GPL-3.0-only"
 homepage="http://www.aquamaniac.de/aqbanking"
-distfiles="https://www.aquamaniac.de/rdm/attachments/download/342/${pkgname}-${version}.tar.gz"
-checksum=cf5b060e3ec7e3fc925687caf044d4df3dbf9595f23c4fe8ffad78f44af0d6df
+distfiles="https://www.aquamaniac.de/rdm/attachments/download/366/${pkgname}-${version}.tar.gz"
+checksum=80eebf586f13823e05a2feeafce318a620900b0490d6a018a91d3318cbe866d2
 disable_parallel_build=yes
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Updated] [WIP] aqbanking: update to 6.2.9
  2021-04-09 23:00 [PR PATCH] aqbanking: update to 6.2.9 manfredu
@ 2021-04-09 23:09 ` manfredu
  2021-04-09 23:14 ` [PR PATCH] [Closed]: " manfredu
  1 sibling, 0 replies; 3+ messages in thread
From: manfredu @ 2021-04-09 23:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/manfredu/void-packages aqbanking
https://github.com/void-linux/void-packages/pull/30116

[WIP] aqbanking: update to 6.2.9
#### 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


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

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

From 8cc17a260f7e68abc38f367c32bc70f14a5c5a54 Mon Sep 17 00:00:00 2001
From: Manfred Usselmann <mu@usselmann.it>
Date: Tue, 23 Feb 2021 23:43:23 +0100
Subject: [PATCH 1/3] gwenhywfar: update to 5.6.0

---
 srcpkgs/gwenhywfar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template
index 89adfe051249..c00c9fca4c58 100644
--- a/srcpkgs/gwenhywfar/template
+++ b/srcpkgs/gwenhywfar/template
@@ -1,7 +1,7 @@
 # Template file for 'gwenhywfar'
 pkgname=gwenhywfar
-version=5.4.0
-revision=2
+version=5.6.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-visibility --disable-binreloc
  --with-qt5-moc=/usr/lib/qt5/bin/moc --with-qt5-uic=/usr/lib/qt5/bin/uic"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/aqbanking/gwenhywfar"
 distfiles="https://github.com/aqbanking/gwenhywfar/archive/${version}.tar.gz"
-checksum=e46c3450d610b36f51b46ab97640ae340e8b68850f03b23b98c4ab682a5027c0
+checksum=9f2876770824a283d02fd730bb1f7a98970fa6f20121f4af433d6698831c3a84
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

From 74cfeaf85e0a1bcdfe68ceb40f6bbcf48044fdab Mon Sep 17 00:00:00 2001
From: Manfred Usselmann <mu@usselmann.it>
Date: Wed, 24 Feb 2021 00:01:39 +0100
Subject: [PATCH 2/3] aqbanking: update to 6.2.9

---
 srcpkgs/aqbanking/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/aqbanking/template b/srcpkgs/aqbanking/template
index 3d2289d73684..ceeca0425f19 100644
--- a/srcpkgs/aqbanking/template
+++ b/srcpkgs/aqbanking/template
@@ -1,6 +1,6 @@
 # Template file for 'aqbanking'
 pkgname=aqbanking
-version=6.2.5
+version=6.2.9
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config gwenhywfar tar"
@@ -9,8 +9,8 @@ short_desc="Library for online banking and financial applications"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only, GPL-3.0-only"
 homepage="http://www.aquamaniac.de/aqbanking"
-distfiles="https://www.aquamaniac.de/rdm/attachments/download/342/${pkgname}-${version}.tar.gz"
-checksum=cf5b060e3ec7e3fc925687caf044d4df3dbf9595f23c4fe8ffad78f44af0d6df
+distfiles="https://www.aquamaniac.de/rdm/attachments/download/366/${pkgname}-${version}.tar.gz"
+checksum=80eebf586f13823e05a2feeafce318a620900b0490d6a018a91d3318cbe866d2
 disable_parallel_build=yes
 
 if [ "$CROSS_BUILD" ]; then

From 87b6555824f545e1b6e396ebfc28237522e6d3da Mon Sep 17 00:00:00 2001
From: Manfred Usselmann <mu@usselmann.it>
Date: Sat, 10 Apr 2021 01:09:07 +0200
Subject: [PATCH 3/3] Revert "gwenhywfar: update to 5.6.0"

This reverts commit 8cc17a260f7e68abc38f367c32bc70f14a5c5a54.
---
 srcpkgs/gwenhywfar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gwenhywfar/template b/srcpkgs/gwenhywfar/template
index c00c9fca4c58..89adfe051249 100644
--- a/srcpkgs/gwenhywfar/template
+++ b/srcpkgs/gwenhywfar/template
@@ -1,7 +1,7 @@
 # Template file for 'gwenhywfar'
 pkgname=gwenhywfar
-version=5.6.0
-revision=1
+version=5.4.0
+revision=2
 build_style=gnu-configure
 configure_args="--enable-visibility --disable-binreloc
  --with-qt5-moc=/usr/lib/qt5/bin/moc --with-qt5-uic=/usr/lib/qt5/bin/uic"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/aqbanking/gwenhywfar"
 distfiles="https://github.com/aqbanking/gwenhywfar/archive/${version}.tar.gz"
-checksum=9f2876770824a283d02fd730bb1f7a98970fa6f20121f4af433d6698831c3a84
+checksum=e46c3450d610b36f51b46ab97640ae340e8b68850f03b23b98c4ab682a5027c0
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-devel"

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

* Re: [PR PATCH] [Closed]: [WIP] aqbanking: update to 6.2.9
  2021-04-09 23:00 [PR PATCH] aqbanking: update to 6.2.9 manfredu
  2021-04-09 23:09 ` [PR PATCH] [Updated] [WIP] " manfredu
@ 2021-04-09 23:14 ` manfredu
  1 sibling, 0 replies; 3+ messages in thread
From: manfredu @ 2021-04-09 23:14 UTC (permalink / raw)
  To: ml

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

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

[WIP] aqbanking: update to 6.2.9
https://github.com/void-linux/void-packages/pull/30116

Description:
#### 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


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

end of thread, other threads:[~2021-04-09 23:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-09 23:00 [PR PATCH] aqbanking: update to 6.2.9 manfredu
2021-04-09 23:09 ` [PR PATCH] [Updated] [WIP] " manfredu
2021-04-09 23:14 ` [PR PATCH] [Closed]: " manfredu

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