[udisks/f14/master] - Update to release 1.0.2 - Drop patch that was committed upstream

David Zeuthen davidz at fedoraproject.org
Mon Jan 24 19:04:08 UTC 2011


commit 5d1a63104b0b4ebad0ca27a9e83519df71f9bbcf
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Jan 24 14:03:34 2011 -0500

    - Update to release 1.0.2
    - Drop patch that was committed upstream

 .gitignore                                   |    1 +
 sources                                      |    2 +-
 udisks-1.0.1-Update-to-latest-LVM2-API.patch |  124 --------------------------
 udisks.spec                                  |   11 ++-
 4 files changed, 8 insertions(+), 130 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d21d166..243e5a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ udisks-1.0.0.git20100215.tar.gz
 udisks-1.0.0-0.git20100223_1311.tar.gz
 udisks-1.0.0.tar.gz
 udisks-1.0.1.tar.gz
+/udisks-1.0.2.tar.gz
diff --git a/sources b/sources
index b2ec840..46fef1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3654d994eb43b80c8c2d04fe03da30c4  udisks-1.0.1.tar.gz
+f630eefa51b95d6485eb3246bc1bea9a  udisks-1.0.2.tar.gz
diff --git a/udisks.spec b/udisks.spec
index 4209233..230f82d 100644
--- a/udisks.spec
+++ b/udisks.spec
@@ -13,8 +13,8 @@
 
 Summary: Storage Management Service
 Name: udisks
-Version: 1.0.1
-Release: 5%{?dist}
+Version: 1.0.2
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.freedesktop.org/wiki/Software/udisks
@@ -70,8 +70,6 @@ Requires: lvm2-libs >= %{lvm2_version}
 Obsoletes: DeviceKit-disks <= 009
 Provides: DeviceKit-disks = 010
 
-Patch0: udisks-1.0.1-Update-to-latest-LVM2-API.patch
-
 %description
 udisks provides a daemon, D-Bus API and command line tools
 for managing disks and storage devices.
@@ -91,7 +89,6 @@ D-Bus interface definitions and documentation for udisks.
 
 %prep
 %setup -q
-%patch0 -p1 -b .latest-lvm2-api
 
 %build
 %configure --enable-gtk-doc
@@ -159,6 +156,10 @@ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/udisks-bash-completion.sh
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 #
 %changelog
+* Mon Jan 24 2011 David Zeuthen <davidz at redhat.com> - 1.0.2-1%{?dist}
+- Update to release 1.0.2
+- Drop patch that was committed upstream
+
 * Mon Aug 23 2010 Matthias Clasen <mclasen at redhat.com> - 1.0.1-5%{?dist}
 - Co-own /usr/share/gtk-doc (#604420)
 - Some other packaging cleanups


More information about the scm-commits mailing list