Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsecret: update to 0.21.0.
@ 2023-08-11 20:04 mhmdanas
  2023-10-27 23:05 ` [PR PATCH] [Updated] " mhmdanas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mhmdanas @ 2023-08-11 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libsecret-0.21.0
https://github.com/void-linux/void-packages/pull/45553

libsecret: update to 0.21.0.
<!-- 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, (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/45553.patch is attached

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

From 3a6102e9c8ca153f508d2d730ea422e1bab8e036 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Fri, 11 Aug 2023 21:04:22 +0100
Subject: [PATCH] libsecret: update to 0.21.0.

---
 srcpkgs/libsecret/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index b67c8cf1c42f3..3ecb60a37ec7f 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,7 +1,7 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.5
-revision=2
+version=0.21.0
+revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel pkg-config libxslt vala gi-docgen docbook-xsl
@@ -13,12 +13,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Libsecret"
 changelog="https://gitlab.gnome.org/GNOME/libsecret/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
-
-do_check() {
-	dbus-run-session ninja -C build test
-}
+distfiles="${GNOME_SITE}/libsecret/${version%.*}/libsecret-${version}.tar.xz"
+checksum=2735b29d1cc0e5b12ba90bee88bd21774ac8db4ae1a4b716f46c409c19a14613
+make_check_pre="dbus-run-session"
 
 libsecret-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}

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

* Re: [PR PATCH] [Updated] libsecret: update to 0.21.0.
  2023-08-11 20:04 [PR PATCH] libsecret: update to 0.21.0 mhmdanas
@ 2023-10-27 23:05 ` mhmdanas
  2023-11-16 21:54 ` [PR PATCH] [Updated] libsecret: update to 0.21.1 mhmdanas
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-10-27 23:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libsecret-0.21.0
https://github.com/void-linux/void-packages/pull/45553

libsecret: update to 0.21.0.
<!-- 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, (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/45553.patch is attached

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

From 295f7b8864fce87a8bfdff6a685a149d664973c8 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 28 Oct 2023 00:05:08 +0100
Subject: [PATCH] libsecret: update to 0.21.1.

---
 srcpkgs/libsecret/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index b67c8cf1c42f3..f4825e7a83244 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,7 +1,7 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.5
-revision=2
+version=0.21.1
+revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel pkg-config libxslt vala gi-docgen docbook-xsl
@@ -13,12 +13,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Libsecret"
 changelog="https://gitlab.gnome.org/GNOME/libsecret/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
-
-do_check() {
-	dbus-run-session ninja -C build test
-}
+distfiles="${GNOME_SITE}/libsecret/${version%.*}/libsecret-${version}.tar.xz"
+checksum=674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1
+make_check_pre="dbus-run-session"
 
 libsecret-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}

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

* Re: [PR PATCH] [Updated] libsecret: update to 0.21.1.
  2023-08-11 20:04 [PR PATCH] libsecret: update to 0.21.0 mhmdanas
  2023-10-27 23:05 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-11-16 21:54 ` mhmdanas
  2023-11-16 22:20 ` mhmdanas
  2023-11-26  8:46 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-11-16 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libsecret-0.21.0
https://github.com/void-linux/void-packages/pull/45553

libsecret: update to 0.21.1.
<!-- 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, (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/45553.patch is attached

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

From 890d1a9aa9b07a0d3b4106f1684b1689d8946da2 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 28 Oct 2023 00:05:08 +0100
Subject: [PATCH] libsecret: update to 0.21.1.

---
 srcpkgs/libsecret/template | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index b67c8cf1c42f3..f4825e7a83244 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,7 +1,7 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.5
-revision=2
+version=0.21.1
+revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel pkg-config libxslt vala gi-docgen docbook-xsl
@@ -13,12 +13,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Libsecret"
 changelog="https://gitlab.gnome.org/GNOME/libsecret/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
-
-do_check() {
-	dbus-run-session ninja -C build test
-}
+distfiles="${GNOME_SITE}/libsecret/${version%.*}/libsecret-${version}.tar.xz"
+checksum=674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1
+make_check_pre="dbus-run-session"
 
 libsecret-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}

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

* Re: [PR PATCH] [Updated] libsecret: update to 0.21.1.
  2023-08-11 20:04 [PR PATCH] libsecret: update to 0.21.0 mhmdanas
  2023-10-27 23:05 ` [PR PATCH] [Updated] " mhmdanas
  2023-11-16 21:54 ` [PR PATCH] [Updated] libsecret: update to 0.21.1 mhmdanas
@ 2023-11-16 22:20 ` mhmdanas
  2023-11-26  8:46 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: mhmdanas @ 2023-11-16 22:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages libsecret-0.21.0
https://github.com/void-linux/void-packages/pull/45553

libsecret: update to 0.21.1.
<!-- 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, (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/45553.patch is attached

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

From 6f3fafa343f5787ae30acaa724081c0a97432d31 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 28 Oct 2023 00:05:08 +0100
Subject: [PATCH] libsecret: update to 0.21.1.

---
 .../libsecret/patches/remove-test-collection.diff   | 12 ++++++++++++
 srcpkgs/libsecret/template                          | 13 +++++--------
 2 files changed, 17 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/libsecret/patches/remove-test-collection.diff

diff --git a/srcpkgs/libsecret/patches/remove-test-collection.diff b/srcpkgs/libsecret/patches/remove-test-collection.diff
new file mode 100644
index 0000000000000..f43e2224a2452
--- /dev/null
+++ b/srcpkgs/libsecret/patches/remove-test-collection.diff
@@ -0,0 +1,12 @@
+Test is flaky and fails a lot: https://gitlab.gnome.org/GNOME/libsecret/-/issues/80
+
+--- a/libsecret/meson.build	2023-09-19 22:11:26.000000000 +0100
++++ b/libsecret/meson.build	2023-11-16 22:13:37.350182755 +0000
+@@ -228,7 +228,6 @@
+   'test-methods',
+   'test-password',
+   'test-item',
+-  'test-collection',
+ ]
+ 
+ if get_option('gcrypt')
diff --git a/srcpkgs/libsecret/template b/srcpkgs/libsecret/template
index b67c8cf1c42f3..f4825e7a83244 100644
--- a/srcpkgs/libsecret/template
+++ b/srcpkgs/libsecret/template
@@ -1,7 +1,7 @@
 # Template file for 'libsecret'
 pkgname=libsecret
-version=0.20.5
-revision=2
+version=0.21.1
+revision=1
 build_style=meson
 build_helper="gir"
 hostmakedepends="glib-devel pkg-config libxslt vala gi-docgen docbook-xsl
@@ -13,12 +13,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/Libsecret"
 changelog="https://gitlab.gnome.org/GNOME/libsecret/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
-
-do_check() {
-	dbus-run-session ninja -C build test
-}
+distfiles="${GNOME_SITE}/libsecret/${version%.*}/libsecret-${version}.tar.xz"
+checksum=674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1
+make_check_pre="dbus-run-session"
 
 libsecret-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}

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

* Re: [PR PATCH] [Merged]: libsecret: update to 0.21.1.
  2023-08-11 20:04 [PR PATCH] libsecret: update to 0.21.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-11-16 22:20 ` mhmdanas
@ 2023-11-26  8:46 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-26  8:46 UTC (permalink / raw)
  To: ml

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

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

libsecret: update to 0.21.1.
https://github.com/void-linux/void-packages/pull/45553

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, (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-11-26  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 20:04 [PR PATCH] libsecret: update to 0.21.0 mhmdanas
2023-10-27 23:05 ` [PR PATCH] [Updated] " mhmdanas
2023-11-16 21:54 ` [PR PATCH] [Updated] libsecret: update to 0.21.1 mhmdanas
2023-11-16 22:20 ` mhmdanas
2023-11-26  8:46 ` [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).