~alpine/aports

3 2

[alpine-aports] [PATCH] testing/libmdf: Update to v1.0.21 (second try)

Details
Message ID
<CAGwK9dwLuo2zyEsH+S8naQgh8z=gtpdFsdF6XgGnfW+XXfvNog@mail.gmail.com>
Sender timestamp
1532616320
DKIM signature
missing
Download raw message
Updated the package to the latest upstream version. Previous mail looked
mangled on https://patchwork.alpinelinux.org/project/aports/list/ so I try
to see if it works this time from Gmail...

---
 testing/libmdf/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/libmdf/APKBUILD b/testing/libmdf/APKBUILD
index 9ba46feec3..799849328a 100644
--- a/testing/libmdf/APKBUILD
+++ b/testing/libmdf/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Henrik Holst <henrik.holst@millistream.com>
 # Maintainer:
 pkgname=libmdf
-pkgver="1.0.20"
-pkgrel=2
+pkgver="1.0.21"
+pkgrel=0
 pkgdesc="Millistream Data Feed API library"
 url="https://millistream.com"
 arch="all"
@@ -11,7 +11,7 @@ depends=""
 makedepends="libressl-dev zlib-dev"
 install=""
 subpackages="$pkgname-dev"
-source="ftp://ftp1.millistream.com/sources/$pkgname-$pkgver.tar.gz"
+source="https://packages.millistream.com/source/$pkgname-$pkgver.tar.gz"
 builddir="$srcdir/$pkgname-$pkgver"

 build() {
@@ -30,4 +30,4 @@ package() {
     make DESTDIR="$pkgdir" install
 }

-sha512sums="b6e496839090067e481d21cbdcee473538941979ada1ad44130522d49f8ae276f68c0b073e28651d733046d72dcc1f5d6369c318ea709bc49dbff1354144c400
libmdf-1.0.20.tar.gz"
+sha512sums="a181965c58072329dd707602f5d356651308d7d5ea54e5a864122d7512d1df6821bf9aecfbbbbe7e1f9056729d5e6c4eb7b89ff99931893a2ff6ea386dcd8941
libmdf-1.0.21.tar.gz"
-- 
2.18.0
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20180726170125.21fe2e75@ncopa-desktop.copa.dup.pw>
In-Reply-To
<CAGwK9dwLuo2zyEsH+S8naQgh8z=gtpdFsdF6XgGnfW+XXfvNog@mail.gmail.com> (view parent)
Sender timestamp
1532617285
DKIM signature
missing
Download raw message
On Thu, 26 Jul 2018 16:45:20 +0200
Henrik Holst <henrik.holst@millistream.com> wrote:

> Updated the package to the latest upstream version. Previous mail looked
> mangled on https://patchwork.alpinelinux.org/project/aports/list/ so I try
> to see if it works this time from Gmail...

I think gmail mangles the formatted patch.
 
> -sha512sums="b6e496839090067e481d21cbdcee473538941979ada1ad44130522d49f8ae276f68c0b073e28651d733046d72dcc1f5d6369c318ea709bc49dbff1354144c400
> libmdf-1.0.20.tar.gz"
> +sha512sums="a181965c58072329dd707602f5d356651308d7d5ea54e5a864122d7512d1df6821bf9aecfbbbbe7e1f9056729d5e6c4eb7b89ff99931893a2ff6ea386dcd8941
> libmdf-1.0.21.tar.gz"


It looks like it injects line break to long lines like the lines with
sha512sums.

-nc


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<CAGwK9dxh0+iMU+EOR3dWfmpH-mo4AacbgZ51Q1SoNie8TQsxUg@mail.gmail.com>
In-Reply-To
<20180726170125.21fe2e75@ncopa-desktop.copa.dup.pw> (view parent)
Sender timestamp
1532617633
DKIM signature
missing
Download raw message
yeah it looks "not good" to put it politely :). Do you guys want me to
remail with the git patch file attached instead?

Regards,
  Henrik Holst
  Senior Systems Architect
  Millistream Market Data AB

2018-07-26 17:01 GMT+02:00 Natanael Copa <ncopa@alpinelinux.org>:

> On Thu, 26 Jul 2018 16:45:20 +0200
> Henrik Holst <henrik.holst@millistream.com> wrote:
>
> > Updated the package to the latest upstream version. Previous mail looked
> > mangled on https://patchwork.alpinelinux.org/project/aports/list/ so I
> try
> > to see if it works this time from Gmail...
>
> I think gmail mangles the formatted patch.
>
> > -sha512sums="b6e496839090067e481d21cbdcee47
> 3538941979ada1ad44130522d49f8ae276f68c0b073e28651d733046d72d
> cc1f5d6369c318ea709bc49dbff1354144c400
> > libmdf-1.0.20.tar.gz"
> > +sha512sums="a181965c58072329dd707602f5d356
> 651308d7d5ea54e5a864122d7512d1df6821bf9aecfbbbbe7e1f9056729d
> 5e6c4eb7b89ff99931893a2ff6ea386dcd8941
> > libmdf-1.0.21.tar.gz"
>
>
> It looks like it injects line break to long lines like the lines with
> sha512sums.
>
> -nc
>
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20180726172600.6b80db4f@ncopa-desktop.copa.dup.pw>
In-Reply-To
<CAGwK9dxh0+iMU+EOR3dWfmpH-mo4AacbgZ51Q1SoNie8TQsxUg@mail.gmail.com> (view parent)
Sender timestamp
1532618760
DKIM signature
missing
Download raw message
On Thu, 26 Jul 2018 17:07:13 +0200
Henrik Holst <henrik.holst@millistream.com> wrote:

> yeah it looks "not good" to put it politely :). Do you guys want me to
> remail with the git patch file attached instead?

That would be nice. Thanks!

-nc

> 
> Regards,
>   Henrik Holst
>   Senior Systems Architect
>   Millistream Market Data AB
> 
> 2018-07-26 17:01 GMT+02:00 Natanael Copa <ncopa@alpinelinux.org>:
> 
> > On Thu, 26 Jul 2018 16:45:20 +0200
> > Henrik Holst <henrik.holst@millistream.com> wrote:
> >  
> > > Updated the package to the latest upstream version. Previous mail looked
> > > mangled on https://patchwork.alpinelinux.org/project/aports/list/ so I  
> > try  
> > > to see if it works this time from Gmail...  
> >
> > I think gmail mangles the formatted patch.
> >  
> > > -sha512sums="b6e496839090067e481d21cbdcee47  
> > 3538941979ada1ad44130522d49f8ae276f68c0b073e28651d733046d72d
> > cc1f5d6369c318ea709bc49dbff1354144c400  
> > > libmdf-1.0.20.tar.gz"
> > > +sha512sums="a181965c58072329dd707602f5d356  
> > 651308d7d5ea54e5a864122d7512d1df6821bf9aecfbbbbe7e1f9056729d
> > 5e6c4eb7b89ff99931893a2ff6ea386dcd8941  
> > > libmdf-1.0.21.tar.gz"  
> >
> >
> > It looks like it injects line break to long lines like the lines with
> > sha512sums.
> >
> > -nc
> >  



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)