From 3aa24d245411a2a6288ef3fa746fcae81d1bc826486c4a825fe3db2aff39201d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 11 Apr 2012 09:59:56 +0000 Subject: [PATCH] Accepting request 113187 from home:vuntz:branches:Base:System Update to 1.94.0 OBS-URL: https://build.opensuse.org/request/show/113187 OBS-URL: https://build.opensuse.org/package/show/Base:System/udisks2?expand=0&rev=6 --- udisks-1.93.0.tar.bz2 | 3 --- udisks-1.94.0.tar.bz2 | 3 +++ udisks2.changes | 14 ++++++++++++++ udisks2.spec | 15 ++++++++------- 4 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 udisks-1.93.0.tar.bz2 create mode 100644 udisks-1.94.0.tar.bz2 diff --git a/udisks-1.93.0.tar.bz2 b/udisks-1.93.0.tar.bz2 deleted file mode 100644 index 68a4376..0000000 --- a/udisks-1.93.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2264d06bbf5399d243b0f91628881fa1d95d1a512b2af26f5ab074caf6327d7 -size 587488 diff --git a/udisks-1.94.0.tar.bz2 b/udisks-1.94.0.tar.bz2 new file mode 100644 index 0000000..cd5f3eb --- /dev/null +++ b/udisks-1.94.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc +size 590375 diff --git a/udisks2.changes b/udisks2.changes index 98b29de..db75adb 100644 --- a/udisks2.changes +++ b/udisks2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 11 09:33:59 UTC 2012 - vuntz@opensuse.org + +- Update to version 1.94.0: + + Pass --readonly to cryptsetup(8) if device to unlock is + read-only + + Add udev rules for identifying devices which should not be + shown + + Fix unmounting large disks when not asked to + + Make escaping work properly with non-ASCII UTF-8 strings + + Change some D-Bus types from bytestring ('ay') to UTF8 ('s') + + Convert some g_warning() uses to udisks_warning() + + Improved documentation. + ------------------------------------------------------------------- Tue Mar 6 09:00:40 UTC 2012 - vuntz@opensuse.org diff --git a/udisks2.spec b/udisks2.spec index 1c5ea0c..2db4697 100644 --- a/udisks2.spec +++ b/udisks2.spec @@ -1,7 +1,7 @@ # # spec file for package udisks2 # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: udisks2 %define _name udisks -Version: 1.93.0 +Version: 1.94.0 Release: 0 -License: GPL-2.0+ Summary: Disk Management Service, version 2 -Url: http://www.freedesktop.org/wiki/Software/udisks +License: GPL-2.0+ Group: System/Daemons +Url: http://www.freedesktop.org/wiki/Software/udisks Source: http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2 # Needed to build the man pages BuildRequires: docbook-xsl-stylesheets @@ -52,8 +53,8 @@ udisks provides a daemon, D-Bus API and command line tools for managing disks and storage devices. %package -n libudisks2-0 -License: LGPL-2.0+ Summary: UDisks Client Library, version 2 +License: LGPL-2.0+ Group: System/Libraries Recommends: %{name} = %{version} @@ -62,8 +63,8 @@ udisks provides a daemon, D-Bus API and command line tools for managing disks and storage devices. %package -n typelib-1_0-UDisks-2_0 -License: LGPL-2.0+ Summary: UDisks Client Library, version 2 -- Introspection bindings +License: LGPL-2.0+ Group: System/Libraries %description -n typelib-1_0-UDisks-2_0 @@ -74,8 +75,8 @@ This package provides the GObject Introspection bindings for the UDisks client library. %package devel -License: LGPL-2.0+ Summary: Disk Management Service, version 2 -- Development Files +License: LGPL-2.0+ Group: Development/Libraries/C and C++ Requires: libudisks2-0 = %{version}