Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jpegoptim: update to 1.5.2.
@ 2023-02-25 18:32 r-ricci
  2023-03-05 14:39 ` [PR PATCH] [Updated] " r-ricci
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: r-ricci @ 2023-02-25 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages jpegoptim
https://github.com/void-linux/void-packages/pull/42444

jpegoptim: update to 1.5.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/42444.patch is attached

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

From 6bc6755d3ffafc13bb63bf8ed0b3176d7b4df79a Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 25 Feb 2023 19:23:45 +0100
Subject: [PATCH] jpegoptim: update to 1.5.2.

---
 srcpkgs/jpegoptim/template | 9 +++++----
 srcpkgs/jpegoptim/update   | 1 -
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/jpegoptim/update

diff --git a/srcpkgs/jpegoptim/template b/srcpkgs/jpegoptim/template
index 0014f772d7dc..94aa3dc031f1 100644
--- a/srcpkgs/jpegoptim/template
+++ b/srcpkgs/jpegoptim/template
@@ -1,12 +1,13 @@
 # Template file for 'jpegoptim'
 pkgname=jpegoptim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=gnu-configure
 makedepends="libjpeg-turbo-devel"
 short_desc="Utility to optimize/compress JPEG files"
 maintainer="archaeme <normandy@firemail.cc>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://github.com/tjko/jpegoptim"
-distfiles="https://github.com/tjko/jpegoptim/archive/RELEASE.${version}.tar.gz"
-checksum=9d2a13b7c531d122f360209422645206931c74ada76497c4aeb953610f0d70c1
+changelog="https://raw.githubusercontent.com/tjko/jpegoptim/master/README"
+distfiles="https://github.com/tjko/jpegoptim/archive/refs/tags/v${version}.tar.gz"
+checksum=e8701cc85c065e05747a15da72ebb403056ebecaa98e2806cf69cdd443397910
diff --git a/srcpkgs/jpegoptim/update b/srcpkgs/jpegoptim/update
deleted file mode 100644
index 264e99e2f685..000000000000
--- a/srcpkgs/jpegoptim/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='RELEASE.\K[\d.]+(?=\.tar.gz)'

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

* Re: [PR PATCH] [Updated] jpegoptim: update to 1.5.2.
  2023-02-25 18:32 [PR PATCH] jpegoptim: update to 1.5.2 r-ricci
@ 2023-03-05 14:39 ` r-ricci
  2023-03-13 21:03 ` r-ricci
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: r-ricci @ 2023-03-05 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages jpegoptim
https://github.com/void-linux/void-packages/pull/42444

jpegoptim: update to 1.5.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/42444.patch is attached

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

From c20d7f9590bf90ddb1dda38ec1cebe97e3ae93df Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 25 Feb 2023 19:23:45 +0100
Subject: [PATCH] jpegoptim: update to 1.5.2.

---
 srcpkgs/jpegoptim/template | 9 +++++----
 srcpkgs/jpegoptim/update   | 1 -
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/jpegoptim/update

diff --git a/srcpkgs/jpegoptim/template b/srcpkgs/jpegoptim/template
index 0014f772d7dc..94aa3dc031f1 100644
--- a/srcpkgs/jpegoptim/template
+++ b/srcpkgs/jpegoptim/template
@@ -1,12 +1,13 @@
 # Template file for 'jpegoptim'
 pkgname=jpegoptim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=gnu-configure
 makedepends="libjpeg-turbo-devel"
 short_desc="Utility to optimize/compress JPEG files"
 maintainer="archaeme <normandy@firemail.cc>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://github.com/tjko/jpegoptim"
-distfiles="https://github.com/tjko/jpegoptim/archive/RELEASE.${version}.tar.gz"
-checksum=9d2a13b7c531d122f360209422645206931c74ada76497c4aeb953610f0d70c1
+changelog="https://raw.githubusercontent.com/tjko/jpegoptim/master/README"
+distfiles="https://github.com/tjko/jpegoptim/archive/refs/tags/v${version}.tar.gz"
+checksum=e8701cc85c065e05747a15da72ebb403056ebecaa98e2806cf69cdd443397910
diff --git a/srcpkgs/jpegoptim/update b/srcpkgs/jpegoptim/update
deleted file mode 100644
index 264e99e2f685..000000000000
--- a/srcpkgs/jpegoptim/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='RELEASE.\K[\d.]+(?=\.tar.gz)'

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

* Re: [PR PATCH] [Updated] jpegoptim: update to 1.5.2.
  2023-02-25 18:32 [PR PATCH] jpegoptim: update to 1.5.2 r-ricci
  2023-03-05 14:39 ` [PR PATCH] [Updated] " r-ricci
@ 2023-03-13 21:03 ` r-ricci
  2023-03-16 22:19 ` r-ricci
  2023-03-18  6:30 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: r-ricci @ 2023-03-13 21:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages jpegoptim
https://github.com/void-linux/void-packages/pull/42444

jpegoptim: update to 1.5.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/42444.patch is attached

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

From d82c68141282fe3f2b77d4660e9cbd94bd1b18dd Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 25 Feb 2023 19:23:45 +0100
Subject: [PATCH] jpegoptim: update to 1.5.2.

---
 srcpkgs/jpegoptim/template | 9 +++++----
 srcpkgs/jpegoptim/update   | 1 -
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/jpegoptim/update

diff --git a/srcpkgs/jpegoptim/template b/srcpkgs/jpegoptim/template
index 0014f772d7dc..94aa3dc031f1 100644
--- a/srcpkgs/jpegoptim/template
+++ b/srcpkgs/jpegoptim/template
@@ -1,12 +1,13 @@
 # Template file for 'jpegoptim'
 pkgname=jpegoptim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=gnu-configure
 makedepends="libjpeg-turbo-devel"
 short_desc="Utility to optimize/compress JPEG files"
 maintainer="archaeme <normandy@firemail.cc>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://github.com/tjko/jpegoptim"
-distfiles="https://github.com/tjko/jpegoptim/archive/RELEASE.${version}.tar.gz"
-checksum=9d2a13b7c531d122f360209422645206931c74ada76497c4aeb953610f0d70c1
+changelog="https://raw.githubusercontent.com/tjko/jpegoptim/master/README"
+distfiles="https://github.com/tjko/jpegoptim/archive/refs/tags/v${version}.tar.gz"
+checksum=e8701cc85c065e05747a15da72ebb403056ebecaa98e2806cf69cdd443397910
diff --git a/srcpkgs/jpegoptim/update b/srcpkgs/jpegoptim/update
deleted file mode 100644
index 264e99e2f685..000000000000
--- a/srcpkgs/jpegoptim/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='RELEASE.\K[\d.]+(?=\.tar.gz)'

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

* Re: [PR PATCH] [Updated] jpegoptim: update to 1.5.2.
  2023-02-25 18:32 [PR PATCH] jpegoptim: update to 1.5.2 r-ricci
  2023-03-05 14:39 ` [PR PATCH] [Updated] " r-ricci
  2023-03-13 21:03 ` r-ricci
@ 2023-03-16 22:19 ` r-ricci
  2023-03-18  6:30 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: r-ricci @ 2023-03-16 22:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/r-ricci/void-packages jpegoptim
https://github.com/void-linux/void-packages/pull/42444

jpegoptim: update to 1.5.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/42444.patch is attached

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

From 039276916b00a6f75b5bcd53ce195d4791379e68 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Sat, 25 Feb 2023 19:23:45 +0100
Subject: [PATCH] jpegoptim: update to 1.5.2.

---
 srcpkgs/jpegoptim/template | 9 +++++----
 srcpkgs/jpegoptim/update   | 1 -
 2 files changed, 5 insertions(+), 5 deletions(-)
 delete mode 100644 srcpkgs/jpegoptim/update

diff --git a/srcpkgs/jpegoptim/template b/srcpkgs/jpegoptim/template
index 0014f772d7dc..94aa3dc031f1 100644
--- a/srcpkgs/jpegoptim/template
+++ b/srcpkgs/jpegoptim/template
@@ -1,12 +1,13 @@
 # Template file for 'jpegoptim'
 pkgname=jpegoptim
-version=1.4.7
+version=1.5.2
 revision=1
 build_style=gnu-configure
 makedepends="libjpeg-turbo-devel"
 short_desc="Utility to optimize/compress JPEG files"
 maintainer="archaeme <normandy@firemail.cc>"
-license="GPL-2.0-or-later"
+license="GPL-3.0-or-later"
 homepage="https://github.com/tjko/jpegoptim"
-distfiles="https://github.com/tjko/jpegoptim/archive/RELEASE.${version}.tar.gz"
-checksum=9d2a13b7c531d122f360209422645206931c74ada76497c4aeb953610f0d70c1
+changelog="https://raw.githubusercontent.com/tjko/jpegoptim/master/README"
+distfiles="https://github.com/tjko/jpegoptim/archive/refs/tags/v${version}.tar.gz"
+checksum=e8701cc85c065e05747a15da72ebb403056ebecaa98e2806cf69cdd443397910
diff --git a/srcpkgs/jpegoptim/update b/srcpkgs/jpegoptim/update
deleted file mode 100644
index 264e99e2f685..000000000000
--- a/srcpkgs/jpegoptim/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='RELEASE.\K[\d.]+(?=\.tar.gz)'

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

* Re: [PR PATCH] [Merged]: jpegoptim: update to 1.5.2.
  2023-02-25 18:32 [PR PATCH] jpegoptim: update to 1.5.2 r-ricci
                   ` (2 preceding siblings ...)
  2023-03-16 22:19 ` r-ricci
@ 2023-03-18  6:30 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2023-03-18  6:30 UTC (permalink / raw)
  To: ml

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

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

jpegoptim: update to 1.5.2.
https://github.com/void-linux/void-packages/pull/42444

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:[~2023-03-18  6:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 18:32 [PR PATCH] jpegoptim: update to 1.5.2 r-ricci
2023-03-05 14:39 ` [PR PATCH] [Updated] " r-ricci
2023-03-13 21:03 ` r-ricci
2023-03-16 22:19 ` r-ricci
2023-03-18  6:30 ` [PR PATCH] [Merged]: " paper42

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