Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tracker-miners: update to 3.4.3.
@ 2023-01-24  0:32 oreo639
  2023-01-24  0:57 ` oreo639
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: oreo639 @ 2023-01-24  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages tracker
https://github.com/void-linux/void-packages/pull/41832

tracker-miners: update to 3.4.3.
<!-- 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/41832.patch is attached

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

From 2b6075c2f69d7fcd78e27af807ca308cb917bc31 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:30:15 -0800
Subject: [PATCH 1/2] sqlite: disable SQLITE_ENABLE_BATCH_ATOMIC_WRITE

Only supported on F2FS and triggers seccomp assertion in tracker-miners.
---
 srcpkgs/sqlite/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 7f311e9c51c7..ea827b4ec0a2 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,7 +1,7 @@
 # Template file for 'sqlite'
 pkgname=sqlite
 version=3.40.1
-revision=1
+revision=2
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 build_style=gnu-configure
 configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
@@ -17,8 +17,7 @@ checksum=2c5dea207fa508d765af1ef620b637dcb06572afa6f01f0815bd5bbf864b33d9
 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
  -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_BATCH_ATOMIC_WRITE=1 \
- -DSQLITE_ENABLE_DESERIALIZE"
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_DESERIALIZE"
 # explicitly enable fdatasync
 CFLAGS+=" -DHAVE_FDATASYNC"
 disable_parallel_build=yes

From d755360b4aa26b3ab0362f4dc848d76e344d4284 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:31:44 -0800
Subject: [PATCH 2/2] tracker-miners: update to 3.4.3.

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 9e8cdc492c26..58eda56e5fe7 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.4.2
+version=3.4.3
 revision=1
 build_style=meson
 build_helper=qemu
@@ -27,7 +27,7 @@ license="GPL-2.0-or-later"
 homepage="https://developer.gnome.org/libtracker-miner/stable"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=101e3608f1c28bfed8ae25522f7a720b559f889a76e280afbe50a4d8b064f92c
+checksum=8e4f3976472641b648d0f8f20debae1b1629ca5b560b8616e117d29d756fbeeb
 make_check=no # relies on unsupported ops in chroot
 
 tracker3-miners_package() {

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

* Re: tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
@ 2023-01-24  0:57 ` oreo639
  2023-01-24  0:57 ` oreo639
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2023-01-24  0:57 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41832#issuecomment-1401222208

Comment:
`FeedReader-2.11.0_2: broken, unresolvable shlib `librest-0.7.so.0'`

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

* Re: tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
  2023-01-24  0:57 ` oreo639
@ 2023-01-24  0:57 ` oreo639
  2023-01-24  2:03 ` [PR PATCH] [Updated] " oreo639
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2023-01-24  0:57 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41832#issuecomment-1401222208

Comment:
```
FeedReader-2.11.0_2: broken, unresolvable shlib `librest-0.7.so.0'
```

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

* Re: [PR PATCH] [Updated] tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
  2023-01-24  0:57 ` oreo639
  2023-01-24  0:57 ` oreo639
@ 2023-01-24  2:03 ` oreo639
  2023-01-24  2:25 ` oreo639
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2023-01-24  2:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages tracker
https://github.com/void-linux/void-packages/pull/41832

tracker-miners: update to 3.4.3.
<!-- 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/41832.patch is attached

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

From 2b6075c2f69d7fcd78e27af807ca308cb917bc31 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:30:15 -0800
Subject: [PATCH 1/2] sqlite: disable SQLITE_ENABLE_BATCH_ATOMIC_WRITE

Only supported on F2FS and triggers seccomp assertion in tracker-miners.
---
 srcpkgs/sqlite/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 7f311e9c51c7..ea827b4ec0a2 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,7 +1,7 @@
 # Template file for 'sqlite'
 pkgname=sqlite
 version=3.40.1
-revision=1
+revision=2
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 build_style=gnu-configure
 configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
@@ -17,8 +17,7 @@ checksum=2c5dea207fa508d765af1ef620b637dcb06572afa6f01f0815bd5bbf864b33d9
 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
  -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_BATCH_ATOMIC_WRITE=1 \
- -DSQLITE_ENABLE_DESERIALIZE"
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_DESERIALIZE"
 # explicitly enable fdatasync
 CFLAGS+=" -DHAVE_FDATASYNC"
 disable_parallel_build=yes

From a1fe35b5137b4dccbe9f6b16a600147917697012 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:31:44 -0800
Subject: [PATCH 2/2] tracker-miners: update to 3.4.3.

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 9e8cdc492c26..3e7966c2b4a9 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.4.2
+version=3.4.3
 revision=1
 build_style=meson
 build_helper=qemu
@@ -24,10 +24,10 @@ makedepends="tracker-devel ffmpeg-devel dbus-devel exempi-devel
 short_desc="Data miners for tracker"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://developer.gnome.org/libtracker-miner/stable"
+homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=101e3608f1c28bfed8ae25522f7a720b559f889a76e280afbe50a4d8b064f92c
+checksum=8e4f3976472641b648d0f8f20debae1b1629ca5b560b8616e117d29d756fbeeb
 make_check=no # relies on unsupported ops in chroot
 
 tracker3-miners_package() {

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

* Re: [PR PATCH] [Updated] tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
                   ` (2 preceding siblings ...)
  2023-01-24  2:03 ` [PR PATCH] [Updated] " oreo639
@ 2023-01-24  2:25 ` oreo639
  2023-01-25  3:37 ` oreo639
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2023-01-24  2:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages tracker
https://github.com/void-linux/void-packages/pull/41832

tracker-miners: update to 3.4.3.
<!-- 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/41832.patch is attached

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

From 2b6075c2f69d7fcd78e27af807ca308cb917bc31 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:30:15 -0800
Subject: [PATCH 1/2] sqlite: disable SQLITE_ENABLE_BATCH_ATOMIC_WRITE

Only supported on F2FS and triggers seccomp assertion in tracker-miners.
---
 srcpkgs/sqlite/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 7f311e9c51c7..ea827b4ec0a2 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,7 +1,7 @@
 # Template file for 'sqlite'
 pkgname=sqlite
 version=3.40.1
-revision=1
+revision=2
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 build_style=gnu-configure
 configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
@@ -17,8 +17,7 @@ checksum=2c5dea207fa508d765af1ef620b637dcb06572afa6f01f0815bd5bbf864b33d9
 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \
  -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_BATCH_ATOMIC_WRITE=1 \
- -DSQLITE_ENABLE_DESERIALIZE"
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 -DSQLITE_ENABLE_DESERIALIZE"
 # explicitly enable fdatasync
 CFLAGS+=" -DHAVE_FDATASYNC"
 disable_parallel_build=yes

From e7c6a648f76dc852b439b55da838a5fd0903aae2 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:31:44 -0800
Subject: [PATCH 2/2] tracker-miners: update to 3.4.3.

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

diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 9e8cdc492c26..3e7966c2b4a9 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.4.2
+version=3.4.3
 revision=1
 build_style=meson
 build_helper=qemu
@@ -24,10 +24,10 @@ makedepends="tracker-devel ffmpeg-devel dbus-devel exempi-devel
 short_desc="Data miners for tracker"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://developer.gnome.org/libtracker-miner/stable"
+homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=101e3608f1c28bfed8ae25522f7a720b559f889a76e280afbe50a4d8b064f92c
+checksum=8e4f3976472641b648d0f8f20debae1b1629ca5b560b8616e117d29d756fbeeb
 make_check=no # relies on unsupported ops in chroot
 
 tracker3-miners_package() {

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

* Re: tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
                   ` (3 preceding siblings ...)
  2023-01-24  2:25 ` oreo639
@ 2023-01-25  3:37 ` oreo639
  2023-02-11  5:19 ` [PR PATCH] [Updated] " oreo639
  2023-02-14 20:34 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2023-01-25  3:37 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/41832#issuecomment-1401222208

Comment:
```
FeedReader-2.11.0_2: broken, unresolvable shlib `librest-0.7.so.0'
```
Edit: resolved.

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

* Re: [PR PATCH] [Updated] tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
                   ` (4 preceding siblings ...)
  2023-01-25  3:37 ` oreo639
@ 2023-02-11  5:19 ` oreo639
  2023-02-14 20:34 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: oreo639 @ 2023-02-11  5:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages tracker
https://github.com/void-linux/void-packages/pull/41832

tracker-miners: update to 3.4.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

RE: sqlite issue, an issue has been made upstream: https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/254

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

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

From 9269f52b91e2124bb2c14c6be4573536014a4c5f Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Mon, 23 Jan 2023 16:31:44 -0800
Subject: [PATCH] tracker-miners: update to 3.4.3.

---
 .../patches/sqlite-seccomp.patch              | 24 +++++++++++++++++++
 srcpkgs/tracker-miners/template               |  6 ++---
 2 files changed, 27 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/tracker-miners/patches/sqlite-seccomp.patch

diff --git a/srcpkgs/tracker-miners/patches/sqlite-seccomp.patch b/srcpkgs/tracker-miners/patches/sqlite-seccomp.patch
new file mode 100644
index 000000000000..7aaeda5ed529
--- /dev/null
+++ b/srcpkgs/tracker-miners/patches/sqlite-seccomp.patch
@@ -0,0 +1,24 @@
+Change ioctl(..., F2FS_IOC_GET_FEATURES, ...) from an assertion to an errno.
+This is necessary for sqlite SQLITE_ENABLE_BATCH_ATOMIC_WRITE.
+
+--- a/src/libtracker-miners-common/tracker-seccomp.c
++++ b/src/libtracker-miners-common/tracker-seccomp.c
+@@ -34,6 +34,7 @@
+ #include <sys/prctl.h>
+ #include <sys/syscall.h>
+ #include <sys/socket.h>
++#include <sys/ioctl.h>
+ #include <fcntl.h>
+ 
+ #include <seccomp.h>
+@@ -246,6 +247,10 @@ tracker_seccomp_init (void)
+ 	                      SCMP_CMP(0, SCMP_CMP_EQ, 2)) < 0)
+ 		goto out;
+ 
++	if (seccomp_rule_add (ctx, SCMP_ACT_ERRNO (EACCES), SCMP_SYS(ioctl), 1,
++	                      SCMP_CMP(1, SCMP_CMP_EQ, _IOR(0xf5, 12, __u32))) < 0)
++		goto out;
++
+ 	/* Special requirements for open/openat, allow O_RDONLY calls,
+          * but fail if write permissions are requested.
+ 	 */
diff --git a/srcpkgs/tracker-miners/template b/srcpkgs/tracker-miners/template
index 9e8cdc492c26..3e7966c2b4a9 100644
--- a/srcpkgs/tracker-miners/template
+++ b/srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
 # Template file for 'tracker-miners'
 pkgname=tracker-miners
-version=3.4.2
+version=3.4.3
 revision=1
 build_style=meson
 build_helper=qemu
@@ -24,10 +24,10 @@ makedepends="tracker-devel ffmpeg-devel dbus-devel exempi-devel
 short_desc="Data miners for tracker"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="https://developer.gnome.org/libtracker-miner/stable"
+homepage="https://tracker.gnome.org/"
 changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
-checksum=101e3608f1c28bfed8ae25522f7a720b559f889a76e280afbe50a4d8b064f92c
+checksum=8e4f3976472641b648d0f8f20debae1b1629ca5b560b8616e117d29d756fbeeb
 make_check=no # relies on unsupported ops in chroot
 
 tracker3-miners_package() {

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

* Re: [PR PATCH] [Merged]: tracker-miners: update to 3.4.3.
  2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
                   ` (5 preceding siblings ...)
  2023-02-11  5:19 ` [PR PATCH] [Updated] " oreo639
@ 2023-02-14 20:34 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-02-14 20:34 UTC (permalink / raw)
  To: ml

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

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

tracker-miners: update to 3.4.3.
https://github.com/void-linux/void-packages/pull/41832

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

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

RE: sqlite issue, an issue has been made upstream: https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/254

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

end of thread, other threads:[~2023-02-14 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-24  0:32 [PR PATCH] tracker-miners: update to 3.4.3 oreo639
2023-01-24  0:57 ` oreo639
2023-01-24  0:57 ` oreo639
2023-01-24  2:03 ` [PR PATCH] [Updated] " oreo639
2023-01-24  2:25 ` oreo639
2023-01-25  3:37 ` oreo639
2023-02-11  5:19 ` [PR PATCH] [Updated] " oreo639
2023-02-14 20:34 ` [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).