Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] djvulibre: fix checksum
@ 2021-03-29 22:26 unspecd
  2021-03-30  1:46 ` sgn
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: unspecd @ 2021-03-29 22:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/djvulibre
https://github.com/void-linux/void-packages/pull/29863

djvulibre: fix checksum
Not sure why the checksum changed.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 86a736b2465d833faf9a120ad25a22c04634ba4a Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Mar 2021 09:18:01 +1100
Subject: [PATCH] djvulibre: fix checksum

---
 srcpkgs/djvulibre/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/djvulibre/template b/srcpkgs/djvulibre/template
index 1425c4835016..b1b6b94ed4eb 100644
--- a/srcpkgs/djvulibre/template
+++ b/srcpkgs/djvulibre/template
@@ -1,7 +1,7 @@
 # Template file for 'djvulibre'
 pkgname=djvulibre
 version=3.5.28
-revision=1
+revision=2
 build_style=gnu-configure
 hostmakedepends="pkg-config automake libtool"
 makedepends="tiff-devel"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://djvu.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/djvu/$pkgname-$version.tar.gz"
-checksum=82e392a9cccfee94fa604126c67f06dbc43ed5f9f0905d15b6c8164f83ed5655
+checksum=fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh

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

* Re: djvulibre: fix checksum
  2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
@ 2021-03-30  1:46 ` sgn
  2021-03-30  1:55 ` unspecd
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2021-03-30  1:46 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29863#issuecomment-809842873

Comment:
SourceForge changed `tar` implementation from POSIX tar to GNU tar.
Tarball contents is still the same, I think other packages fetched from SF will see same problem.

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

* Re: djvulibre: fix checksum
  2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
  2021-03-30  1:46 ` sgn
@ 2021-03-30  1:55 ` unspecd
  2021-03-30 19:54 ` ericonr
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: unspecd @ 2021-03-30  1:55 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29863#issuecomment-809845837

Comment:
Ah, clear.

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

* Re: djvulibre: fix checksum
  2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
  2021-03-30  1:46 ` sgn
  2021-03-30  1:55 ` unspecd
@ 2021-03-30 19:54 ` ericonr
  2021-03-30 23:20 ` [PR PATCH] [Updated] " unspecd
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-30 19:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29863#issuecomment-810535653

Comment:
@unspecd please remove the revbump and mention in the commit message that contents didn't change, only how the tarball is generated.

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

* Re: [PR PATCH] [Updated] djvulibre: fix checksum
  2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
                   ` (2 preceding siblings ...)
  2021-03-30 19:54 ` ericonr
@ 2021-03-30 23:20 ` unspecd
  2021-03-30 23:24 ` unspecd
  2021-03-31  0:44 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: unspecd @ 2021-03-30 23:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/djvulibre
https://github.com/void-linux/void-packages/pull/29863

djvulibre: fix checksum
Not sure why the checksum changed.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 4788007610f4ff207723f3a19fc986e36f8e4e42 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 30 Mar 2021 09:18:01 +1100
Subject: [PATCH] djvulibre: fix checksum

Tarball contents didn't change. SourceForge changed tar implementation
from POSIX tar to GNU tar.
---
 srcpkgs/djvulibre/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/djvulibre/template b/srcpkgs/djvulibre/template
index 1425c4835016..6a2ba0b648f5 100644
--- a/srcpkgs/djvulibre/template
+++ b/srcpkgs/djvulibre/template
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://djvu.sourceforge.net/"
 distfiles="${SOURCEFORGE_SITE}/djvu/$pkgname-$version.tar.gz"
-checksum=82e392a9cccfee94fa604126c67f06dbc43ed5f9f0905d15b6c8164f83ed5655
+checksum=fcd009ea7654fde5a83600eb80757bd3a76998e47d13c66b54c8db849f8f2edc
 
 pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh

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

* Re: djvulibre: fix checksum
  2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
                   ` (3 preceding siblings ...)
  2021-03-30 23:20 ` [PR PATCH] [Updated] " unspecd
@ 2021-03-30 23:24 ` unspecd
  2021-03-31  0:44 ` [PR PATCH] [Merged]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: unspecd @ 2021-03-30 23:24 UTC (permalink / raw)
  To: ml

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

New comment by unspecd on void-packages repository

https://github.com/void-linux/void-packages/pull/29863#issuecomment-810641969

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: djvulibre: fix checksum
  2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
                   ` (4 preceding siblings ...)
  2021-03-30 23:24 ` unspecd
@ 2021-03-31  0:44 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-03-31  0:44 UTC (permalink / raw)
  To: ml

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

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

djvulibre: fix checksum
https://github.com/void-linux/void-packages/pull/29863

Description:
Not sure why the checksum changed.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

end of thread, other threads:[~2021-03-31  0:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29 22:26 [PR PATCH] djvulibre: fix checksum unspecd
2021-03-30  1:46 ` sgn
2021-03-30  1:55 ` unspecd
2021-03-30 19:54 ` ericonr
2021-03-30 23:20 ` [PR PATCH] [Updated] " unspecd
2021-03-30 23:24 ` unspecd
2021-03-31  0:44 ` [PR PATCH] [Merged]: " ericonr

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