Update to release 1.93.0

This commit is contained in:
David Zeuthen 2012-03-05 12:32:15 -05:00
parent 1ac4282f3e
commit 0c54bf75af
4 changed files with 7 additions and 31 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/udisks-1.90.0.tar.bz2
/udisks-1.91.0.tar.bz2
/udisks-1.92.0.tar.bz2
/udisks-1.93.0.tar.bz2

View File

@ -1,25 +0,0 @@
From 00520f0aa7856e9322119c6afb84dc3f63325423 Mon Sep 17 00:00:00 2001
From: David Zeuthen <davidz@redhat.com>
Date: Thu, 23 Feb 2012 13:47:54 -0500
Subject: [PATCH] Don't include sys/acl.h - it's not needed
Signed-off-by: David Zeuthen <davidz@redhat.com>
---
src/udiskslinuxfilesystem.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/udiskslinuxfilesystem.c b/src/udiskslinuxfilesystem.c
index 99ae1f5..797dc46 100644
--- a/src/udiskslinuxfilesystem.c
+++ b/src/udiskslinuxfilesystem.c
@@ -29,7 +29,6 @@
#include <stdio.h>
#include <mntent.h>
#include <sys/types.h>
-#include <sys/acl.h>
#include <glib/gstdio.h>
--
1.7.9.1

View File

@ -1 +1 @@
44942b894bc25a35ffabdb63d00237c6 udisks-1.92.0.tar.bz2
250db7570f3d18797ef2ad308c94ff0a udisks-1.93.0.tar.bz2

View File

@ -7,8 +7,8 @@
Summary: Disk Manager
Name: udisks2
Version: 1.92.0
Release: 2%{?dist}
Version: 1.93.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://www.freedesktop.org/wiki/Software/udisks
@ -51,8 +51,6 @@ Requires: acl
# for /proc/self/mountinfo, only available in 2.6.26 or higher
Conflicts: kernel < 2.6.26
Patch0: 0001-Don-t-include-sys-acl.h-it-s-not-needed.patch
%description
udisks provides a daemon, D-Bus API and command line tools for
managing disks and storage devices. This package is for the udisks 2.x
@ -82,7 +80,6 @@ daemon. This package is for the udisks 2.x series.
%prep
%setup -q -n udisks-%{version}
%patch0 -p1
%build
%configure --enable-gtk-doc
@ -140,6 +137,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
# Note: please don't forget the %{?dist} in the changelog. Thanks
%changelog
* Mon Mar 05 2012 David Zeuthen <davidz@redhat.com> - 1.93.0-1%{?dist}
- Update to release 1.93.0
* Thu Feb 23 2012 David Zeuthen <davidz@redhat.com> - 1.92.0-2%{?dist}
- Fix build