Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] udisks2: update to 2.8.3.
@ 2019-06-16 19:39 voidlinux-github
  2019-06-16 19:41 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-16 19:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages udisks2-2.8.3
https://github.com/void-linux/void-packages/pull/12498

udisks2: update to 2.8.3.
Enable support for bcache and vdo.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-udisks2-2.8.3-12498.patch --]
[-- Type: application/text/x-diff, Size: 1584 bytes --]

From 8bf51af0f50912f526bc966e24acdd62dc2eaa6d Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 16 Jun 2019 21:38:32 +0200
Subject: [PATCH] udisks2: update to 2.8.3.

Enable support for bcache and vdo.
---
 srcpkgs/udisks2/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/udisks2/template b/srcpkgs/udisks2/template
index 7edfbea109a..bc49805ba7c 100644
--- a/srcpkgs/udisks2/template
+++ b/srcpkgs/udisks2/template
@@ -1,12 +1,12 @@
 # Template file for 'udisks2'
 pkgname=udisks2
-version=2.8.2
-revision=2
+version=2.8.3
+revision=1
 wrksrc="udisks-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --with-udevdir=/usr/lib/udev
- --enable-compile-warnings=minimum --enable-lvm2 --enable-btrfs
+ --enable-lvm2 --enable-btrfs --enable-bcache --enable-vdo
  --enable-lvmcache --enable-zram $(vopt_enable gir introspection)"
 hostmakedepends="docbook-xsl glib-devel libxslt pkg-config
  $(vopt_if gir 'gobject-introspection') polkit"
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/udisks"
 changelog="https://raw.githubusercontent.com/storaged-project/udisks/master/NEWS"
 distfiles="https://github.com/storaged-project/udisks/releases/download/udisks-${version}/udisks-${version}.tar.bz2"
-checksum=3d233bc8ddac1b84338280e912ca31b613aadd1efca68a9717f818bb3b038bb6
+checksum=7b80a9a2a37caf3183dad7c5247740abd8b41cbd60c59f0853d8cbf3552cc6a0
 make_dirs="/var/lib/udisks2 0750 root root"
 conf_files="/etc/udisks2/udisks2.conf"
 

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

* Re: [PR PATCH] [Updated] udisks2: update to 2.8.3.
  2019-06-16 19:39 [PR PATCH] udisks2: update to 2.8.3 voidlinux-github
  2019-06-16 19:41 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-06-16 19:41 ` voidlinux-github
  2019-06-16 20:00 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-16 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages udisks2-2.8.3
https://github.com/void-linux/void-packages/pull/12498

udisks2: update to 2.8.3.
Enable support for bcache and vdo.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-udisks2-2.8.3-12498.patch --]
[-- Type: application/text/x-diff, Size: 2421 bytes --]

From 8bf51af0f50912f526bc966e24acdd62dc2eaa6d Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 16 Jun 2019 21:38:32 +0200
Subject: [PATCH 1/2] udisks2: update to 2.8.3.

Enable support for bcache and vdo.
---
 srcpkgs/udisks2/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/udisks2/template b/srcpkgs/udisks2/template
index 7edfbea109a..bc49805ba7c 100644
--- a/srcpkgs/udisks2/template
+++ b/srcpkgs/udisks2/template
@@ -1,12 +1,12 @@
 # Template file for 'udisks2'
 pkgname=udisks2
-version=2.8.2
-revision=2
+version=2.8.3
+revision=1
 wrksrc="udisks-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --with-udevdir=/usr/lib/udev
- --enable-compile-warnings=minimum --enable-lvm2 --enable-btrfs
+ --enable-lvm2 --enable-btrfs --enable-bcache --enable-vdo
  --enable-lvmcache --enable-zram $(vopt_enable gir introspection)"
 hostmakedepends="docbook-xsl glib-devel libxslt pkg-config
  $(vopt_if gir 'gobject-introspection') polkit"
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/udisks"
 changelog="https://raw.githubusercontent.com/storaged-project/udisks/master/NEWS"
 distfiles="https://github.com/storaged-project/udisks/releases/download/udisks-${version}/udisks-${version}.tar.bz2"
-checksum=3d233bc8ddac1b84338280e912ca31b613aadd1efca68a9717f818bb3b038bb6
+checksum=7b80a9a2a37caf3183dad7c5247740abd8b41cbd60c59f0853d8cbf3552cc6a0
 make_dirs="/var/lib/udisks2 0750 root root"
 conf_files="/etc/udisks2/udisks2.conf"
 

From b28e9f8304180e325b929f1a932011427b0c27a7 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 16 Jun 2019 21:40:40 +0200
Subject: [PATCH 2/2] travis/build.sh: update bootstrap pkgs two times.

This is required because xbps might be updated the first time.
---
 common/travis/build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/travis/build.sh b/common/travis/build.sh
index 38ecd909f4a..9bbc048ab15 100755
--- a/common/travis/build.sh
+++ b/common/travis/build.sh
@@ -23,6 +23,8 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || {
 	exit 1
 }
 
+# Two times due to updating xbps itself
+/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 /hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 
 PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))

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

* Re: [PR PATCH] [Updated] udisks2: update to 2.8.3.
  2019-06-16 19:39 [PR PATCH] udisks2: update to 2.8.3 voidlinux-github
@ 2019-06-16 19:41 ` voidlinux-github
  2019-06-16 19:41 ` voidlinux-github
  2019-06-16 20:00 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-16 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xtraeme/void-packages udisks2-2.8.3
https://github.com/void-linux/void-packages/pull/12498

udisks2: update to 2.8.3.
Enable support for bcache and vdo.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-udisks2-2.8.3-12498.patch --]
[-- Type: application/text/x-diff, Size: 2421 bytes --]

From 8bf51af0f50912f526bc966e24acdd62dc2eaa6d Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 16 Jun 2019 21:38:32 +0200
Subject: [PATCH 1/2] udisks2: update to 2.8.3.

Enable support for bcache and vdo.
---
 srcpkgs/udisks2/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/udisks2/template b/srcpkgs/udisks2/template
index 7edfbea109a..bc49805ba7c 100644
--- a/srcpkgs/udisks2/template
+++ b/srcpkgs/udisks2/template
@@ -1,12 +1,12 @@
 # Template file for 'udisks2'
 pkgname=udisks2
-version=2.8.2
-revision=2
+version=2.8.3
+revision=1
 wrksrc="udisks-${version}"
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--disable-static --with-udevdir=/usr/lib/udev
- --enable-compile-warnings=minimum --enable-lvm2 --enable-btrfs
+ --enable-lvm2 --enable-btrfs --enable-bcache --enable-vdo
  --enable-lvmcache --enable-zram $(vopt_enable gir introspection)"
 hostmakedepends="docbook-xsl glib-devel libxslt pkg-config
  $(vopt_if gir 'gobject-introspection') polkit"
@@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
 homepage="https://www.freedesktop.org/wiki/Software/udisks"
 changelog="https://raw.githubusercontent.com/storaged-project/udisks/master/NEWS"
 distfiles="https://github.com/storaged-project/udisks/releases/download/udisks-${version}/udisks-${version}.tar.bz2"
-checksum=3d233bc8ddac1b84338280e912ca31b613aadd1efca68a9717f818bb3b038bb6
+checksum=7b80a9a2a37caf3183dad7c5247740abd8b41cbd60c59f0853d8cbf3552cc6a0
 make_dirs="/var/lib/udisks2 0750 root root"
 conf_files="/etc/udisks2/udisks2.conf"
 

From b28e9f8304180e325b929f1a932011427b0c27a7 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sun, 16 Jun 2019 21:40:40 +0200
Subject: [PATCH 2/2] travis/build.sh: update bootstrap pkgs two times.

This is required because xbps might be updated the first time.
---
 common/travis/build.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/common/travis/build.sh b/common/travis/build.sh
index 38ecd909f4a..9bbc048ab15 100755
--- a/common/travis/build.sh
+++ b/common/travis/build.sh
@@ -23,6 +23,8 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || {
 	exit 1
 }
 
+# Two times due to updating xbps itself
+/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 /hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update
 
 PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))

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

* Re: [PR PATCH] [Merged]: udisks2: update to 2.8.3.
  2019-06-16 19:39 [PR PATCH] udisks2: update to 2.8.3 voidlinux-github
  2019-06-16 19:41 ` [PR PATCH] [Updated] " voidlinux-github
  2019-06-16 19:41 ` voidlinux-github
@ 2019-06-16 20:00 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-06-16 20:00 UTC (permalink / raw)
  To: ml

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

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

udisks2: update to 2.8.3.
https://github.com/void-linux/void-packages/pull/12498
Description: Enable support for bcache and vdo.

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

end of thread, other threads:[~2019-06-16 20:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16 19:39 [PR PATCH] udisks2: update to 2.8.3 voidlinux-github
2019-06-16 19:41 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-16 19:41 ` voidlinux-github
2019-06-16 20:00 ` [PR PATCH] [Merged]: " voidlinux-github

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