diff --git a/.gitignore b/.gitignore index 5fce1a1..8d85e08 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ polkit-0.95.tar.gz polkit-0.96.tar.gz polkit-0.97.tar.gz polkit-0.98.tar.gz +/polkit-0.100.tar.gz diff --git a/introspection.patch b/introspection.patch deleted file mode 100644 index fe9f121..0000000 --- a/introspection.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -up polkit-0.98/src/polkit/polkitcheckauthorizationflags.h.introspection polkit-0.98/src/polkit/polkitcheckauthorizationflags.h ---- polkit-0.98/src/polkit/polkitcheckauthorizationflags.h.introspection 2010-11-12 23:07:10.037719001 -0500 -+++ polkit-0.98/src/polkit/polkitcheckauthorizationflags.h 2010-11-12 23:07:18.055719011 -0500 -@@ -30,10 +30,6 @@ - - G_BEGIN_DECLS - --GType polkit_check_authorization_flags_get_type (void) G_GNUC_CONST; -- --#define POLKIT_TYPE_CHECK_AUTHORIZATION_FLAGS (polkit_check_authorization_flags_get_type ()) -- - /** - * PolkitCheckAuthorizationFlags: - * @POLKIT_CHECK_AUTHORIZATION_FLAGS_NONE: No flags set. -diff -up polkit-0.98/src/polkit/polkiterror.h.introspection polkit-0.98/src/polkit/polkiterror.h ---- polkit-0.98/src/polkit/polkiterror.h.introspection 2010-11-12 23:06:47.342719007 -0500 -+++ polkit-0.98/src/polkit/polkiterror.h 2010-11-12 23:06:57.050719001 -0500 -@@ -40,10 +40,6 @@ G_BEGIN_DECLS - - GQuark polkit_error_quark (void); - --GType polkit_error_get_type (void) G_GNUC_CONST; -- --#define POLKIT_TYPE_ERROR (polkit_error_get_type ()) -- - /** - * PolkitError: - * @POLKIT_ERROR_FAILED: The operation failed. -diff -up polkit-0.98/src/polkit/polkitimplicitauthorization.h.introspection polkit-0.98/src/polkit/polkitimplicitauthorization.h ---- polkit-0.98/src/polkit/polkitimplicitauthorization.h.introspection 2010-11-12 23:06:31.200718998 -0500 -+++ polkit-0.98/src/polkit/polkitimplicitauthorization.h 2010-11-12 23:06:38.136719001 -0500 -@@ -30,10 +30,6 @@ - - G_BEGIN_DECLS - --GType polkit_implicit_authorization_get_type (void) G_GNUC_CONST; -- --#define POLKIT_TYPE_IMPLICIT_AUTHORIZATION (polkit_implicit_authorization_get_type ()) -- - /** - * PolkitImplicitAuthorization: - * @POLKIT_IMPLICIT_AUTHORIZATION_UNKNOWN: Unknown whether the subject is authorized, never returned in any public API. diff --git a/polkit.spec b/polkit.spec index 63d6b53..28ecca8 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,7 +1,7 @@ Summary: PolicyKit Authorization Framework Name: polkit -Version: 0.98 -Release: 7%{?dist} +Version: 0.100 +Release: 1%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PolicyKit Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -23,8 +23,6 @@ Provides: PolicyKit = 0.11 # sufficiently new polkit-gnome package Conflicts: polkit-gnome < 0.97 -Patch0: introspection.patch - %description PolicyKit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged @@ -65,7 +63,6 @@ Roles and default policy for desktop usage. %prep %setup -q -%patch0 -p1 -b .introspection %build %configure --enable-gtk-doc \ @@ -191,6 +188,9 @@ EOF %{_datadir}/gtk-doc %changelog +* Mon Feb 21 2011 David Zeuthen - 0.100-1 +- New upstream version + * Wed Feb 09 2011 Fedora Release Engineering - 0.98-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 9e89e2a..6c2be5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96e583a1177ba5436f034a2fee55f5fa polkit-0.98.tar.gz +9f957bf046ff5a32b0fa0ffe1e35c09c polkit-0.100.tar.gz