Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] stagit: update to 1.2.
@ 2022-11-24 13:09 tibequadorian
  2022-11-25  6:09 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tibequadorian @ 2022-11-24 13:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages stagit
https://github.com/void-linux/void-packages/pull/40725

stagit: update to 1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 21980867c553a455627a5bea308891fd5f384c56 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 14:08:11 +0100
Subject: [PATCH] stagit: update to 1.2.

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

diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template
index 6b7ff8959060..8769e7ffe704 100644
--- a/srcpkgs/stagit/template
+++ b/srcpkgs/stagit/template
@@ -1,7 +1,7 @@
 # Template file for 'stagit'
 pkgname=stagit
-version=1.1
-revision=2
+version=1.2
+revision=1
 build_style=gnu-makefile
 make_install_args="MANPREFIX=/usr/share/man"
 makedepends="libgit2-devel"
@@ -10,7 +10,7 @@ maintainer="tibequadorian <tibequadorian@posteo.de>"
 license="MIT"
 homepage="https://codemadness.org/git/stagit/log.html"
 distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz"
-checksum=66f6ad1be3d6b6455faf9cfdd29329644b7ff2aa3123fbf1375169c60bda75c5
+checksum=5659bd8ba7e1417edd40f7b7781a8ea26939ab6aa513409023835f04875921c5
 LDFLAGS="-lgit2"
 
 post_install() {

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

* Re: [PR REVIEW] stagit: update to 1.2.
  2022-11-24 13:09 [PR PATCH] stagit: update to 1.2 tibequadorian
@ 2022-11-25  6:09 ` classabbyamp
  2022-11-29 11:12 ` [PR PATCH] [Updated] " tibequadorian
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-11-25  6:09 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40725#discussion_r1032032863

Comment:
```suggestion
distfiles="https://codemadness.org/releases/stagit/stagit-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] stagit: update to 1.2.
  2022-11-24 13:09 [PR PATCH] stagit: update to 1.2 tibequadorian
  2022-11-25  6:09 ` [PR REVIEW] " classabbyamp
@ 2022-11-29 11:12 ` tibequadorian
  2022-11-29 11:25 ` [PR REVIEW] " tibequadorian
  2022-11-29 14:17 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-11-29 11:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages stagit
https://github.com/void-linux/void-packages/pull/40725

stagit: update to 1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 4e2e54d2e15b6a02018879a4601b320727c0ebdd Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Thu, 24 Nov 2022 14:08:11 +0100
Subject: [PATCH] stagit: update to 1.2.

---
 srcpkgs/stagit/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/stagit/template b/srcpkgs/stagit/template
index 6b7ff8959060..af92a2ab9d1c 100644
--- a/srcpkgs/stagit/template
+++ b/srcpkgs/stagit/template
@@ -1,7 +1,7 @@
 # Template file for 'stagit'
 pkgname=stagit
-version=1.1
-revision=2
+version=1.2
+revision=1
 build_style=gnu-makefile
 make_install_args="MANPREFIX=/usr/share/man"
 makedepends="libgit2-devel"
@@ -9,8 +9,8 @@ short_desc="Static git page generator"
 maintainer="tibequadorian <tibequadorian@posteo.de>"
 license="MIT"
 homepage="https://codemadness.org/git/stagit/log.html"
-distfiles="https://codemadness.org/releases/stagit/${pkgname}-${version}.tar.gz"
-checksum=66f6ad1be3d6b6455faf9cfdd29329644b7ff2aa3123fbf1375169c60bda75c5
+distfiles="https://codemadness.org/releases/stagit/stagit-${version}.tar.gz"
+checksum=5659bd8ba7e1417edd40f7b7781a8ea26939ab6aa513409023835f04875921c5
 LDFLAGS="-lgit2"
 
 post_install() {

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

* Re: [PR REVIEW] stagit: update to 1.2.
  2022-11-24 13:09 [PR PATCH] stagit: update to 1.2 tibequadorian
  2022-11-25  6:09 ` [PR REVIEW] " classabbyamp
  2022-11-29 11:12 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-11-29 11:25 ` tibequadorian
  2022-11-29 14:17 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-11-29 11:25 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/40725#discussion_r1034629163

Comment:
Maybe you could add this to `xlint`?

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

* Re: [PR PATCH] [Merged]: stagit: update to 1.2.
  2022-11-24 13:09 [PR PATCH] stagit: update to 1.2 tibequadorian
                   ` (2 preceding siblings ...)
  2022-11-29 11:25 ` [PR REVIEW] " tibequadorian
@ 2022-11-29 14:17 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-11-29 14:17 UTC (permalink / raw)
  To: ml

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

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

stagit: update to 1.2.
https://github.com/void-linux/void-packages/pull/40725

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

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

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2022-11-29 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 13:09 [PR PATCH] stagit: update to 1.2 tibequadorian
2022-11-25  6:09 ` [PR REVIEW] " classabbyamp
2022-11-29 11:12 ` [PR PATCH] [Updated] " tibequadorian
2022-11-29 11:25 ` [PR REVIEW] " tibequadorian
2022-11-29 14:17 ` [PR PATCH] [Merged]: " 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).