[udisks2] Update to release 1.96.0

David Zeuthen davidz at fedoraproject.org
Mon Apr 30 19:25:14 UTC 2012


commit 8fca9979cc38fde002aabdc3f2d5102ac69dc8b6
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Apr 30 15:24:52 2012 -0400

    Update to release 1.96.0

 .gitignore                                         |    1 +
 sources                                            |    2 +-
 ....95.0-actually-link-with-libsystemd-login.patch |   33 --------------------
 udisks2.spec                                       |   18 +++--------
 4 files changed, 7 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36b8816..ef25569 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /udisks-1.93.0.tar.bz2
 /udisks-1.94.0.tar.bz2
 /udisks-1.95.0.tar.bz2
+/udisks-1.96.0.tar.bz2
diff --git a/sources b/sources
index 625b7f6..edb1dd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7a6945f756f8a9aa3bbd37459b13636  udisks-1.95.0.tar.bz2
+427a31f0d9056af79e44f0278844c8b9  udisks-1.96.0.tar.bz2
diff --git a/udisks2.spec b/udisks2.spec
index d561d51..1ebca1f 100644
--- a/udisks2.spec
+++ b/udisks2.spec
@@ -7,8 +7,8 @@
 
 Summary: Disk Manager
 Name: udisks2
-Version: 1.95.0
-Release: 3%{?dist}
+Version: 1.96.0
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -55,15 +55,6 @@ Requires: ntfsprogs
 # for /proc/self/mountinfo, only available in 2.6.26 or higher
 Conflicts: kernel < 2.6.26
 
-# this patch needs autoreconf
-Patch0: udisks-1.95.0-actually-link-with-libsystemd-login.patch
-BuildRequires: gnome-common
-BuildRequires: libtool
-BuildRequires: automake
-BuildRequires: autoconf
-BuildRequires: intltool
-BuildRequires: pkgconfig
-
 %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
@@ -93,10 +84,8 @@ daemon. This package is for the udisks 2.x series.
 
 %prep
 %setup -q -n udisks-%{version}
-%patch0 -p1
 
 %build
-autoreconf
 %configure --enable-gtk-doc
 make
 
@@ -152,6 +141,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 %changelog
+* Mon Apr 30 2012 David Zeuthen <davidz at redhat.com> - 1.96.0-1%{?dist}
+- Update to release 1.96.0
+
 * Mon Apr 30 2012 David Zeuthen <davidz at redhat.com> - 1.95.0-3%{?dist}
 - BR: gnome-common
 


More information about the scm-commits mailing list