[polkit/f14/master] * Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 0.97-1 - Update to 0.97. This release contains

David Zeuthen davidz at fedoraproject.org
Mon Aug 9 21:00:38 UTC 2010


commit 19b630adfdb947a78b597be7fdf334b5c243e0f9
Author: David Zeuthen <davidz at redhat.com>
Date:   Mon Aug 9 17:00:35 2010 -0400

    * Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 0.97-1
    - Update to 0.97. This release contains a port from EggDBus to the
      GDBus code available in recent GLib releases.

 .gitignore  |    1 +
 polkit.spec |   11 +++++++----
 sources     |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5bf6c0a..b2dd6d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ polkit-0.94.tar.gz
 polkit-0.95.git20090913.tar.gz
 polkit-0.95.tar.gz
 polkit-0.96.tar.gz
+polkit-0.97.tar.gz
diff --git a/polkit.spec b/polkit.spec
index 8b98008..8699812 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -1,16 +1,15 @@
 Summary: PolicyKit Authorization Framework
 Name: polkit
-Version: 0.96
+Version: 0.97
 Release: 1%{?dist}
 License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/PolicyKit
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Group: System Environment/Libraries
-BuildRequires: glib2-devel
+BuildRequires: glib2-devel >= 2.25.11
 BuildRequires: expat-devel
 BuildRequires: pam-devel
-BuildRequires: eggdbus-devel
 BuildRequires: gtk-doc
 BuildRequires: intltool
 BuildRequires: gobject-introspection-devel
@@ -111,7 +110,7 @@ ResultActive=yes
 #
 [Desktop Administrator Permissions]
 Identity=unix-group:desktop_admin_r
-Action=org.gnome.clockapplet.mechanism.*;org.freedesktop.devicekit.disks.*;org.freedesktop.RealtimeKit1.*
+Action=org.gnome.clockapplet.mechanism.*;org.freedesktop.udisks.*;org.freedesktop.RealtimeKit1.*
 ResultAny=no
 ResultInactive=no
 ResultActive=yes
@@ -184,6 +183,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Mon Aug 09 2010 David Zeuthen <davidz at redhat.com> - 0.97-1
+- Update to 0.97. This release contains a port from EggDBus to the
+  GDBus code available in recent GLib releases.
+
 * Fri Jan 15 2010 David Zeuthen <davidz at redhat.com> - 0.96-1
 - Update to 0.96
 - Disable introspection support for the time being
diff --git a/sources b/sources
index a8354b8..b036f4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0a06da501b04ed3bab986a9df5b5aa2  polkit-0.96.tar.gz
+fbe929cccc2abf7a13b735064e0224ea  polkit-0.97.tar.gz


More information about the scm-commits mailing list