Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mozo: update to 1.26.2.
@ 2022-11-17 16:12 skmpz
  2022-11-18  6:15 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: skmpz @ 2022-11-17 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages mozo-1.26.2
https://github.com/void-linux/void-packages/pull/40580

mozo: update to 1.26.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/40580.patch is attached

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

From 2fab9ba5e1f8a48c7ac3ce41a3916a1cdfe6b77c Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Thu, 17 Nov 2022 20:12:16 +0400
Subject: [PATCH] mozo: update to 1.26.2.

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

diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template
index aa0212d44e75..7466f5112334 100644
--- a/srcpkgs/mozo/template
+++ b/srcpkgs/mozo/template
@@ -1,7 +1,7 @@
 # Template file for 'mozo'
 pkgname=mozo
-version=1.26.1
-revision=2
+version=1.26.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="intltool itstool pkg-config"
 makedepends="glib-devel mate-menus-devel python3-gobject-devel"
@@ -12,4 +12,4 @@ license="LGPL-2.1-or-later"
 homepage="https://mate-desktop.org"
 changelog="https://raw.githubusercontent.com/mate-desktop/mozo/master/NEWS"
 distfiles="https://pub.mate-desktop.org/releases/${version%.*}/mozo-${version}.tar.xz"
-checksum=0f24429a3b037bd0688ec4c391d9d8781e42b23ef345f5e50af1e72c5ef2fa39
+checksum=472c482e0ef2fb1629e61e17daaa1a487f64392b029849dc9a4082afb38bc9ee

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

* Re: [PR REVIEW] mozo: update to 1.26.2.
  2022-11-17 16:12 [PR PATCH] mozo: update to 1.26.2 skmpz
@ 2022-11-18  6:15 ` classabbyamp
  2022-11-18  6:46 ` skmpz
  2022-11-18  6:50 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-18  6:15 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40580#discussion_r1026062015

Comment:
1.27.0 is available

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

* Re: [PR REVIEW] mozo: update to 1.26.2.
  2022-11-17 16:12 [PR PATCH] mozo: update to 1.26.2 skmpz
  2022-11-18  6:15 ` [PR REVIEW] " classabbyamp
@ 2022-11-18  6:46 ` skmpz
  2022-11-18  6:50 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2022-11-18  6:46 UTC (permalink / raw)
  To: ml

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

New review comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/40580#discussion_r1026079103

Comment:
odd numbered versions are considered as development versions for mate and not official releases

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

* Re: [PR PATCH] [Merged]: mozo: update to 1.26.2.
  2022-11-17 16:12 [PR PATCH] mozo: update to 1.26.2 skmpz
  2022-11-18  6:15 ` [PR REVIEW] " classabbyamp
  2022-11-18  6:46 ` skmpz
@ 2022-11-18  6:50 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-18  6:50 UTC (permalink / raw)
  To: ml

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

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

mozo: update to 1.26.2.
https://github.com/void-linux/void-packages/pull/40580

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] 4+ messages in thread

end of thread, other threads:[~2022-11-18  6:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17 16:12 [PR PATCH] mozo: update to 1.26.2 skmpz
2022-11-18  6:15 ` [PR REVIEW] " classabbyamp
2022-11-18  6:46 ` skmpz
2022-11-18  6:50 ` [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).