Accepting request 113204 from Base:System
Update to 1.94.0 (forwarded request 113187 from vuntz) OBS-URL: https://build.opensuse.org/request/show/113204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/udisks2?expand=0&rev=3
This commit is contained in:
commit
df1e60146c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2264d06bbf5399d243b0f91628881fa1d95d1a512b2af26f5ab074caf6327d7
|
||||
size 587488
|
3
udisks-1.94.0.tar.bz2
Normal file
3
udisks-1.94.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e58193c2f2f4fba030b6dd684708352b1eccf6826843e42899a26fef4249b0bc
|
||||
size 590375
|
@ -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
|
||||
|
||||
|
15
udisks2.spec
15
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user