Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] logiops: update to 0.3.3.
@ 2023-07-14 16:33 T0mstone
  2023-07-15  5:47 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: T0mstone @ 2023-07-14 16:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/T0mstone/void-packages update-logiops
https://github.com/void-linux/void-packages/pull/45038

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

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

<!--
#### 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, x86_64-glibc


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

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

From 734357562e75e70a5056b610401c118c9b307dc8 Mon Sep 17 00:00:00 2001
From: T0mstone <realt0mstone@gmail.com>
Date: Fri, 14 Jul 2023 18:33:40 +0200
Subject: [PATCH] logiops: update to 0.3.3.

---
 srcpkgs/logiops/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/logiops/template b/srcpkgs/logiops/template
index fef28166c308..29e24d5b921c 100644
--- a/srcpkgs/logiops/template
+++ b/srcpkgs/logiops/template
@@ -1,8 +1,8 @@
 # Template file for 'logiops'
 pkgname=logiops
-version=0.3.2
-revision=2
-_ipcgull_rev=4f22a43e3380dc1e9c0a490201f4d745390b623f
+version=0.3.3
+revision=1
+_ipcgull_rev=cd0f9a8cefb5b2545e163fceb249fdbcbaf666aa
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="libevdev-devel eudev-libudev-devel libconfig-devel libconfig++-devel
@@ -14,8 +14,8 @@ homepage="https://github.com/PixlOne/logiops"
 changelog="https://github.com/PixlOne/logiops/releases/tag/v${version}"
 distfiles="https://github.com/PixlOne/logiops/archive/refs/tags/v${version}.tar.gz
  https://github.com/PixlOne/ipcgull/archive/${_ipcgull_rev}.tar.gz"
-checksum="6c7210a84f9695a7530030dba9fff7e44765c971c7ef06461ff9c8646a64c036
- 67068523dc0ea4750d501309d8041ca3511fa3e22fa1c453a3bc9f2ea5c95f45"
+checksum="d176fcd248f42da330d098ac9c05ea8de31ce7a3de5d879213202a01a0b85de7
+ 6eed9fc32a899b28bdfc41483a2118e4b8fbae715578c54eb80bf425e76e2376"
 skip_extraction="${_ipcgull_rev}.tar.gz"
 
 post_extract() {

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

* Re: [PR REVIEW] logiops: update to 0.3.3.
  2023-07-14 16:33 [PR PATCH] logiops: update to 0.3.3 T0mstone
@ 2023-07-15  5:47 ` classabbyamp
  2023-07-15 14:29 ` [PR PATCH] [Updated] " T0mstone
  2023-07-16  4:03 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-15  5:47 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45038#discussion_r1264336311

Comment:
```suggestion
changelog="https://github.com/PixlOne/logiops/releases"
```

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

* Re: [PR PATCH] [Updated] logiops: update to 0.3.3.
  2023-07-14 16:33 [PR PATCH] logiops: update to 0.3.3 T0mstone
  2023-07-15  5:47 ` [PR REVIEW] " classabbyamp
@ 2023-07-15 14:29 ` T0mstone
  2023-07-16  4:03 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: T0mstone @ 2023-07-15 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/T0mstone/void-packages update-logiops
https://github.com/void-linux/void-packages/pull/45038

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

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

<!--
#### 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, x86_64-glibc


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

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

From db258c2fa859dcc710e68dd64541a9e069578f50 Mon Sep 17 00:00:00 2001
From: T0mstone <realt0mstone@gmail.com>
Date: Fri, 14 Jul 2023 18:33:40 +0200
Subject: [PATCH] logiops: update to 0.3.3.

---
 srcpkgs/logiops/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/logiops/template b/srcpkgs/logiops/template
index fef28166c3080..5f4e83a7ec2c8 100644
--- a/srcpkgs/logiops/template
+++ b/srcpkgs/logiops/template
@@ -1,8 +1,8 @@
 # Template file for 'logiops'
 pkgname=logiops
-version=0.3.2
-revision=2
-_ipcgull_rev=4f22a43e3380dc1e9c0a490201f4d745390b623f
+version=0.3.3
+revision=1
+_ipcgull_rev=cd0f9a8cefb5b2545e163fceb249fdbcbaf666aa
 build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="libevdev-devel eudev-libudev-devel libconfig-devel libconfig++-devel
@@ -11,11 +11,11 @@ short_desc="Unofficial userspace driver for HID++ Logitech devices"
 maintainer="T0mstone <realt0mstone@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/PixlOne/logiops"
-changelog="https://github.com/PixlOne/logiops/releases/tag/v${version}"
+changelog="https://github.com/PixlOne/logiops/releases"
 distfiles="https://github.com/PixlOne/logiops/archive/refs/tags/v${version}.tar.gz
  https://github.com/PixlOne/ipcgull/archive/${_ipcgull_rev}.tar.gz"
-checksum="6c7210a84f9695a7530030dba9fff7e44765c971c7ef06461ff9c8646a64c036
- 67068523dc0ea4750d501309d8041ca3511fa3e22fa1c453a3bc9f2ea5c95f45"
+checksum="d176fcd248f42da330d098ac9c05ea8de31ce7a3de5d879213202a01a0b85de7
+ 6eed9fc32a899b28bdfc41483a2118e4b8fbae715578c54eb80bf425e76e2376"
 skip_extraction="${_ipcgull_rev}.tar.gz"
 
 post_extract() {

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

* Re: [PR PATCH] [Merged]: logiops: update to 0.3.3.
  2023-07-14 16:33 [PR PATCH] logiops: update to 0.3.3 T0mstone
  2023-07-15  5:47 ` [PR REVIEW] " classabbyamp
  2023-07-15 14:29 ` [PR PATCH] [Updated] " T0mstone
@ 2023-07-16  4:03 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-16  4:03 UTC (permalink / raw)
  To: ml

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

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

logiops: update to 0.3.3.
https://github.com/void-linux/void-packages/pull/45038

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

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

<!--
#### 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, x86_64-glibc


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

end of thread, other threads:[~2023-07-16  4:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14 16:33 [PR PATCH] logiops: update to 0.3.3 T0mstone
2023-07-15  5:47 ` [PR REVIEW] " classabbyamp
2023-07-15 14:29 ` [PR PATCH] [Updated] " T0mstone
2023-07-16  4:03 ` [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).