[udisks2] Update to release 1.93.0

David Zeuthen davidz at fedoraproject.org
Mon Mar 5 17:32:54 UTC 2012


commit 0c54bf75afb7c5ee22870057be06e650b0b8cc2c
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Mar 5 12:32:15 2012 -0500

    Update to release 1.93.0

 .gitignore                                         |    1 +
 0001-Don-t-include-sys-acl.h-it-s-not-needed.patch |   25 --------------------
 sources                                            |    2 +-
 udisks2.spec                                       |   10 ++++----
 4 files changed, 7 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3eb499..b04741c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 81daa98..5929064 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44942b894bc25a35ffabdb63d00237c6  udisks-1.92.0.tar.bz2
+250db7570f3d18797ef2ad308c94ff0a  udisks-1.93.0.tar.bz2
diff --git a/udisks2.spec b/udisks2.spec
index 9cb65d5..3917169 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -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 at redhat.com> - 1.93.0-1%{?dist}
+- Update to release 1.93.0
+
 * Thu Feb 23 2012 David Zeuthen <davidz at redhat.com> - 1.92.0-2%{?dist}
 - Fix build
 


More information about the scm-commits mailing list